This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58860&lngWId=1 The author may have retained certain copyrights to this code...please observe their REQUEST and the law by reviewing all copyright conditions at the above URL.
標(biāo)簽: Planet-Source-Code millions source lines
上傳時(shí)間: 2013-12-26
上傳用戶(hù):dancnc
中國(guó)山藥網(wǎng)源碼 演示地址:http://www.shanyaowang.com/business 后臺(tái)地址:admin/admin.asp 密碼:369369 密碼修改地址:admin/adsel.asp將if REQUEST("pass")="369369" then中的369369修改成你的密碼便可
標(biāo)簽: admin shanyaowang business 369369
上傳時(shí)間: 2015-07-02
上傳用戶(hù):cc1
用JXTA實(shí)現(xiàn)的P2P應(yīng)用程序,該應(yīng)用程序主要時(shí)完成是,HungryPeer如何找到RestoNet對(duì)等組,并在同其他對(duì)等體建立管道連接的時(shí)候向其他對(duì)等體發(fā)送REQUEST
標(biāo)簽: JXTA P2P 應(yīng)用程序
上傳時(shí)間: 2013-12-16
上傳用戶(hù):lindor
用JXTA實(shí)現(xiàn)的P2P應(yīng)用程序,該應(yīng)用程序主要時(shí)完成是,RestoPeer如何找到,創(chuàng)建和加入RestoNet對(duì)等組,并對(duì)其他的對(duì)等體的REQUEST進(jìn)行回應(yīng)
標(biāo)簽: JXTA P2P 應(yīng)用程序
上傳時(shí)間: 2015-07-04
上傳用戶(hù):watch100
在首次運(yùn)行時(shí),自動(dòng)生成INI配置文件,網(wǎng)頁(yè)文件夾和一個(gè)測(cè)試網(wǎng)頁(yè)。 默認(rèn)端口:8080 WebServer.jar為已經(jīng)編譯好的java文件,在Dos下可以(注意要在WebServer.jar所在路徑)執(zhí)行java -jar WebServer.jar,在Dos窗口中會(huì)有大量的提示信息。不建議用無(wú)Dos窗口的方式使用。 包含三個(gè)Class: HttpServer.java(main) Response.java REQUEST.java 還含有大量注釋。
標(biāo)簽: 運(yùn)行
上傳時(shí)間: 2015-07-08
上傳用戶(hù):klin3139
Myself graduation project content, asp access does the news issue system, myself carefully manufacture, satisfies the general graduation project the REQUEST, the manager password is wwwfox, supports on the picture to pass on the news, the news classification, the special news, in the station searches, myself intensely recommend
標(biāo)簽: graduation carefully manufactu content
上傳時(shí)間: 2014-01-09
上傳用戶(hù):康郎
tServer task executes functions at low priority (254). serverSend funtion is used to send a REQUEST to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.
標(biāo)簽: serverSend functions executes priority
上傳時(shí)間: 2015-09-21
上傳用戶(hù):tianjinfan
《JSP網(wǎng)絡(luò)編程從基礎(chǔ)到實(shí)踐》的實(shí)例代碼目錄中包含了前10章的所有實(shí)例的源代碼,實(shí)例名稱(chēng)及其所處章節(jié)如下: 第1章 JSP技術(shù)概述 實(shí)例1 第一個(gè)JSP頁(yè)面 第3章 Web開(kāi)發(fā)基礎(chǔ) 實(shí)例2 HTML與JavaScript交互示例 第4章 JSP語(yǔ)法 實(shí)例3 JSP程序的基本結(jié)構(gòu) 實(shí)例4 簡(jiǎn)單數(shù)據(jù)類(lèi)型綜合應(yīng)用實(shí)例 實(shí)例5 包裝類(lèi)綜合應(yīng)用實(shí)例 實(shí)例6 數(shù)組應(yīng)用實(shí)例 實(shí)例7 字符截取程序示例 實(shí)例8 查找字符串程序示例 實(shí)例9 StringBuffer綜合應(yīng)用程序示例 實(shí)例10 日期數(shù)據(jù)應(yīng)用示例 實(shí)例11 算術(shù)表達(dá)式綜合運(yùn)用實(shí)例 實(shí)例12 switch語(yǔ)句示例 實(shí)例13 循環(huán)應(yīng)用綜合實(shí)例 實(shí)例14 一個(gè)簡(jiǎn)單的計(jì)數(shù)器 實(shí)例15 include指令應(yīng)用示例 實(shí)例16 forward應(yīng)用程序示例 實(shí)例17 param應(yīng)用程序示例 實(shí)例18 plugin應(yīng)用程序示例 實(shí)例19 中文字符處理程序示例 第5章 JSP的內(nèi)置對(duì)象 實(shí)例20 REQUEST常用方法的應(yīng)用 實(shí)例21 獲得表單數(shù)據(jù) 實(shí)例22 頁(yè)面重定向程序示例 實(shí)例23 定時(shí)刷新頁(yè)面程序示例 實(shí)例24 記住會(huì)話的用戶(hù)名 實(shí)例25 猜字母游戲 實(shí)例26 網(wǎng)站計(jì)數(shù)器
標(biāo)簽: JSP 網(wǎng)絡(luò)編程 實(shí)踐 代碼
上傳時(shí)間: 2013-12-06
上傳用戶(hù):bruce
Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former REQUEST the consistency of data is strong with the integrity, the library that the safeness of data like.But REQUEST the latter very much to apply the procedure function complete, easy usage etc. characteristics.
標(biāo)簽: management development information Student
上傳時(shí)間: 2015-11-01
上傳用戶(hù):1101055045
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=REQUEST("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if REQUEST("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& REQUEST("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if REQUEST("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& REQUEST("Product_Class") &"% " end if
標(biāo)簽: ProductClass lt LANGUAGE VBSCRIPT
上傳時(shí)間: 2013-11-25
上傳用戶(hù):wl9454
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1