CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 接口

搜索资源列表

  1. DB

    0下载:
  2. 连接sql 2000 的封装类 包括select delete update 提供统一的接口 主要未为jsp开发系统使用-Connect sql 2000 package includes select delete update the main interface to provide a unified development system is not used for jsp
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1048
    • 提供者:nwinsky
  1. net

    0下载:
  2. 获取IP地址和机器名 本类为支持多线程服务器框架的GeneralServer类提供了一个相关的服务Service, 使GeneralServer提供代理服务。内部类ProxyService实现了GeneralServer.Service接口-Obtain the IP address and machine name to support this type of multi-threaded server framework provides a category GeneralSer
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:47144
    • 提供者:qing
  1. java

    0下载:
  2. 上学时收集的资料,觉得还不错,拿出来分享下。包括类、对象和包、继承、接口和内部类-School to collect the information that is also good to share out the next. Including categories, objects and packages, inheritance, interfaces and internal categories ...
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:2028887
    • 提供者:李月
  1. qddown_java8543535625

    0下载:
  2. 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。-System uses a client/server mode and client server through socket Socket (TCP) connection. By comparison buddy list to determine w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:903944
    • 提供者:xingchao
  1. Adapter

    0下载:
  2. 这是适配器模式,使用Java语言编写的。适配器模式主要应用于,当接口里定义的方法无法满足客户的需求,或者说接口里定义的方法的名称或者方法界面与客户需求有冲突的情况。-This is the adapter mode, use the Java language. Mainly used in the adapter mode, when the interface in the definition of the method can not satisfy customer demand, o
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10035
    • 提供者:云帆
  1. woker

    0下载:
  2. 做一个饲养员给动物喂食物的例子体现JAVA中的面向对象思想,接口(抽象类)的用处-A breeder of animals for food to feed an example embodiment of the JAVA object-oriented thinking, interface (abstract class) the usefulness of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:666
    • 提供者:Maker
  1. J2EE

    0下载:
  2. 利用JAVA中的接口设计和类集一起完成了一个简单的书店模型,通过接口的设计简化了操作中查询难度,是J2EE程序开发的一个基本雏形-The use of JAVA in the type of interface design and completed the set with a simple model of the bookstore, through the interface design simplifies the query operation of the difficulty
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1352
    • 提供者:gxglws
  1. java

    0下载:
  2. java和数据库编程,通过jdbc接口实现对数据库的操作,读取,修改,删除 。-java and database programming, through the jdbc interface to database operations, read, modify or delete.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:48201
    • 提供者:李倬
  1. io

    0下载:
  2. 为了与大家共同分享与进步,我在学习的时候将java的接口一部分进行归纳整理的,成为一个专题,对于IO流的处理有了比较全面的认识!-For our sharing and prgrase, when i learn the jave base, i edit the base unit classes for you,and you can know very well with them!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:15834
    • 提供者:朱建
  1. Java

    0下载:
  2. 本作品分为3个模块 (1) 游戏主类,继承自JFrame类,负责游戏的全局控制。 内含 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制面板(ControlPanel)实例的引用 * (2) 一轮游戏过程,实现了Runnable接口 一轮游戏是一个大循环,在这个循环中,每隔100毫秒,检查游戏中的当前块是否已经到底了,如果没有, 就继续等待。如果到底了,就看有没有全填满的行,如
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:214372
    • 提供者:忍爱
  1. hw2-project

    0下载:
  2. 一个画图程序,提供一些图形和2D变换,并给出了接口,可以实现新的图形和变换-A drawing program
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:220326
    • 提供者:Zeus
  1. src

    0下载:
  2. 简单的网页框架 抛开spring,用最简单的方式实现网页统计,访问控制等接口-Set aside the framework of simple web spring, with the most simple way to achieve page statistics, such as access control interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:15639
    • 提供者:小川
  1. MVC

    0下载:
  2. 讲解J2EE的核心设计模式——MVC的使用,本段主要讲解的是WEB端的MVC实现,包括RequestDispatcher接口的使用,并通过一个简单的代码阐述MVC的实现 -MVC
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:mack
  1. mytext

    0下载:
  2. ITEXTCtrl接口的详细使用代码,很适合初学者参考学习。-Detailed the use of ITEXTCtrl interface code, it is suitable for beginners to learn the reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:919966
    • 提供者:larry
  1. serial

    0下载:
  2. Java实现串口全双工通讯 一个Java读取串口值的类(收藏) 这是一个通过JAVA的扩展包(javax.comm)从串口读取值的类, 本类库(javax.comm)主要包括: SerialBean.java (与其他应用程序的接口), SerialBuffer.java (用来保存从串口所接收数据的缓冲区), ReadSerial.java (从串口读取数据的程序)。-Serial full-duplex communication
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:2457
    • 提供者:xiaofeng
  1. spring_aop3

    0下载:
  2. spring对AOP的支持 Aspect默认情况下不用实现接口,但对于目标对象(UserManagerImpl.java),在默认情况下必须实现接口 如果没有实现接口必须引入CGLIB库 我们可以通过Advice中添加一个JoinPoint参数,这个值会由spring自动传入,从JoinPoint中可以取得 参数值、方法名-spring对AOP的支持 Aspect默认情况下不用实现接口,但对于目标对象(UserManagerImpl.java),在默认情况下
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:6813
    • 提供者:yanbing
  1. spring_aop4

    0下载:
  2. spring对AOP的支持 1、如果目标对象实现了接口,默认情况下会采用JDK的动态代理实现AOP 2、如果目标对象实现了接口,可以强制使用CGLIB实现AOP 3、如果目标对象没有实现了接口,必须采用CGLIB库,spring会自动在JDK动态代理和CGLIB之间转换 如何强制使用CGLIB实现AOP? * 添加CGLIB库,SPRING_HOME/cglib/*.jar * 在spring配置文件中加入<aop:aspectj-autopr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6549
    • 提供者:yanbing
  1. SCADAHMI

    1下载:
  2. 花费2年多时间开发的电力监控人机接口界面系统的JAVA源代码(含后台数据库连接池的访问源代码),采用postgresql数据库和proxool连接池中间件。-Spent 2 years developing the power to monitor human-machine interface system JAVA source code (including the background database connection pool access to the source code)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2568251
    • 提供者:quzhijian
  1. frame

    0下载:
  2. 实现一个多数据源的全文检索系统,包括索引服务器和多个不同类型的查询接口等功能模块,能够处理文档、多媒体文件、数据库等多种数据源,能够使没有全文检索基础知识的开发人员都能够快速的为自己的系统添加基于内容的搜索功能,可以大大节省开发人员的时间,提高开发效率,快速部署应用。 -More than one data source to achieve the full-text retrieval system, including the index server and a number of
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:120581
    • 提供者:him
  1. javainterface

    0下载:
  2. java接口的概念及用法 讲得很详细 很经典哦-java interface concept and the use of very detailed classic Oh
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3684
    • 提供者:jay
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com