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
SQL(Structured Query Language,結構查詢語言)是一個功能強大的數據庫語言。SQL通常使用于數據庫的通訊。ANSI(美國國家標準學會)聲稱,SQL是關系數據庫管理系統的標準語言。SQL語句通常用于完成一些數據庫的操作任務,比如在數據庫中更新數據,或者從數據庫中檢索數據。使用SQL的常見關系數據庫管理系統有:Oracle、 Sybase、 Microsoft SQL Server、 Access等等。雖然絕大多數的數據庫系統使用SQL,但是它們同樣有它們自立另外的專有擴展功能用于它們的系統。但是,標準的SQL命令,比如"Select"、 "INSERT"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成絕大多數數據庫的操作。MS SQL Server 就是用的Transact- SQL。SQL語言有著非常突出的優點,SQL語言是非過程化的語言、統一的語言、是所有關系數據庫的公共語言。
標簽: Structured Language Query SQL
上傳時間: 2016-07-23
上傳用戶:zhanditian
SQL(Structured Query Language,結構查詢語言)是一個功能強大的數據庫語言。SQL通常使用于數據庫的通訊。ANSI(美國國家標準學會)聲稱,SQL是關系數據庫管理系統的標準語言。SQL語句通常用于完成一些數據庫的操作任務,比如在數據庫中更新數據,或者從數據庫中檢索數據。使用SQL的常見關系數據庫管理系統有:Oracle、 Sybase、 Microsoft SQL Server、 Access等等。雖然絕大多數的數據庫系統使用SQL,但是它們同樣有它們自立另外的專有擴展功能用于它們的系統。但是,標準的SQL命令,比如"Select"、 "INSERT"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成絕大多數數據庫的操作。MS SQL Server 就是用的Transact- SQL。SQL語言有著非常突出的優點,SQL語言是非過程化的語言、統一的語言、是所有關系數據庫的公共語言。
標簽: Structured Language Query SQL
上傳時間: 2016-07-23
上傳用戶:cc1015285075
Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default INSERT spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly INSERTing spaces in a code that up to now used only tabs for indentation.
標簽: reformatter reindenter and Artistic
上傳時間: 2013-12-20
上傳用戶:康郎
ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether the message satisfies the conditions. Once the message satisfies all the conditions, the system thinks the machine is sniffing, and adds this machine into the list of sniffing machines. On this basis the detection has done well, and at the same time we INSERT the result into the log database for inquire and analyze later.
標簽: the arithmetic According design
上傳時間: 2016-10-06
上傳用戶:chongcongying
1.配置java環境,JDK1.5以上和安裝MYSQL5.0(配置好java的環境變量) 2.在SQL文件里,把role.sql,sql.sql,INSERT.sql按照這個順利插進MYSQL數據庫里 3.修改FlashNetGame\classes文件夾下面的hibernate.cfg.xml文件,修改里面的數據庫連接地址和用戶密碼什么的 4.把NetGameFalsh文件夾里面的NetGame.swf的打包成.exe文件(如果你的電腦是可信任flash的就不需要) 5.下載spring和hibernate的包,然后把相關的jar文件放到FlashNetGame目錄的lib文件夾下 6.準備好上面的那些工作之后,在FlashNetGame目錄那里的build.xml文件,用ant編譯 (如果沒有裝ant,可以執行org.game.server.StartServer這個主類,就可以啟動服務器了) 7.把NetGameFalsh文件里面的NetGame.swf打包成exe文件(主要是flash的安全策略,如果你配置了你電腦,就不需要) 8.連接服務器,用內帶的用戶登陸就可以了(帳戶:soda,密碼:soda),或者可以在數據庫手動添加
上傳時間: 2016-11-08
上傳用戶:米卡
用C編寫的短小精悍的數據庫,既有運行碼,又有源代碼,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,MODIFY,QUIT,HELP等命令,對于想學習如何用C實現數據庫sql語句編程的同仁很有幫助。
上傳時間: 2016-11-12
上傳用戶:as275944189
實現基本的購物車功能。 eclipse+sqlserver2005 1.主要強調了購物車的業務邏輯。 2,利用javabean封裝。比較適合jsp初學者。 3.簡潔實用。可以在此基礎上開發更加復雜功能的購物網站。 數據庫建立 create database shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(20) not null, s_price money not null ) go INSERT into t_sp values( IBM筆記本電腦 , 19999 ) INSERT into t_sp values( Hp商務筆記本電腦 , 8666 ) INSERT into t_sp values( 精通JSP技術 , 236 ) INSERT into t_sp values( ASP.NET高級應用 , 156 ) INSERT into t_sp values( J2EE高級開發 , 126 ) INSERT into t_sp values( 華碩筆記本電腦 , 6789 ) go select * from t_sp go
上傳時間: 2013-12-20
上傳用戶:netwolf
自己編寫的String類,可以用于代替<string>中的string類。支持==、!=、<、>等比較運算符,=復制運算符,有多種構造函數,動態分配內存,長度可變。容易轉換成char*類型,而且使用深拷貝,指針使用得當。有常用的Index,INSERT,Delete,Replace,SubString方法。而且源碼中給出了String類的一個小應用。開發環境Visual C++ 6.0,測試程序為Console模式。
上傳時間: 2014-01-05
上傳用戶:古谷仁美
在程序中需要使用到的字符串大致可以分為兩大類,一類是創建之后不需要做修改和變動的字符串常量,另一類則是創建之后需要添加,插入和修改等更改的字符串變量。在java中,對于字符串常量對象則使用String類,它提供了許多諸如比較(compareTo),查找(indexOf)之類的操作,而對于字符串變量對象則使用StringBuffer類,它提供了擴充(append),插入(INSERT)等操作。
上傳時間: 2014-01-14
上傳用戶:gxrui1991