This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:
標(biāo)簽: server application includes launcher
上傳時(shí)間: 2016-10-06
上傳用戶(hù):kr770906
企業(yè)營(yíng)銷(xiāo)管理系統(tǒng)程序使用說(shuō)明(VB+SQL2000)將目錄data下的db_Csell_Data.MDF和db_Csell_Log.LDF文件拷貝到SQL Server 2000的“MSSQL”->“data”目錄下. 如果沒(méi)有安裝Sql Server,請(qǐng)先安裝Sql Server,安裝SQL SERVER 2000數(shù)據(jù)庫(kù)時(shí),在身份安全驗(yàn)證機(jī)制選項(xiàng)中 必須要選擇“Windows和Sql server混合安全驗(yàn)證機(jī)制。SA的密碼設(shè)置為空。如果您已經(jīng)安裝好了Sql Server 2000,
標(biāo)簽: 2000 db_Csell_Data db_Csell_Log SQL
上傳時(shí)間: 2014-01-05
上傳用戶(hù):qq521
Rob Tiffany s 曾經(jīng)在 MEDC 2007 Las Vegas 和 Tech Ed 2007 Orlando 演示了擁有800個(gè)訂閱的4層合并復(fù)制架構(gòu)。之后他開(kāi)始編寫(xiě)一本叫《Windows Mobile Data Synchronization with SQL Server 2005 and SQL Server Compact 3.1》的書(shū),將構(gòu)建高性能、可伸縮性的合并復(fù)制架構(gòu)的寶貴經(jīng)驗(yàn)整理到書(shū)中
標(biāo)簽: 2007 Orlando Tiffany Windows
上傳時(shí)間: 2016-11-26
上傳用戶(hù):363186
一個(gè)跨平臺(tái)的數(shù)據(jù)庫(kù)操作庫(kù)文件,可以輕松在linux和windows下進(jìn)行數(shù)據(jù)庫(kù)讀寫(xiě)以及其他的操作,支持多種數(shù)據(jù)庫(kù),代碼包含很多example,初學(xué)者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的縮寫(xiě),是一個(gè)C++編譯中操控關(guān)系數(shù)據(jù)庫(kù)的模板庫(kù),它目前幾乎支持所有的當(dāng)前各種主流數(shù)據(jù)庫(kù),例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通過(guò)Oracle提供的OCI接口進(jìn)行,進(jìn)行操作DB2數(shù)據(jù)庫(kù)則是通過(guò)CLI接口來(lái)進(jìn)行,至于MS的數(shù)據(jù)庫(kù)和其它一些數(shù)據(jù)庫(kù),則OTL只提供了ODBC來(lái)操作的方式。當(dāng)然Oracle和DB2也可以由OTL間接使用ODBC的方式來(lái)進(jìn)行操縱。 在MS Windows and Unix 平臺(tái)下,OTL目前支持的數(shù)據(jù)庫(kù)版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。
標(biāo)簽: example windows Oracle linux
上傳時(shí)間: 2017-01-18
上傳用戶(hù):蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)
數(shù)據(jù)庫(kù)課程設(shè)計(jì):報(bào)刊訂閱管理系統(tǒng)(Java+SQL Server)附可執(zhí)行程序 通過(guò)對(duì)企業(yè)的報(bào)刊訂閱業(yè)務(wù)進(jìn)行分析、調(diào)查,報(bào)刊訂閱管理系統(tǒng)主要實(shí)現(xiàn)以下功能: ①錄入功能:錄入訂閱人員信息、報(bào)刊基本信息; ②訂閱功能:訂閱人員訂閱報(bào)刊(并計(jì)算出其金額); ③查詢(xún)功能:按人員查詢(xún)、按報(bào)刊查詢(xún)、按部門(mén)查詢(xún)有關(guān)訂閱信息,對(duì)查詢(xún)結(jié)果能進(jìn)行預(yù)覽和打印; ④統(tǒng)計(jì)功能:按報(bào)刊統(tǒng)計(jì)、按人員統(tǒng)計(jì)、按部門(mén)統(tǒng)計(jì),對(duì)統(tǒng)計(jì)結(jié)果能進(jìn)行預(yù)覽和打印; ⑤系統(tǒng)維護(hù):如數(shù)據(jù)安全管理(含備份與恢復(fù))、操作員管理、權(quán)限設(shè)置等; ⑥開(kāi)發(fā)環(huán)境:JAVA(Eclipse + SWT Designer)、SQL SERVER 2000、Windows XP Professional
標(biāo)簽: Server Java SQL 數(shù)據(jù)庫(kù)
上傳時(shí)間: 2013-12-21
上傳用戶(hù):kytqcool
1) 運(yùn)行環(huán)境:MS WINDOWS NT PACK 4 OR LATER /WIN2000 WITH IIS 4.0 OR LATER 2) 數(shù) 據(jù) 庫(kù):Access2000 3) 其 他:服務(wù)器安裝 微軟IE瀏覽器5.0+ 瀏覽器必須保證支持COOKIE及JAVASCRIPT 推薦:Windows 2000 Server + IIS5.0 + Access2000 + IE 6.0 環(huán)境測(cè)試
標(biāo)簽: LATER 2000 WINDOWS Access
上傳時(shí)間: 2017-02-24
上傳用戶(hù):epson850
In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
標(biāo)簽: article explain packets create
上傳時(shí)間: 2013-12-12
上傳用戶(hù):x4587
ASP+mssql 財(cái)務(wù)系統(tǒng) 【使用說(shuō)明】 在Windows系統(tǒng)的管理工具中,選擇Internet信息服務(wù),進(jìn)入web頁(yè)面管理界面。設(shè)置默 認(rèn)web站點(diǎn)的路徑為本目錄的絕對(duì)路徑。 確保您的機(jī)器上安裝了SQL Server2000或以上的版本,建立一個(gè)新的數(shù)據(jù)庫(kù)finance,利用 查詢(xún)分析器和finance.sql建立數(shù)據(jù)庫(kù)。(database文件夾內(nèi)為備份數(shù)據(jù)庫(kù),可直接還原。) 更新conn.asp和userconn.inc文件,將文件中的Server的名稱(chēng)換成本機(jī)的機(jī)器名,uid的名稱(chēng) 換成訪(fǎng)問(wèn)數(shù)據(jù)庫(kù)的用戶(hù)名,pwd的名稱(chēng)換成相應(yīng)的密碼。
上傳時(shí)間: 2014-03-04
上傳用戶(hù):tianjinfan
數(shù)據(jù)庫(kù):Microsoft SQL Server 2000。 技術(shù)平臺(tái):Microsoft .NET Framework 2.0.0.0版本。 IIS:Internet Information Server 5.1版本。 調(diào)試(開(kāi)發(fā))工具:Microsoft Visual Studio .NET 2005中文企業(yè)版。 服務(wù)器操作系統(tǒng):開(kāi)發(fā)過(guò)程中使用Windows XP Professional操作系統(tǒng),系統(tǒng)運(yùn)行服務(wù)器可以采用Windows 2000 Server以上版本的操作系統(tǒng)。 需要說(shuō)明的是,光盤(pán)中并不包括Visual Studio .NET 2005的安裝程序。
標(biāo)簽: Microsoft Framework Informati Internet
上傳時(shí)間: 2017-04-14
上傳用戶(hù):LouieWu
數(shù)據(jù)庫(kù):Microsoft SQL Server 2000。 技術(shù)平臺(tái):Microsoft .NET Framework 2.0.0.0版本。 IIS:Internet Information Server 5.1版本。 調(diào)試(開(kāi)發(fā))工具:Microsoft Visual Studio .NET 2005中文企業(yè)版。 服務(wù)器操作系統(tǒng):開(kāi)發(fā)過(guò)程中使用Windows XP Professional操作系統(tǒng),系統(tǒng)運(yùn)行服務(wù)器可以采用Windows 2000 Server以上版本的操作系統(tǒng)。 需要說(shuō)明的是,光盤(pán)中并不包括Visual Studio .NET 2005的安裝程序。
標(biāo)簽: Microsoft Framework Informati Internet
上傳時(shí)間: 2014-01-07
上傳用戶(hù):gxmm
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1