CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - java connection

搜索资源列表

  1. dbmanagement

    0下载:
  2. 使用java语言编写的数据库连接池,实现数据库与jsp文件的连接-use java language of database connection pool, a database with documents linking jsp
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2799
    • 提供者:bobo
  1. FtpClientDemo

    0下载:
  2. JAVA 实现FTP连接与浏览,很好的代码-JAVA FTP connection with the visit, a good code
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:1641
    • 提供者:陈国明
  1. DBConnectionManager

    0下载:
  2. 一个数据库连接池的java好程序-a database connection pool of java good procedures
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:zjc
  1. mmlserver

    0下载:
  2. java实现的socket连接池,使用了apache的objectpool-java achieve the socket connection pool, the use of the apache objectpool
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:26207
    • 提供者:1
  1. 基于JAVA的ICQ系统的设计于实现

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:1710416
    • 提供者:陈玉平
  1. 高速缓存和连接池对访问数据库性能的影响

    0下载:
  2. java高速缓存和连接池对访问数据库性能的影响-java cache and connection pool to access the database performance of
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:180335
    • 提供者:唐财爷
  1. bcxy

    0下载:
  2. 一个通用些连接数据库的包,其中有三个类: 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(C
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:46599
    • 提供者:工程师
  1. UDPTestP2P 一个java使用UDP穿透NAT

    0下载:
  2. 一个java使用UDP穿透NAT.由于UDP的无连接的,所以需要自己维护连接的代码,已通过测试。-Java using UDP through a NAT. The UDP' s connectionless, so it is necessary to maintain their own connection code has been tested.
  3. 所属分类:P2P编程

    • 发布日期:2017-03-21
    • 文件大小:15542
    • 提供者:夏妮
  1. socket.rar

    0下载:
  2. 基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。,Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, con
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:3356
    • 提供者:李爽
  1. iocp.rar

    0下载:
  2. IOCP是一种高性能的网络编程框架,在面对大的服务压力的时候,用传统的accept来维持连接处理事务,服务效率会严重变低,系统主要用来维护上下文切换了.所以用IOCP来实现网络功能,类似于java里的连接池功能,让连接来排队等候处理.例子代码可用bcb调试,因为里面没有bcb的选项,只能选VC了.,IOCP is a high-performance network programming framework for services in the face of great pressure,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:39892
    • 提供者:刘格斯
  1. tcpandp2preport

    0下载:
  2. 用Java实现的tcp协议中p2p的连接,包括聊天和文件的传输,很实用也简单易懂,是报告。-Using Java to achieve agreement of the tcp connection p2p, including chat and file transfers, it is also easy-to-read and practical, is the report.
  3. 所属分类:P2P

    • 发布日期:2017-03-27
    • 文件大小:235327
    • 提供者:麻园
  1. ConnectionPool

    0下载:
  2. 编写一关于Microsoft Access数据库连接池及其管理的相关类,要求能从XML配置文件中读取该数据库驱动程序,数据库名,连接池最大连接数,最多等待用户数,查询数据库超时时间及用户最长等待时间等信息;并编写一测试程序,用于模拟多客户对于数据库的访问。-The preparation of about one Microsoft Access database connection pool and its management related request from the XML co
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-25
    • 文件大小:18251
    • 提供者:LiuArea
  1. POP-client

    0下载:
  2. POP3 Gateway - E-mail middleware for remotely hosted websites by J.A. Korsmeyer, Inc. POP3 to SMTP gateway and XMLdb extractor - POP3 Gateway is the leading platform independent solution for automatically replicating e-mail, e-commerce data and webfo
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-29
    • 文件大小:21084
    • 提供者:Lenin
  1. PScanner.java

    0下载:
  2. Simple Port Scanner by Java ,, It performs a full TCP three way handshake and open a connection to the target. It was designed using Multi Threading.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:746
    • 提供者:yahia kandeel
  1. Ping

    0下载:
  2. ping to find icmp file connection between one pc to another .. once it reaches de distinction it will give u de acknowledgment data.-pinging to find icmp file connection between one pc to another .. once it reaches de distinction it will give u de ac
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-26
    • 文件大小:278668
    • 提供者:sreag
  1. connMySQL

    0下载:
  2. 一个简单的连接MySQL的JavaBean-A simple connection of the JavaBean MySQL
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:526
    • 提供者:fly-four
  1. Java-Chat-System

    0下载:
  2. 具体需要实现以下一些基本功能:  用户管理模块  数据库连接模块  聊天室界面 -Specific needs to achieve the following basic features:   database connection user management module Chat module interface 
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-23
    • 文件大小:59471
    • 提供者:蓝色
  1. java

    0下载:
  2. java做的比较完善的FTP连接上传下载文件,讲解注释明白,值得参考。-java to do more perfect FTP connection upload and download files, notes explain understand, is worth considering.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:3347
    • 提供者:曹答答
  1. Client.java

    0下载:
  2. 用socket在客户端与服务器建立连接,这里只写了客户端程序。-Establish a connection with the client and the server socket, here only to write the client program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:878
    • 提供者:李维
  1. myproject

    3下载:
  2. 传统的手工点菜方式由于其难计算、难查找、难更改、易出错、效率低等缺点已逐渐退出了酒店等高等消费场所的服务管理平台。层出不穷的各类酒店点菜管理系统也应运而生,呈现出多元化的发展。该项目主要以Windows为操作平台,Java为开发语言,SQLServer2008为数据库,Eclipse为开发工具,使用JDBC连接。前台界面实现可视化,方便顾客的选择。后台管理为数据库,管理菜品的增、删、改、查的实现都借以数据库实现。项目目标即为完整的实现该系统,让客户满意。(The traditional manu
  3. 所属分类:网络编程

    • 发布日期:2017-12-26
    • 文件大小:41095168
    • 提供者:张张997
« 12 3 »
搜珍网 www.dssz.com