注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術(shù)計算機/網(wǎng)絡網(wǎng)絡與數(shù)據(jù)通信網(wǎng)絡服務ASP+SQL Server組建動態(tài)網(wǎng)站實例精講

ASP+SQL Server組建動態(tài)網(wǎng)站實例精講

ASP+SQL Server組建動態(tài)網(wǎng)站實例精講

定 價:¥43.00

作 者: 龍馬工作室編著
出版社: 人民郵電出版社
叢編項: 非常網(wǎng)絡6+1
標 簽: 互聯(lián)網(wǎng)絡 程序設計

ISBN: 9787115124272 出版時間: 2004-01-01 包裝: 平裝
開本: 26cm 頁數(shù): 496 字數(shù):  

內(nèi)容簡介

本書針對中、小型用戶,介紹了典型網(wǎng)站和Internet應用服務系統(tǒng)的開發(fā)、配置及發(fā)布等技術(shù)。全書注重實用性,讀者只要具備基本的網(wǎng)頁設計知識,就可以按照書中介紹的方法用隨書光盤提供的實例構(gòu)建動態(tài)網(wǎng)站,開發(fā)出適合自己需要的網(wǎng)絡應用系統(tǒng)。 為幫助初學者使用書中介紹的網(wǎng)站,本書的開始安排了兩章基礎知識來講解網(wǎng)站及數(shù)據(jù)庫的安裝、配置、使用和原理。然后介紹數(shù)據(jù)庫應用的基礎知識,最后通過8個典型實例系統(tǒng)地介紹各類網(wǎng)站從系統(tǒng)分析、代碼設計到方案實施的全過程。 本書配套光盤包括所有網(wǎng)站應用案例的源程序(讀者可以直接使用),為方便讀者將數(shù)據(jù)庫移植到其他系統(tǒng),光盤還提供了相應的數(shù)據(jù)庫建庫SQL文件。 本書適合網(wǎng)頁設計人員、Web應用開發(fā)人員和廣大網(wǎng)絡愛好者學習使用。

作者簡介

暫缺《ASP+SQL Server組建動態(tài)網(wǎng)站實例精講》作者簡介

圖書目錄

第1章  ASP入門  1
1.1  配置ASP網(wǎng)站  2
1.1.1  安裝ASP服務器  3
1.1.2  設置ASP服務器  4
1.1.3  測試配置  6
1.1.4  添加Web站點  7
1.1.5  安裝SQL Server數(shù)據(jù)庫管理系統(tǒng)  8
1.1.6  配置數(shù)據(jù)庫sa密碼  14
1.1.7  使用ODBC配置DSN  16
1.2  什么是Web應用程序  20
1.2.1  網(wǎng)頁的動態(tài)  21
1.2.2  Web應用程序的工作原理  22
1.2.3  本地計算機和Internet服務器  23
1.2.4  Internet服務程序  24
1.3  規(guī)劃站點  24
1.4  ASP頁的構(gòu)成  25
1.4.1  腳本語言  25
1.4.2  設置腳本語言  26
1.4.3  使用 ASP 指令  27
1.4.4  腳本中的空白字符  28
1.4.5  腳本代碼中的注釋  29
1.4.6  使用ActiveX組件  30
1.5  ASP內(nèi)建對象概述  31
1.5.1  Application 對象  31
1.5.2  Session對象  32
1.5.3  Server對象  34
1.5.4  Request對象  35
1.5.5  Response對象  36
1.5.6  內(nèi)建對象集合的使用  38
1.5.7  使用 ASP 內(nèi)建對象  41
1.6  小結(jié)  42
第2章  架設聊天服務系統(tǒng)  43
2.1  IRC聊天服務系統(tǒng)  44
2.1.1  IRC服務器端軟件——IRCServ  44
2.1.2  下載安裝mIRC  44
2.1.3  mIRC設置  45
2.2  AbcChat Server聊天服務系統(tǒng)  47
2.2.1  安裝與運行  48
2.2.2  修改配置文件  49
2.3  聊天工具集錦  49
2.3.1  MSN Messenger  49
2.3.2  網(wǎng)易泡泡  50
2.3.3  Yahoo Messenger  50
2.3.4  搜Q  50
2.3.5  QQ自動聊天器  50
2.3.6  QQMessenger  50
2.3.7  朗瑪UC  50
2.3.8  幻想FICQ 2003  51
2.4  小結(jié)  51
第3章  架設電子郵件系統(tǒng)  53
3.1  關(guān)于SMTP  54
3.1.1  工作模式  54
3.1.2  SMTP模型  54
3.2  架設 Microsoft SMTP Service  54
3.3  Foxmail郵件服務系統(tǒng)  60
3.3.1  安裝和設置  60
3.3.2  安裝后的系統(tǒng)維護  65
3.3.3  Foxmail Server在IIS中的虛擬目錄  67
3.4  Easymails郵件服務系統(tǒng)  68
3.4.1  配置Easymails  68
3.4.2  檢驗郵件系統(tǒng)  71
3.5  小結(jié)  72
第4章  信息查詢系統(tǒng)網(wǎng)站  73
4.1  建立網(wǎng)站  74
4.1.1  配置IIS  74
4.1.2  配置數(shù)據(jù)庫  75
4.2  網(wǎng)站結(jié)構(gòu)設計  78
4.2.1  目標設計  78
4.2.2  設計思路  78
4.2.3  系統(tǒng)功能分析與設計  79
4.3  數(shù)據(jù)庫結(jié)構(gòu)設計  79
4.3.1  數(shù)據(jù)庫需求分析  80
4.3.2  數(shù)據(jù)庫邏輯設計  80
4.4  信息管理模塊  80
4.4.1  login.asp  81
4.4.2  chklogin.asp  82
4.4.3  manage.asp  83
4.4.4  add.asp  88
4.4.5  save.asp  90
4.4.6  edit.asp  92
4.4.7  saveedit.asp  93
4.4.8  delete.asp  95
4.5  信息顯示模塊  96
4.6  信息查詢模塊  103
4.7  開發(fā)難點與解決技巧  104
4.7.1  用服務器端包含技術(shù)實現(xiàn)對文件的引用  104
4.7.2  用cookies保存用戶信息  104
4.8  小結(jié)  104
第5章  辦公自動化網(wǎng)站  105
5.1  建立網(wǎng)站  106
5.1.1  配置IIS  106
5.1.2  配置數(shù)據(jù)庫  106
5.2  網(wǎng)站結(jié)構(gòu)設計  106
5.2.1  目標設計  107
5.2.2  系統(tǒng)功能分析與設計  107
5.3  數(shù)據(jù)庫結(jié)構(gòu)設計  108
5.3.1  數(shù)據(jù)庫需求分析  108
5.3.2  數(shù)據(jù)庫邏輯設計  109
5.4  人事管理系統(tǒng)模塊  111
5.4.1  個人基本檔案  112
5.4.2  員工基本檔案與員工職位變動  121
5.4.3  員工獎懲情況  130
5.4.4  員工考核情況  136
5.4.5  員工工資檔案  142
5.5  工作計劃管理模塊  151
5.5.1  stafdayrep.asp  151
5.5.2  displayworkrec.asp  153
5.5.3  addworkrep.asp  154
5.5.4  editworkrep.asp  155
5.5.5  dayrep.asp  157
5.6  員工管理模塊  159
5.6.1  addstaf.asp  159
5.6.2  stafcontrol.asp  161
5.6.3  adduser.asp  164
5.6.4  usercontrol.asp  165
5.6.5  userinf.asp  168
5.7  員工權(quán)限設置模塊  170
5.8  開發(fā)難點與解決技巧  172
5.8.1  用服務器端包含技術(shù)實現(xiàn)數(shù)據(jù)庫的打開操作  172
5.8.2  用Session保存用戶信息  172
5.9  小結(jié)  173
第6章  求職招聘網(wǎng)站  175
6.1  建立網(wǎng)站  176
6.1.1  配置IIS  176
6.1.2  配置數(shù)據(jù)庫  176
6.2  網(wǎng)站結(jié)構(gòu)設計  177
6.2.1  目標設計  177
6.2.2  系統(tǒng)功能分析與設計  177
6.3  數(shù)據(jù)庫結(jié)構(gòu)設計  178
6.3.1  數(shù)據(jù)庫需求分析  178
6.3.2  數(shù)據(jù)庫邏輯設計  178
6.4  會員管理模塊  180
6.4.1  addnew.asp  180
6.4.2  person/main.asp  182
6.4.3  company/main.asp  184
6.4.4  default.asp  186
6.4.5  login.asp  187
6.5  求職招聘模塊  188
6.5.1  default.asp  189
6.5.2  search.asp  190
6.5.3  person/register.asp  196
6.5.4  person/register2.asp  198
6.5.5  person/register3.asp  199
6.5.6  person/modify.asp  201
6.5.7  company/register.asp  202
6.5.8  company/publish.asp  204
6.5.9  company/changepwd.asp  206
6.6  系統(tǒng)管理模塊  208
6.6.1  admin/login.asp  208
6.6.2  admin/mperson.asp  210
6.6.3  admin/mcompany.asp  210
6.6.4  admin/mnews.asp  211
6.7  維護網(wǎng)站  212
6.8  開發(fā)難點與解決技巧  213
6.8.1  用服務器端包含技術(shù)實現(xiàn)對文件的引用  213
6.8.2  用信箱和收藏夾增強單位和個人聯(lián)系  214
6.9  小結(jié)  214
第7章  電子商務網(wǎng)站  215
7.1  建立網(wǎng)站  216
7.1.1  配置IIS  216
7.1.2  配置數(shù)據(jù)庫  216
7.2  網(wǎng)站結(jié)構(gòu)設計  217
7.2.1  目標設計  217
7.2.2  系統(tǒng)功能分析與設計  217
7.3  數(shù)據(jù)庫結(jié)構(gòu)設計  218
7.3.1  數(shù)據(jù)庫需求分析  218
7.3.2  數(shù)據(jù)庫邏輯設計  218
7.4  會員管理模塊  219
7.4.1  reguser.htm  220
7.4.2  reguser2.asp  221
7.4.3  reguser3.asp  222
7.4.4  user_check.asp  224
7.4.5  del_user.asp  229
7.4.6  index.asp  230
7.4.7  orderloginsb.asp  230
7.5  在線購物模塊  231
7.5.1  index.asp  232
7.5.2  spss.asp  233
7.5.3  spjj.asp  236
7.5.4  eshop.asp  238
7.5.5  clear.asp  245
7.5.6  ment.asp  245
7.5.7  ment1.asp  246
7.5.8  ment2.asp  247
7.5.9  ment3.asp  250
7.5.10  ment4.asp  250
7.5.11  index.asp  253
7.5.12  orderofind.asp  253
7.6  維護網(wǎng)站  255
7.7  開發(fā)難點與解決技巧  255
7.7.1  引用外部程序?qū)崿F(xiàn)重復功能  255
7.7.2  用Session保存用戶購物信息  256
7.8  小結(jié)  256
第8章  交友網(wǎng)站  257
8.1  建立網(wǎng)站  258
8.1.1  配置IIS  258
8.1.2  配置數(shù)據(jù)庫  258
8.2  網(wǎng)站結(jié)構(gòu)設計  258
8.2.1  目標設計  258
8.2.2  系統(tǒng)功能分析與設計  259
8.3  數(shù)據(jù)庫結(jié)構(gòu)設計  259
8.3.1  數(shù)據(jù)庫需求分析  259
8.3.2  數(shù)據(jù)庫邏輯設計  260
8.4  網(wǎng)友注冊模塊  261
8.4.1  reg.asp  262
8.4.2  regsubmit.asp  263
8.4.3  regok.asp  264
8.4.4  register.asp  264
8.4.5  ladd.asp  267
8.4.6  read.asp  273
8.4.7  default.asp  276
8.4.8  login.asp  276
8.4.9  your.asp  277
8.5  網(wǎng)友個人管理模塊  280
8.5.1  edit.asp  281
8.5.2  eadd.asp  283
8.5.3  delhy.asp  284
8.5.4  sendphoto.asp  285
8.5.5  addpic.asp  286
8.5.6  delpic.asp  287
8.5.7  accept.asp  288
8.5.8  refuse.asp  290
8.5.9  moveto.asp  292
8.5.10  delqq.asp  293
8.5.11  leaveword.asp  294
8.5.12  delliuyan.asp  296
8.6  網(wǎng)站管理模塊  297
8.6.1  adminlogin.asp  298
8.6.2  adminpass.asp  299
8.6.3  admin.asp  300
8.6.4  deluser.asp  303
8.7  維護網(wǎng)站  305
8.8  小結(jié)  305
第9章  共享資源下載網(wǎng)站  307
9.1  建立網(wǎng)站  308
9.1.1  配置IIS  308
9.1.2  配置數(shù)據(jù)庫  308
9.2  網(wǎng)站結(jié)構(gòu)設計  308
9.2.1  目標設計  308
9.2.2  系統(tǒng)功能分析與設計  309
9.3  數(shù)據(jù)庫結(jié)構(gòu)設計  309
9.3.1  數(shù)據(jù)庫需求分析  310
9.3.2  數(shù)據(jù)庫邏輯設計  310
9.4  共享資源顯示模塊  310
9.4.1  index.asp  311
9.4.2  class.asp  316
9.4.3  software.asp  320
9.4.4  softdown.asp  324
9.5  共享資源搜索模塊  325
9.5.1  search.asp  325
9.5.2  query.asp  327
9.6  共享資源欄目管理模塊  333
9.6.1  admin.asp  334
9.6.2  chkadmin.asp  335
9.6.3  manage.asp  337
9.6.4  classmana.asp  338
9.6.5  classmana1.asp  340
9.6.6  classmana2.asp  343
9.7  共享資源管理模塊  346
9.7.1  freeadd.asp  347
9.7.2  adminsave.asp  348
9.7.3  adminedit.asp  353
9.7.4  editsoft.asp  355
9.8  小結(jié)  356
第10章  在線寬帶點播網(wǎng)站  357
10.1  建立網(wǎng)站  358
10.1.1  配置IIS  358
10.1.2  配置數(shù)據(jù)庫  358
10.2  網(wǎng)站結(jié)構(gòu)設計  358
10.2.1  目標設計  358
10.2.2  系統(tǒng)功能分析與設計  359
10.3  數(shù)據(jù)庫結(jié)構(gòu)設計  360
10.3.1  數(shù)據(jù)庫需求分析  360
10.3.2  數(shù)據(jù)庫邏輯設計  360
10.4  會員管理模塊  361
10.4.1  reg1.asp  361
10.4.2  reg2.asp  362
10.4.3  user.asp  365
10.4.4  users.asp  366
10.5  視頻信息顯示模塊  368
10.5.1  index.asp  369
10.5.2  soft.asp  374
10.5.3  list.asp  380
10.5.4  download.asp  383
10.5.5  playwin.asp  385
10.6  視頻信息搜索模塊  386
10.6.1  index.asp  387
10.6.2  search.asp  388
10.7  視頻欄目管理模塊  390
10.7.1  login.asp  391
10.7.2  chkadmin.asp  391
10.7.3  manage.asp  393
10.7.4  classmana.asp  394
10.7.5  classmana1.sp  396
10.7.6  classmana2.asp  399
10.8  視頻信息管理模塊  402
10.8.1  freeadd.asp  403
10.8.2  adminsave.asp  404
10.8.3  adminedit.asp  409
10.8.4  editsoft.asp  410
10.9  小結(jié)  412
第11章  在線教育網(wǎng)站  413
11.1  建立網(wǎng)站  414
11.1.1  配置IIS  414
11.1.2  配置數(shù)據(jù)庫  414
11.2  網(wǎng)站結(jié)構(gòu)設計  414
11.2.1  目標設計  414
11.2.2  系統(tǒng)功能分析與設計  415
11.3  數(shù)據(jù)庫結(jié)構(gòu)設計  415
11.3.1  數(shù)據(jù)庫需求分析  415
11.3.2  數(shù)據(jù)庫邏輯設計  416
11.4  資料顯示模塊  417
11.4.1  index.asp  418
11.4.2  detail.asp  421
11.4.3  download.asp  423
11.4.4  redetail.asp  424
11.4.5  redetailok.asp  425
11.4.6  teacherinfo.asp  427
11.4.7  search.asp  430
11.4.8  list.asp  431
11.5  資料管理模塊  435
11.5.1  adminlogin.asp  437
11.5.2  admincheck.asp  437
11.5.3  adminmain.asp  439
11.5.4  addtype.asp  440
11.5.5  addtypeok.asp  441
11.5.6  edittype.asp  442
11.5.7  edittypeok.asp  444
11.5.8  deltype.asp  445
11.5.9  deltypeok.asp  446
11.5.10  pub.asp  447
11.5.11  pubok.asp  449
11.5.12  list.asp  452
11.5.13  edit.asp  453
11.5.14  editok.asp  454
11.5.15  admindelcourseware.asp  458
11.5.16  admindelcoursewareok.asp  459
11.6  教師管理  460
11.6.1  adminteacher.asp  461
11.6.2  adminsearchteacher.asp  462
11.6.3  addteacher.asp  464
11.6.4  addteacherok.asp  466
11.6.5  editteacher.asp  469
11.6.6  editteacherok.asp  471
11.6.7  delteacher.asp  477
11.6.8  delteacherok.asp  477
11.7  小結(jié)  479

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號