-
一个通用些连接数据库的包,其中有三个类: 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
-
通过ip地址,利用socket来进行服务器与客户端的信息通讯,程序较为简单。...
通过ip地址,利用socket来进行服务器与客户端的信息通讯,程序较为简单。-through ip address, the use of socket server to the client"s information and communication, the more simple.
- 2022-02-20 20:11:26下载
- 积分:1
-
网络文件传输
网络文件传输,基于P2P实现网络文件传输-Network file transfer, P2P-based network file transfer
- 2023-06-08 18:30:03下载
- 积分:1
-
老外写的点对点流媒体客户端,简单有效,值得学习
老外写的点对点流媒体客户端,简单有效,值得学习-Foreigner to write peer-to-peer streaming media client, simple and effective, it is worth learning
- 2022-02-12 23:45:10下载
- 积分:1
-
局域网多人聊天工具,用的是开发的+ +平台,对于新手来说在…
局域网内多人聊天工具,VC++平台上开发,对于在P2P编程的新手有很大帮助-LAN multiplayer chat tool, VC++ platform for development, for the novice in the P2P program helps a lot
- 2022-03-18 17:25:42下载
- 积分:1
-
著名的P2P软件emule源码,支持多语言
著名的P2P软件emule源码,支持多语言-Well-known P2P software emule-source, multi-language support
- 2022-03-18 12:35:41下载
- 积分:1
-
利用ace(网络库)实现的简单的服务器程序,该程序是控制台(需要ace库)...
利用ace(网络库)实现的简单的服务器程序,该程序是控制台(需要ace库)-Use of ace (network database) to achieve a simple server program, the program is the console (the need for ace library)
- 2022-05-14 22:07:48下载
- 积分:1
-
学习该源码后,可以掌握GroupIdentities的使用方法
学习该源码后,可以掌握GroupIdentities的使用方法-study the source code, they can master the use GroupIdentities
- 2022-08-22 03:50:17下载
- 积分:1
-
简单实现P2P,利用UDP实现。首先利用广播,然后实现点对点的传输...
简单实现P2P,利用UDP实现。首先利用广播,然后实现点对点的传输-A simple implementation of P2P based on UDP protocol,which broadcasts first ,and then relize the peer to peer translation.
- 2022-08-08 21:21:37下载
- 积分:1
-
这是一个聊天系统的客户端,通过与服务器的连接,实现P2P聊天...
这是一个聊天系统的客户端,通过与服务器的连接,实现P2P聊天-This is a chat client systems through connection with the server, realize P2P chat
- 2023-08-01 03:25:03下载
- 积分:1