-
一个delphi写的多线程下载器。 可以集成到IE内部
一个delphi写的多线程下载器。 可以集成到IE内部-Delphi write a multi-threaded downloaders. IE can be integrated into the internal
- 2023-03-13 03:15:04下载
- 积分:1
-
一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户...
一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。
- 2023-03-20 16:10:03下载
- 积分:1
-
使用TCP实现的NetPhone,美观的图形界面,功能齐全。
使用TCP实现的NetPhone,美观的图形界面,功能齐全。-use TCP realized NetPhone, attractive graphics interface, complete functions.
- 2022-08-24 10:38:07下载
- 积分:1
-
一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成c...
一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成com/bcxy/util/systemconfig.properties 2.SqlQuery.java:主要用来执行查询的SQL语句.构造方法: SqlQuery(Connection con, String sql) 将结果存在容器中. 3.SqlUpdate.java:主要用来执行更新的SQL语句.构造方法: SqlUpdate(Connection con, String sql) 另: jar包中有一个util.*,主要是一些常用工具类,下面简单介绍一下: 其中主要包括了 StringUtil.java:对字串的一些操作 DateUtil.java:对时间的一些操作 FileUtil.java:对文件的一些操作 SystemConfig.java:读取配置文件systemconfig.properties ParamUtil.java:页面传参数的操作-a more generic database connectivity package, which has three categories : 1.DBConn.java : mainly used to connect to the database and closure. Connecting to the database URL, USER, PASSWORD through configuration files completed com/bcxy/util/systemconfig.properties 2.SqlQuery. java : mainly used for the implementation of the SQL statement. Construction : SqlQuery (Connection con, String sql) of the results there containers. 3.SqlUpdate.java : mainly used for the implementation of the updated SQL. Construction : SqlUpdate (Conne
- 2023-05-11 14:25:03下载
- 积分:1
-
- 2022-10-04 06:00:03下载
- 积分:1
-
犯错
一款在国外评价极高并且相当流行的P2P软件(简称Raza),它集合了eDonkey、Guntella(1和2)和BT四种流行P2P网络类型,并可以用于Http下载,在以后的版本将会支持FTP下载,由于其优秀的界面(支持换肤)、简洁的操作以及极强的可制定性,所以在国外广为流传,其评价已跃居所有P2P软件的前5之列,并且许多P2P的下载站点已将其指定为BT的官方下载工具! Raza为完全免费的软件,并且官方承诺保证不含有任何间谍软件和广告软件,如果您发现任何可疑问题,请向官方报告。其官方网址为http://www.shareaza.com/ Shareaza的目标是让用户使用一款软件即可在所有P2P网络中畅游,所以任何喜欢P2P的朋友都不应该错过这款优秀的软件!-err
- 2022-01-25 20:03:18下载
- 积分:1
-
Phex is an open source, multi
Phex是一个开放源代码,多平台,利用Gnutella 客户端的免费软件,你通过它可以搜索,下载以及共享所有类型的文件。这个程序提供了一个自动功能来寻找新的产品以及支持通过不同主机断点续传。它与LimeWire, BearShare, Morpheus以及其它P2P Gnutella 软件兼容,版本0.7.3提供了一个新的自动屏蔽无用信息的功能。
Phex is a P2P filesharing client which is based on the Gnutella network. It is a multi-plattform and spyware free. It offers advanced functionalities and integrates all common Gnutella extensions like multi-source downloads and advanced search features
-Phex is an open source, multi-platform, using Gnutella client free software, You can search through it, download and share all types of files. This procedure provides a function to automatically search for new products and support through various mainframe HTTP. It LimeWire, BearShare, Morpheus, and other P2P software Gnutella-compatible, 0 .7.3 version of a new automatic shield useless information functions. Phex is a P2P filesharing client which is based o n the Gnutella network. It is a multi-plattform and spyware free. It offers advanced functiona litie
- 2023-08-24 00:25:04下载
- 积分:1
-
emule的客户端
emule的客户端-emule client
- 2022-03-23 11:28:05下载
- 积分:1
-
A tipical application about peer to peer. This is the client, and the server is...
一个很典型的p2p应用,这个是客户端,服务器端正在上传-A tipical application about peer to peer. This is the client, and the server is uploading.
- 2022-11-24 08:45:03下载
- 积分:1
-
Flex文件断点续传
应用背景常用的文件上传大都是采用http做请求 将文件的流传给servlet 未能实现传输失败 或者传输暂停之后的断点上传 。上传文件到服务器时 如果上传出错 可以继续上传 关键技术
flex 与java做断点续传 将文件按照指定大小做上传。从原先的httprequest upload方式 改成用socket实现
- 2022-10-12 16:15:04下载
- 积分:1