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.
標簽: Planet-Source-Code millions source lines
上傳時間: 2013-12-26
上傳用戶:dancnc
中國山藥網源碼 演示地址:http://www.shanyaowang.com/business 后臺地址:admin/admin.asp 密碼:369369 密碼修改地址:admin/adsel.asp將if Request("pass")="369369" then中的369369修改成你的密碼便可
標簽: admin shanyaowang business 369369
上傳時間: 2015-07-02
上傳用戶:cc1
用JXTA實現的P2P應用程序,該應用程序主要時完成是,HungryPeer如何找到RestoNet對等組,并在同其他對等體建立管道連接的時候向其他對等體發送Request
上傳時間: 2013-12-16
上傳用戶:lindor
用JXTA實現的P2P應用程序,該應用程序主要時完成是,RestoPeer如何找到,創建和加入RestoNet對等組,并對其他的對等體的Request進行回應
上傳時間: 2015-07-04
上傳用戶:watch100
在首次運行時,自動生成INI配置文件,網頁文件夾和一個測試網頁。 默認端口:8080 WebServer.jar為已經編譯好的java文件,在Dos下可以(注意要在WebServer.jar所在路徑)執行java -jar WebServer.jar,在Dos窗口中會有大量的提示信息。不建議用無Dos窗口的方式使用。 包含三個Class: HttpServer.java(main) Response.java Request.java 還含有大量注釋。
標簽: 運行
上傳時間: 2015-07-08
上傳用戶: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
標簽: graduation carefully manufactu content
上傳時間: 2014-01-09
上傳用戶:康郎
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.
標簽: serverSend functions executes priority
上傳時間: 2015-09-21
上傳用戶:tianjinfan
《JSP網絡編程從基礎到實踐》的實例代碼目錄中包含了前10章的所有實例的源代碼,實例名稱及其所處章節如下: 第1章 JSP技術概述 實例1 第一個JSP頁面 第3章 Web開發基礎 實例2 HTML與JavaScript交互示例 第4章 JSP語法 實例3 JSP程序的基本結構 實例4 簡單數據類型綜合應用實例 實例5 包裝類綜合應用實例 實例6 數組應用實例 實例7 字符截取程序示例 實例8 查找字符串程序示例 實例9 StringBuffer綜合應用程序示例 實例10 日期數據應用示例 實例11 算術表達式綜合運用實例 實例12 switch語句示例 實例13 循環應用綜合實例 實例14 一個簡單的計數器 實例15 include指令應用示例 實例16 forward應用程序示例 實例17 param應用程序示例 實例18 plugin應用程序示例 實例19 中文字符處理程序示例 第5章 JSP的內置對象 實例20 Request常用方法的應用 實例21 獲得表單數據 實例22 頁面重定向程序示例 實例23 定時刷新頁面程序示例 實例24 記住會話的用戶名 實例25 猜字母游戲 實例26 網站計數器
上傳時間: 2013-12-06
上傳用戶: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.
標簽: management development information Student
上傳時間: 2015-11-01
上傳用戶: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
標簽: ProductClass lt LANGUAGE VBSCRIPT
上傳時間: 2013-11-25
上傳用戶:wl9454