-
一个通用些连接数据库的包,其中有三个类: 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
-
基于p2p实现的java聊天室,大家可以看看啊
基于p2p实现的java聊天室,大家可以看看啊-based on the realization of p2p java chat room, we can see ah
- 2022-02-04 04:28:03下载
- 积分:1
-
bittorrent client in python
python中的bittorrent客户端python中的bittorrent客户端python中的bittorrent客户端python中的bittorrent客户端
- 2022-04-08 05:54:52下载
- 积分:1
-
UDP NAT P2P
udp NAT穿透,使用VC++语言编写。抛砖引玉,代码启发,思路对照作用。新手可借鉴学习参考。
- 2022-06-03 04:27:14下载
- 积分:1
-
P2P server for file sharing
P2P server for file sharing
- 2022-08-11 17:14:46下载
- 积分:1
-
介绍网络通讯的文章很多,但他们的代码大都没有解决地址转化问题,本程序可以穿越NAT进行网络通讯....
介绍网络通讯的文章很多,但他们的代码大都没有解决地址转化问题,本程序可以穿越NAT进行网络通讯.-on network communications are many articles, but most of their code into address unresolved issues, The procedure to pass through the NAT for network communications.
- 2022-05-29 17:55:22下载
- 积分:1
-
就是能够根据网络节点的TOP文件,生成网络的节点TOP结构,能够在节点间查找传输文件...
就是能够根据网络节点的TOP文件,生成网络的节点TOP结构,能够在节点间查找传输文件-is to be able to network nodes under the TOP document generation network nodes TOP structure, the nodes can find to transfer files
- 2022-04-15 03:32:23下载
- 积分:1
-
点对点(P2P)多线程断点续传的实现
点对点(P2P)多线程断点续传的实现-peer-to-peer (P2P) Multithreading HTTP Implementation
- 2022-05-05 14:38:45下载
- 积分:1
-
can directly be used for the development of their P2P process is a rare source
可以直接用来开发自己的P2P程序,是一个不可多得的源码-can directly be used for the development of their P2P process is a rare source
- 2022-01-25 23:21:43下载
- 积分:1
-
实现的一个源代码来说明UDP穿越NAT的原理
实现的一个源代码来说明UDP穿越NAT的原理-The realization of a source code to illustrate the principle of UDP through NAT
- 2022-02-05 10:54:54下载
- 积分:1