(1)實現下載功能 server()為服務端主程序,該程序主要是用來實現服務端的建立,首先要啟動Winsock,然后需要建立服務端的套接字,然后進行與客戶端的連接,當客戶端去人響應后就對客戶端發送文件,客戶端接受文件。 Client()為客戶端程序,該程序主要是用來實現客戶端的建立,首先要啟動Winsock,然后需要建立客戶端的套接字,然后進行與服務端的連接,當與服務端連接上以后,客戶端接受文件。 (2)實現上傳功能 在實現了下載功能之后,還要求能實現上傳功能,也就是說,能夠將客戶端的文件發送到服務端去,此時,相當于下載的逆運算,真正實現了客戶端與服務端的互通,實現了兩臺PC機的互通。 (3)實現備份傳輸 在傳輸過程中,為了避免文件丟失,或者只是傳到一個地方,所以增加了備份傳輸,相當于加了一個保險,是文件得到了安全保障
上傳時間: 2014-11-08
上傳用戶:teddysha
The MMS List example demonstrates how to: List the MMS messages in the Inbox and sort them by sender. Monitor the Inbox for MMS messages. Delete messages from the Inbox. View a selected MMS message. This example uses the MMS Client MTM and Message Server facilities. This example can be run in a Series 60 device and the emulator provided with the SDK.
標簽: List demonstrates MMS the
上傳時間: 2014-01-08
上傳用戶:pinksun9
The book then branches out into different approaches for incorporating Ajax, which include: The Prototype and script.aculo.us Javascript libraries, the Dojo and Rico libraries, and DWR Integrating Ajax into Java ServerPages (JSP) applications Using Ajax with Struts Integrating Ajax into Java ServerFaces (JSF) applications Using Google s GWT, which offers a pure Java approach to developing web applications: your Client-side components are written in Java, and compiled into HTML and JavaScript
標簽: incorporating approaches The different
上傳時間: 2017-08-10
上傳用戶:ljt101007
該程序演示了如何在各種USB FUNCTION之間進行切換.一個典型的應用就是把Windows Mobile/WINCE變成U盤使用. 注意設備一定要有支持USB Function Driver的硬件(即USB Client Control),一般市面上的智能手機/PDA都具有此功能.該功能適用于WINCE5.0以上內核. 使用Visual Studio 2005編譯.C#代碼.
標簽: USB FUNCTION Function Windows
上傳時間: 2017-08-15
上傳用戶:xhz1993
Professional MFC. Chapter 1: The Microsoft Developer Studio Chapter 2: The Wizards and The Gallery Chapter 3: The Application Architecture Hierarchy Chapter 4: The Document/View Architecture Chapter 5: Using Dialogs and Controls in MFC Chapter 6: User Interface Issues Chapter 7: Advanced User Interface Programming Chapter 8: Using the Windows Common Controls Chapter 9: Writing Programs for the Windows Shell Chapter 10: Utility and Exception Classes Chapter 11: Writing Multithreaded Applications with MFC Chapter 12: Creating Dynamic-link Libraries Chapter 13: Writing Database Applications Chapter 14: Writing OLE Containers Chapter 15: Writing OLE Servers Chapter 16: ActiveX Controls Chapter 17: ActiveX Control Containers Chapter 18: Internet Client Programming Chapter 19: Internet Server Programming Appendix A: Installing Visual C++
標簽: Chapter The Professional Developer
上傳時間: 2017-08-20
上傳用戶:dragonhaixm
電子商務系統: 項目描述:該系統主要完成用戶網上購物、訂單管理、產品管理、管理員管理等功能。后臺管理員對產品類別和產品進行管理后,前臺用戶通過購物車進行網上選購產品,并生成訂單,期間可以修改個人信息。再由后臺根據產品的發貨情況對訂單進行狀態設置。 技術手段:采用Dao、業務、Client三層體系結構編程,采用了Struts + JSP + Servlet技術構建該框架。數據庫訪問采用Hibernate技術實現。中文編碼問題采用過濾器解決。
上傳時間: 2017-09-04
上傳用戶:gonuiln
Example of network programing. This example shows how to sent information (file, task (process) listting) trough LAN and Internet Client application also avable for Windows Mobile (Pocket PC).
標簽: information programing Example network
上傳時間: 2017-09-12
上傳用戶:cc1015285075
│ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │ └─accp │ └─demo │ └─socket │ Client.class │ HttpServer.class │ Server.class │ └─src └─com └─accp └─demo └─socket Client.java HttpServer.java Server.java
標簽: html classpath project welcome
上傳時間: 2013-12-19
上傳用戶:csgcd001
OPC Client 和 OPC server 測試軟件
標簽: OPC 通信測試
上傳時間: 2015-03-13
上傳用戶:小小秋麗
server端向瀏覽器Client發送通知這種通訊模式. 擴充,sessionid 采用userid.對不同用戶發送不同信息。
上傳時間: 2015-03-25
上傳用戶:zhuzhan