<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & REQUEST.form("uid") & " " rs.open sqltext,co
標簽: lt LANGUAGE VBSCRIPT include
上傳時間: 2013-12-08
上傳用戶:yuanyuan123
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(REQUEST("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if
標簽: lt LANGUAGE VBSCRIPT Session
上傳時間: 2013-12-09
上傳用戶:huql11633
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(REQUEST("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if
標簽: lt LANGUAGE VBSCRIPT Session
上傳時間: 2014-08-18
上傳用戶:小草123
Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface etc. basic function 4, the each function mold piece REQUEST of system use the form of function realization 5, completion design mission combine write a course a design report. 6, student the existence document of the result information in
標簽: system realization management structure
上傳時間: 2013-11-29
上傳用戶:1966640071
J2ME 是SUN 公司針對嵌入式、消費類 電子產品推出的開發平臺,與J2SE 和J2EE 共同組成Java 技術的三個重要的分支。J2ME 實際 上是一系列規范的集合,由JCP 組織制定相關的Java Specification REQUEST(JSR)并發布,各 個廠商會按照規范在自己的產品上進行實現,但是必須要通過TCK 測試,這樣確保兼容性。比 如MIDP2.0 規范就是在JSR118 中制定的。可能接觸過J2ME 的開發者會覺得說J2ME 是一系列 的規范不準確吧。因為我們在開發中用到了很多例如CLDC(Connected Limited Devices Configuration)和MIDP(Mobile Information Devices Profile)等內容。
上傳時間: 2015-11-20
上傳用戶:sardinescn
post 提交用戶輸入的方式是隱含提交,在ASP端用REQUEST.getform()來獲取輸入域的值; get 提交用戶輸入的方式是顯式提交,提交時在瀏覽器的地址欄里可以看見 用戶輸入的內容(你在Google中輸入Java搜索,你按查找后可以在地址欄里看到java), 在ASP端用REQUEST.getquery()來獲取輸入域的值;
上傳時間: 2015-12-17
上傳用戶:lanhuaying
Java編寫的一款FTP程序,主要功能有支持上傳、下載、目錄轉換。需要加入其他命令的支持可以在REQUEST類的sendEventMsg方法中的case語句里添加 FTP的用戶名和密碼默認是test test
上傳時間: 2016-01-31
上傳用戶:colinal
RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and support conferences are available at the sites and BBS s listed below. Most of them are FIDONET-nodes, so you can REQUEST the latest version of RAR, via file REQUEST, using the magic name of RAR . NOTE: This list is distributed with the current version of RAR and may not be up-to-date. For the latest RAR_SITE list please visit our website at http://www.rarlab.com There you will also find the latest versions of RAR for all platforms as well as FAR, the greatest file manager in the world. North American Continent: USA
標簽: Registration and Support
上傳時間: 2016-02-14
上傳用戶:cooran
網上商店 新增功能: 1,分頁 2,樹型目錄,通過**/netstore3/action/setUpTree觀看效果 參考tomcat的管理程序 優化功能: 1,將原先路徑寫死的地方,改成String url=REQUEST.getContextPath()+"/action/home" 2,將service類分離,新增的分離類未用接口,考慮到以后,會用接口 在netstore\service目錄下加了幾個服務類 CustServiceImpl,ProdServiceImpl,OrderServiceImpl 但這樣做,為了程序方便,在所有action的基類中,都加入了調用該服務類的方法。 歡迎大家提出更好的分離服務的方法,謝謝! 3,部分地方加入log4j輸出日志,方便調試。
標簽: 商
上傳時間: 2016-02-21
上傳用戶:tuilp1a
用DriverStudio 3.2的DriverWizard向導制作的PDIUSBD12讀寫驅動程序(控制器使用飛思卡爾單片機MC9S12DT128B),并附帶測試的應用程序,實現了讀寫In和Out功能以及廠商請求功能Vendor REQUEST,工程內附帶Inf文件和DriverStudio工程xml配置文件,可以自行修改,希望能幫到大家,共同進步
標簽: DriverStudio DriverWizard PDIUSBD 12
上傳時間: 2013-12-17
上傳用戶:wang0123456789