资源列表
JavaScript语言精粹_修订版
- Javascr ipt语言精粹_修订版 ,一个pdf文档, 可以看作一个JS API文档(Javascr ipt language essence, revised edition, a PDF document, can be regarded as a JS API document.)
Java中抽象类和接口的区别
- 在Java语言中,abstract class和interface 是支持抽象类定义的两种机制。正是由于这两种机制的存在,才赋予了Java强大的面向对象能力。abstract class和interface之间在对于抽象类定义的支持方面具有很大的相似性,甚至可以相互替换,因此很多开发者在进 行抽象类定义时对于abstract class和interface的选择显得比较随意。其实,两者之间还是有很大的区别的,对于它们的选择甚至反映出对于问题领域本质的理解、对于设计意图的理解是否正确、合理。本文将
javaTCPUDP编程
- 一个测试TCP与UDP通信功能的用java开发的小demo(the Demo of java UDP and TCP)
Java异步技术原理和实践
- Java异步技术原理,阻塞,非阻塞,轮询,I/O多路复用(The principle of Java asynchronous Technology)
springBoot
- 一个使用springboot开发的完整项目例子(An example of complete project developed basing on Spring Boot)
javs
- 一款不是很完整的java小游戏,扫雷,希望大家喜欢,新手发布(One is not a very complete java game, Minesweeper, I hope you like it, novice release.)
ioc
- 一款基于Java反射机制的“微型”Ioc实现(A micro Ioc implementation based on Java reflection mechanism)
javascript私密教程
- Javascr ipt教程,内涵大量代码讲解,可以用来补充知识盲区(Javascr ipt tutorial, the connotation of a large number of code to explain, can be used to supplement the blind area of knowledge.)
ITcastgoods
- Java网上商城源代码以及项目相关技术文档(Java online shopping mall source code and project related technical documents)
wtest
- ssm整合,非常适合新手搭建三大框架研究学习(SSM integration, suitable for the novice to build three major frameworks)
JDK_API_1_6_zh_CN
- java开发手册,JDK_API_1_6_zh_CN.CHM,java开发文档(Java development manual, JDK_API_1_6_zh_CN.CHM, java development documen)
BusSystem
- 一个简单的公交查询系统,功能比较少,但简洁方便,可以作为参考,有数据库。(A simple bus inquiry system has fewer functions, but it is simple and convenient. It can be used as a reference and has a database.)