Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Диплом

.pdf
Скачиваний:
84
Добавлен:
14.04.2015
Размер:
2.53 Mб
Скачать

ВЫВОДЫ

В результате выполнения дипломного проекта было разработано программное информационно справочная система с проектирования Wi Fi

сетей для удаленного использования.

Был запрограммирован веб-сайт на языках программирования PHP и

JavaScript, разработана часть администратора и посетителя, разработана реляционная база данных, предусмотрена возможность редактирования администратором сайта базы данных (редактирование или удаление контактов), реализован поиск контактов по сайту, реализована регистрацию

посетителей на сайте.

В разделе «Охрана труда и безопасность в чрезвычайных ситуациях»

выполнен

анализ условий труда разработчиков в помещении офиса,

разработаны

организационные

и

технические

мероприятия

по

промышленной безопасности, пожарной безопасности и производственной

санитарии, безопасности в чрезвычайных ситуациях. Проанализирована

система ―Человек-Машина-Среда‖. В процессе выявления ОВПФ в

соответствии с заданием был выполнен расчѐт общего искусственного освещения, сделаны соответствующие заключения для выполнения санитарных требований и улучшения условий труда программистов.

Благодаря разработанным мероприятиям условия труда в помещении соответствуют допустимым.

В разделе «Экономическая часть» рассчитана стоимость научно-

исследовательской работы, дана оценка результатам научно-

исследовательской работы, и был сделан вывод, что каждая гривна вложенных затрат сократит время на поиск необходимой информации потенциального пользователя сайта на 0,14 минут.

ПЕРЕЧЕНЬ ССЫЛОК

1.Стив Суэринг, Тим Конверс, Джойс Парк, Php и MySql. Библия программиста. – Киев: Диалектика, 2010. – 451 с.

2.http://php.net

3.http://www.gnu.org/licenses

4.http://www.netcraift.com

5.http://www.zend.com

6.Ленгсторф Д.В., PHP и JQuery для профессионалов. – Санкт-

Петербург: Вильямс, 2011. – 323 с.

7. Робин Никсон, Создаем динамические веб-сайты с помощью

PHP,MySQL и JavaScript. – Санкт-Петербург: Питер, 2011. – 496 с.

8. Мэтт Зандстра, PHP. Объекты, шаблоны и методики программирования 2-е изд.Санкт-Петербург: Мэтт Зандстра, 2011. – 480 с.

9. Мишель Е. Дэвис и Джон А. Филлипс, Изучаем PHP и MySql.–

Санкт-Петербург: Питер, 2008. – 448 с.

10. Фридл Д., Регулярные выражения, 3-е издание.– Санкт-Петербург:

Питер, 2008. – 608 с.

11. Кузнецов М.В., Книга PHP. Практика создания Web-сайтов.2-

издание. – Киев: Оникс, 2010. – 520 с.

12. Уильям Стейнмец, Брайан Вард, 75 готовых решений для вашего web-сайта на PHP. – Киев: Горячая Линия, 2008. – 480 с.

13. Евдокимов Н.В., Раскрутка Web-сайтов. Эффективная Интернет-

коммерция. – СПб.: Диалектика-Вильямс, 2007. – 160 с.

14.Дзюндзюк Б.В., Іванов В.Г., Охрана труда. Сборник задач.-Х.: НВП центр ХНУРЕ, 2006.-242с

15.Ю. Г. Сибаров, Н. Н. Сколотнев, В. К. Васин, В. Н. Нагинаев,

Охрана труда в вычислительных центрах. – М.:Машиностроение, 1990-192 с.

16. Методичні вказівки до виконання розділу «Охорона праці та безпека в надзвичайних ситуаціях» в атестаційних роботах ОКР «магістр» /

Упоряд.: Б.В.Дзюндзюк, В.А.Айвазов, Т.Є.Стиценко. – Харків: ХНУРЕ, 2011.

– 28 с.

ПРИЛОЖЕНИЕ А ПРОГРАММНЫЙ КОД

Листинг файла Index.php

<?php defined('_JEXEC') or die;JHTML::_('behavior.framework', true);

$app = JFactory::getApplication();$tplparams= $app- >getTemplate(true)->params;?>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang=" <?php echo $this->language; ?>" lang="<?php echo

$this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head" />

<!-- Подключение скриптов -->

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />

<!-- The following line loads the template JavaScript file located in the template folder. It's blank by default. -->

<script type="text/javascript" src="<?php echo $this- >baseurl ?>/templates/<?php echo $this->template ?>/js/CreateHTML5Elements.js"></script>

<script type="text/javascript" src="<?php echo $this- >baseurl ?>/templates/<?php echo $this->template ?>/js/jquery-1.4.4.min.js"></script>

<script

type="text/javascript">jQuery.noConflict();</script> <script type="text/javascript" src="<?php echo $this-

>baseurl ?>/templates/<?php echo $this->template ?>/js/sgmenu.js"></script>

</head>

<!--Задаем позиици для отоборажения блоков на сайте --

>

<body class="page_bg"> <div class="wrapper">

<div id="headerwrapper"> <header>

<div id="search"> <jdoc:include type="modules"

name="position-0" /> </div>

<div class="top-menu"> <div id="sgmenu">

<jdoc:include type="modules"

name="menuload" />

</div>

</div>

<table cellpadding="0" cellspacing="0"><tr><td>

<h1><a href="<?php echo $this->baseurl

?>">

<?php echo $app->getCfg('sitename');

?></a></h1>

</td></tr></table>

</header>

</div>

<section id="content">

<?php if( $this->countModules('position-

7') ) : ?>

<div class="maincol">

<?php elseif( !$this- >countModules('position-7') and ($this- >countModules('position-4') ) ) : ?>

<div class="maincol_w_left"> <?php elseif( $this-

>countModules('position-7') and (!$this- >countModules('position-4') ) ) : ?>

<div class="maincol_w_right"> <?php else: ?>

<div class="maincol_full"> <?php endif; ?>

<?php if( $this->countModules('position-

7') ) : ?>

<div class="leftcol"> <jdoc:include type="modules"

name="position-7" style="rounded"/> </div>

<?php endif; ?>

<div class="cont">

<?php if ($this->getBuffer('message')) :

?>

<div class="error">

<jdoc:include type="message" />

</div>

<?php endif; ?>

<jdoc:include type="component" />

</div>

<?php if( $this->countModules('position-

4') ) : ?>

<div class="rightcol"> <jdoc:include type="modules"

name="position-4" style="rounded"/> </div>

<?php endif; ?> <div class="clr"> </div>

<!-- Подкключение скрипта для коментирование через социальную сети Вконтакте -->

<script type="text/javascript" src="//vk.com/js/api/openapi.js?96"></script><script type="text/javascript"> VK.init({apiId: API_ID, onlyWidgets: true});</script><!-- Put this div tag to the place, where the Comments block will be --><div style="width: 520px; margin: 0 auto;"><div id="vk_comments"></div></div><script type="text/javascript">VK.Widgets.Comments("vk_comments", {limit: 15, width: "inherit", textAlign: "center", attach: "*"});

</script>

</div>

</section>

<footer>

<p style="text-align:center;">

<?php $sg = ''; include "templates.php";

?>

</p>

</footer>

</div>

<!-- Счетчик яндекса. --> <a

href="http://metrika.yandex.ru/stat/?id=21485083&from=i nformer"target="_blank" rel="nofollow">

<img src="//bs.yandex.ru/informer/21485083/3_1_FC345CFF_DC143CFF _0_pageviews"style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" />

</a>

 

 

 

<script type="text/javascript">

 

(function (d, w, c) {

(w[c] = w[c] ||

[]).push(function() {

try {

 

 

w.yaCounter21485083 = new Ya.Metrika({id:21485083,

 

webvisor:true,

clickmap:true,

 

trackLinks:true,

 

 

 

accurateTrackBounce:true});

} catch(e) { }

});

var n = d.getElementsByTagName("script")[0],

s =

d.createElement("script"),

f = function ()

{

n.parentNode.insertBefore(s, n); };

s.type =

 

"text/javascript";

s.async = true;

s.src =

 

(d.location.protocol == "https:" ? "https:" : "http:") +

"//mc.yandex.ru/metrika/watch.js";

 

if (w.opera

==

"[object Opera]") {

 

 

 

 

d.addEventListener("DOMContentLoaded", f, false);

} else

{ f(); }})(document, window, "yandex_metrika_callbacks"); </script>

<noscript>

<div>

<img src="//mc.yandex.ru/watch/21485083" style="position:absolute; left:-9999px;" alt="" />

</div>

</noscript>

</body>

</html>

Листинг файла template.css

body,html {height:100%;} body{background:#ffffff;font: 400 12px/1.3em Arial,

Tahoma, Verdana, Helvetica;color:#777;margin:0;padding:0}

.clr{clear:both;overflow:hidden;font-size:0;line- height:0;}

ul{list-style:none;margin:0;padding:0} a,img{outline:none;margin:0;padding:0;border:none;} a:link, a:visited { color:#777;text-decoration:none;} a:hover, a:active, a:focus { color:#1F79EB; }

form { padding:0;margin:0; }

header, nav, menu, section, aside, article, footer { display:block; }

h1,h2,h3,h4,h5,h6 { margin:0 0 20px;font-family: 'Droid Serif', serif; color:#666;line-height:normal; }

h1

{ font-size:24px;}

h2

{ font-size:20px; color:#1F79EB;}

h3

{ font-size:18px; color:#1F79EB;font-family: 'PT

Sans Narrow', serif;}

h4

{ font-size:14px;}

h5

{ font-size:12px;}

h6

{ font-size:11px;}

iframe {border:none;} dl dd {

padding:0 0 0 10px; margin:0;

}

fieldset { border:none;margin:0;padding:0;} input, textarea, button {

background: none repeat scroll 0 0 #BBC6CC; border: 1px solid #95A8B3;

color: #0B1B24; font-size: 11px; height: 16px; line-height: 15px; padding: 2px 10px;}

button {

background: url("../images/but.gif") repeat-x scroll left top transparent;

border: medium none; color: #96C4E1; height: 20px; line-height: 13px; padding: 3px 4px 4px;}

p { margin:0 0 10px; }

.module p {width: 190px;}

.page_bg { background: url("../images/page_bg.png") repeat-x scroll center top #F6F6F6;}

.page { min-height: 100%; }

.wrapper { background: url("../images/wrapper.jpg") no-repeat scroll center top transparent; margin: 0 auto; }

.main { width:960px;margin:0 auto; }

.top { margin:0 auto;width:960px;height:38px}

.top .menu { height:26px;padding:6px 0;}

.top .menu li { float:left;height:26px;margin:0 10px 0 0;font-size:12px;}

.top .menu a { float:left;background: transparent url(../images/top_menu_r_bg.png) no-repeat top right;textdecoration:none;}

.top .menu a span { float:left;height:26px;padding:0 10px;color:#fff;line-height:25px;background: transparent url(../images/top_menu_l_bg.png) no-repeat top left;cursor:pointer;}

#img {

background: url("../images/headerimg.jpg") norepeat scroll right bottom transparent;

bottom: 0; height: 294px;

position: absolute; right: 0;

width: 358px;

}

header {

background: url("../images/headerimg.jpg") norepeat scroll center top transparent;

height: 252px; margin: 0 auto; position: relative; width: 960px;

}

#headerwrapper {background: url("../images/wrapper.png") no-repeat scroll center top transparent;

height: 220px; margin: 0 auto;}

header h1 a, header h1 a:link, header h1 a:visited, header h1 a:hover {color: #FF0000;

color: #FFFFFF;

font-family: Tahoma,Arial,Verdana,sans-serif; line-height: 36px;

margin: 0; padding: 0; text-align: left; font-size: 30px; font-weight: 700;

text-decoration: none;

}

header table { height: 36px; left: 22px; overflow: hidden;

position: absolute; top: 60px;

width: 500px;

}

header table, header table th, header table td {border: none !important;}

header table { width: 100%; }

header table td { height: 80px;vertical-align: middle;

}

header #search { background: url("../images/inputbox.png") no-repeat scroll left top transparent;

position: absolute; top: 13px; left:20px;

height: 20px; width: 172px;}

#search .search {

background: url("../images/search_bg.jpg") repeat scroll right top transparent;

}

#search .search .inputbox {

background: url("../images/inputbox.png") norepeat scroll left top transparent;

border: medium none; color: #21516C; float: left; font-size: 11px; height: 16px; line-height: 14px; padding: 2px 4px; width: 138px;

}

#search .search .button {

background: url("../images/search_but.gif") no-repeat scroll left top transparent;

float: left; height: 20px; margin: 0; padding: 0;

text-indent: -9999px; width: 26px;

border: medium none;

}

#content {

background: url("../images/content_m.gif") repeat- y scroll center top transparent;

margin: 0 auto;

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]