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

搜索资源列表

  1. answer_Thinking_in_Java_edition2

    0下载:
  2. Thinking in java 第二版课后练习代码,很经典的一本书,因此,课后练习很不错 -Thinking in java second edition of the code after-school practice, it is a classic book, therefore, a good after-school practice
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:337840
    • 提供者:刘毅
  1. DataBaseEJB

    0下载:
  2. 一个学习EJB使用的小程序。通过EJB操作数据库的练习。-The use of a learning EJB applet. Operation of the database through the EJB practice.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:151370
    • 提供者:吴利斌
  1. WlbSocket

    0下载:
  2. 一个socket练习程序,通过jdk1.5的功能,通过线程池的功能实现的。-A socket practice procedures jdk1.5 features, functionality through the thread pool achievable.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2141
    • 提供者:吴利斌
  1. Exerciae

    0下载:
  2. 学习Java用到的练习过的工程 对于有一定经验的人来说 没有什么用 但对于初学者来说有一定的参考价值-Java is used to study the works of practice experience for people who are nothing but for beginners with some reference value
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:22724
    • 提供者:zhang
  1. mina

    0下载:
  2. 给新学mina的同志一个很好的练习例子,是关于数据传输的-Mina to the new school comrades a good practice example relates to the data transmission
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6823
    • 提供者:王军
  1. ajax

    0下载:
  2. AJAX基础教程,相当详细地介绍了AJAX从入门到熟练的各方面知识,当然要做到真正的熟练,还需要自己多做点练习-err
  3. 所属分类:Ajax

    • 发布日期:2017-06-21
    • 文件大小:36997853
    • 提供者:yinlu
  1. java-eclock

    0下载:
  2. java编写的e电子钟小程序,编程作业练习-java prepared e electronic clock applet, programming operating practice
  3. 所属分类:Ajax

    • 发布日期:2017-03-29
    • 文件大小:13812
    • 提供者:王袍
  1. timu

    0下载:
  2. JAVA编写的,简单选择题,适合新手练习学习-JAVA prepared, simple multiple-choice, suitable for novices to practice learning
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1189
    • 提供者:张海涛
  1. QQdenglu

    0下载:
  2. JAVA编写的QQ登陆面板,适合新手学习练习-JAVA prepared QQ landing panel, suitable for novices to learn to practice
  3. 所属分类:Java Develop

    • 发布日期:2016-01-21
    • 文件大小:4107
    • 提供者:张海涛
  1. shangjishiti2

    0下载:
  2. 我们的上机试题,适合新手学习练习-On our test machine, suitable for novices to learn to practice
  3. 所属分类:Applet

    • 发布日期:2017-04-06
    • 文件大小:5289
    • 提供者:lengne
  1. Mine

    0下载:
  2. JAVA编写的推箱子,配有音乐,适合新手学习练习.-JAVA Sokoban prepared with music, suitable for novices to learn to practice.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:88594
    • 提供者:lengne
  1. JAVA

    0下载:
  2. 此程序是一个聊天程序,用JAVA语言编写的,是一个小小的项目,可以当做是对J2SE的练习-This program is a chat program, using JAVA language is a small project can be considered the practice of J2SE
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:2266
    • 提供者:李村有
  1. FenYeDemo

    0下载:
  2. 自己做的分页练习,在WEB页上实现分页功能。-Own paging practice WEB page in the realization of the paging capability.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-08
    • 文件大小:26186
    • 提供者:zhang
  1. day7

    0下载:
  2. 有关于java 的有关的练习的源代码即可执行程序-On the practice of the java source code can be executed procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:15238
    • 提供者:yanqing
  1. lianxi2

    0下载:
  2. 练习javaBean的使用,一个显示计算机配件名称及价格的网页,用JavaBean来存储配件名称及价格。可以帮助初学者熟悉和理解javaBean-JavaBean practice the use of a display name and price of computer accessories pages, JavaBean used to store the name and price of accessories. Can help beginners are familiar wi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:67259
    • 提供者:卓琳 瑞格
  1. PHP100

    0下载:
  2. PHP实例练习 很多但回答说的 呈现的师傅都是 -PHP a lot of examples of practice but said that the presentation of the master are
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-13
    • 文件大小:3214602
    • 提供者:哈哈
  1. Employee

    0下载:
  2. 关于多态方面练习的编程,内容是基于Employee类设计出的一些staff类、manager类等的设计,使不同的员工具有不同的功能,方便管理。-Polymorphic aspects of practice on the programming, content is based on the Employee type design some staff categories, manager of design, etc., so that different employees have
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:12198
    • 提供者:张薇
  1. tsdbms

    0下载:
  2. 用java做的一个图书管理系统,在eclipse下运行,适合学习java练习-Using java to do a book management system, running under the eclipse for java learning exercises
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:138574
    • 提供者:liulin
  1. thinking_in_java_4_edition_exercise

    0下载:
  2. thinking in java 第四版课后练习代码-thinking in java fourth edition of after-school practice code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:234202
    • 提供者:RQQ
  1. reseacher-src-nonejar

    0下载:
  2. struts,spring,hibernate,oracle入门练习的好例子-struts, spring, hibernate, oracle entry to practice a good example of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:63840
    • 提供者:weiyunhang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com