-
一个通用些连接数据库的包,其中有三个类: 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
-
Well
著名的电驴下载软件的源码,可以作网络P2P编程参考。-Well-known eDonkey download source software, P2P networks can be used for programming reference.
- 2022-01-27 08:37:20下载
- 积分:1
-
C# 实现p2p两台电脑点对点通信
C# 用UDP打洞实现两台电脑p2p通信
需要有一个中间服务器 转接一下,转接成功后,中间服务器就不需要了,
这个时候,就可以两台电脑之间进行通信 了。
可以穿透大多数的网络
- 2023-03-22 08:10:03下载
- 积分:1
-
The OpenSource P2P Network is a filesharing network made up of free open source...
P2P网络实现程序,可以实现文件共享。The OpenSource P2P Network is a filesharing network made up of free open source clients only. Patches, mods and code will be available here. It s a true P2P sharing network with no greed or 3rd parties involved! -The OpenSource P2P Network is a filesharing network made up of free open source clients only. Patches, mods and code will be available here. It" s a true P2P sharing network with no greed or 3rd parties involved!
- 2022-03-28 12:02:46下载
- 积分:1
-
详细讲解了peer group的创建,打开与删除。
详细讲解了peer group的创建,打开与删除。-gave a detailed account of the peer group creation, deletion and open.
- 2022-08-11 07:16:42下载
- 积分:1
-
bt源代码。自行编写的全套BT源代码,C++编写,完全实现BT的功能,并且经过了大量和长期的实际应用。是可以提供正常商业服务的基础P2P文件共享软件。...
bt源代码。自行编写的全套BT源代码,C++编写,完全实现BT的功能,并且经过了大量和长期的实际应用。是可以提供正常商业服务的基础P2P文件共享软件。-bt the source code. BT to prepare a complete set of source code, C++ Prepared, fully realize the function of BT, and has gone through a lot and long-term practical applications. Can provide the basis of normal commercial service P2P file-sharing software.
- 2022-02-21 13:14:18下载
- 积分:1
-
一个点对点的文件传输源代码,希望对学习网络编程的朋友有用,很不错哦....
一个点对点的文件传输源代码,希望对学习网络编程的朋友有用,很不错哦.-A peer-to-peer file transfer source code, want to learn network programming friends useful, very good, oh.
- 2023-06-27 00:55:03下载
- 积分:1
-
通过同行
一个P2P穿越NAT的源代码 在网上看到的,很有实践意义-through a peer-to-peer NAT source code on the Internet to see, very practical significance
- 2023-03-11 15:20:04下载
- 积分:1
-
开源P2P播放器AVPlayer源码
代码主要链接到FFmpeg来进行解码, 并将其改造成一个通用的播放器框架. 在这个框架中能够接受各种数据的读入, 可以很方便的封装自己的数据读取模块, 也可以很方便的定制自己的视频渲染模块和音频播放模块, 你只需要参考其中的实现即可. 另外在当前的实现中, 因为个人精力实在有限, 所以借鉴了一些开源项目的代码(如Mplayer), 并且该代码跨平台(目前在linux平台的实现稍简单).
- 2022-10-16 19:40:09下载
- 积分:1
-
快来看BitTorrent的源码,本代码利用BT下载软件的基本原理,是学习P2P软件的好助手...
快来看BitTorrent的源码,本代码利用BT下载软件的基本原理,是学习P2P软件的好助手-Come see the source code, the code download software using BT"s basic principles, P2P software is to learn from the good assistants
- 2022-12-08 05:35:03下载
- 积分:1