用DriverStudio 3.2的DriverWizard向導制作的ISP1581讀寫驅動程序,并附帶測試的應用程序,實現了Bulk讀寫In和Out功能以及廠商請求功能Vendor Request,工程內附帶INF文件和DriverStudio工程xml配置文件,可以自行修改,希望能幫到大家,共同進步
標簽: DriverStudio DriverWizard Request Vendor
上傳時間: 2014-01-25
上傳用戶:stvnash
使用resin3.0服務器, 默認情況下,jsp文件放到\doc\myside\examin\目錄下. servlet類和在servlet類中使用的bean都放到\doc\WEB-INF\classes\目錄下. jsp中使用的bean類放到\doc\WEB-INF\classes\examinline\目錄下. 默認數據庫橋接名為lineexamin sql數據庫名是lineexamin,用戶名是sa,密碼是ruscn.net
標簽: servlet docWEB-INFclasses docmysideexamin resin
上傳時間: 2014-06-07
上傳用戶:colinal
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management. No INF file is needed to install this application.
標簽: command-line application Addfilter drivers
上傳時間: 2016-06-28
上傳用戶:源碼3
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant. No INF file is needed to install this driver.
標簽: intercepting operations non-SCSI support
上傳時間: 2014-08-17
上傳用戶:pkkkkp
The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-bit compliant. No INF file is needed to install this driver.
標簽: disk-accesses performance capturing DiskPerf
上傳時間: 2013-12-31
上傳用戶:wuyuying
jsp+access開發的網上銷售手機網站 1.進入“控制面板”-->管理工具”--->“數據源(ODBC)” 2.選擇“用戶DNS” 3.點擊“添加”---〉選擇驅動器“Microsoft Access Driver”---點擊“完成” 4.填寫數據源名:shnxn 5.選擇數據庫(我們網站的數據庫所在位置,缺省為frshop下面database下的db.mdb,為了安全,您可以把數據庫放置 在任何地方,只需保證這里的連接到那個數據庫即可) 6.單擊“確定” 7.完成數據源設置 設置完數據源以后,您只須把我們給您的文件中的classes文件下復制到 網站根目錄的web-INF文件夾下面; 然后重啟服務器即可。
上傳時間: 2016-06-28
上傳用戶:shawvi
1.新建一個Web Project 2.把附件中的四個.jspCopy到WebRoot文件夾下,web.xml復制到WEB-INF下 3.數據庫連接采用Jdbc-Odbc橋的方式(推薦你以后采用Jdbc驅動連接或Hibernate框架——4.此代碼全部用Jsp開發,沒有用到Servler和JavaBean 5.此文僅適合J2EE初學者
標簽: Project jspCopy WebRoot Web
上傳時間: 2016-07-06
上傳用戶:linlin
jsp blog系統 說明: 1,使用前,請先打開db.java修改其中的數據庫信息,然后用你的jdk編譯后放入WEB-INF\classes\dbpac\下。將所有文件上傳到服務器,然后運行install.html建立數據庫。安裝完畢后,請手動刪除install.html和install.jsp 2, 如果是unix服務器,請設置config.php,db.php,links.php,skinlist.php的文件權限設置為777 3, 打開js目錄下的my.js,根據自己的需要修改即可。 4,打開javamail.jsp,將 "郵件服務器登錄用戶名"," 郵件服務器登錄密碼","發送人郵件地址","接受人郵件地址",替換成自己的信息。(郵件服務器最好為163的郵箱,否則有些郵箱可能不支持。推薦 接受人郵件地址為您的QQ郵箱地址,這樣方便。注意 發送人郵件地址必須和您的郵件服務器用戶名匹配。)
上傳時間: 2013-12-15
上傳用戶:lhw888
1.安裝配置tomcat+mysql5環境; 2.執行sql.sql; 3.更改 WEB-INF\classes\net\dmresearch\util 下my.properties對應配置 4.訪問首頁;
標簽: etdmresearchutil WEB-INFclasses properties sql
上傳時間: 2014-01-18
上傳用戶:hongmo
留言簿架構 oracle 9i + jsp + struts 留言簿基本功能: 1 、客人簽寫留言 2 、基本的UBB支持,如[url]http://www.lunji.com[/url],[color="red"]紅色字[/color] 3 、ctrl+enter可提交留言 4 、搜索留言 5 、悄悄話功能 安全: 1 、解決了連串字母將表格撐大問題 2 、用戶名與留言內容不能太長或為空 3 、用戶不能冒充版主留言 4 、屏垃圾語言功能 管理: 默認頁為/admin/login.do 9 、留言簿基本參數的設置如留言簿標題,每頁顯示條數 10、設置版主信息 11、設置管理員用戶名、密碼 12、回復留言、編輯留言、刪除留言 13、設置悄悄話功能的開啟與關閉 14、垃圾語言過濾 15、在線更改最大留言字節數 安裝: 1、在oracle中執行document/sql/guestbook.sql 2、設置tomcat server.xml中Connector配置節增加一個屬性,URIEncoding="gb2312" 3、用記事本打開WEB-INF/classes/init.properties,修改其中的數據庫ip地址,sid,帳號和密碼等 首頁默認為indx.do
上傳時間: 2014-11-16
上傳用戶:zl5712176