-
一个通用些连接数据库的包,其中有三个类: 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
-
upd打洞实现P2p
delphi 实现实现P2p,能远程打洞。实现广域网p2p聊天传文件。
- 2022-08-21 20:02:35下载
- 积分:1
-
一个非常好的p2p软件,包括文件共享,下载等功能
一个非常好的p2p软件,包括文件共享,下载等功能-a very good peer-to-peer software, including file sharing and downloading functions
- 2022-04-01 13:48:10下载
- 积分:1
-
开源P2P播放器AVPlayer源码
代码主要链接到FFmpeg来进行解码, 并将其改造成一个通用的播放器框架. 在这个框架中能够接受各种数据的读入, 可以很方便的封装自己的数据读取模块, 也可以很方便的定制自己的视频渲染模块和音频播放模块, 你只需要参考其中的实现即可. 另外在当前的实现中, 因为个人精力实在有限, 所以借鉴了一些开源项目的代码(如Mplayer), 并且该代码跨平台(目前在linux平台的实现稍简单).
- 2022-10-16 19:40:09下载
- 积分: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
-
一个模拟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
-
一个简单的P2P聊天工具,测试软件需要两台,两台以上主机
一个简单的P2P聊天工具,测试软件需要两台,两台以上主机-a simple peer-to-peer chat tools, test software needs two, two above mainframe
- 2022-01-22 11:07:58下载
- 积分:1
-
STM32串口之DMA传输
STM32串口之DMA传输串口之DMA传输
- 2023-08-25 00:45:04下载
- 积分:1
-
peercastsource的使用方法,和原码分析,以及运行程序
peercastsource的使用方法,和原码分析,以及运行程序-peercastsource the use of methods, and the original code analysis, and run the program
- 2022-02-07 20:20:09下载
- 积分: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