资源列表
wcp_知识库
- 基于j2ee知识库管理系统源代码,java企业级知识库管理源码(Based on J2EE knowledge base management system source code, Java enterprise class knowledge base management source)
serialportutil
- JAVA实现COM口通信的小例子,其实不光是COM,USB一样适用(COM port communication)
eclipse-java-workspace
- 包含了Java常用的算法,数据结构,基础数学,经典例题等(Contains the Java commonly used algorithms, data structures, basic mathematics, classic examples, etc.)
ssm
- spring+ springmvc + mybatis 增删改查(spring+ springmvc + mybatis query/delete/add/update)
percolation
- 算法学习 普林斯顿大学算法课 逾渗答案 仅供参考 欢迎讨论(The learning algorithm of Princeton University class percolation algorithm answers are for reference only welcome discussion)
Java编程思想第四版源码
- 经典的JAVA编程思想教程,可招到对应的视频教程(Classic JAVA programming ideas tutorial, you can find the corresponding video tutorials)
SSM
- SSH框架模板,是一个初学者比较喜欢使用的模板,导入eclipse后就可以使用(SSH framework templates)
netty-4.1
- netty实现通信的一个简单demo,包括连接建立、消息发送等(Netty communication to achieve a simple demo, including connection establishment, messaging and so on)
Web考勤管理系统
- 考勤管理 包括用户模块 用户权限 用户菜单 用户上下班 用户迟到 用户早退等的监控 请假 领导审核通过后可通过等等一系列考勤相关的(check on work attendance)
源码与文档
- 这个是马士兵老师的Java设计模式的源码,希望对大家有用(This is the source code of the Java design pattern for the horse soldier teacher, and I hope it will be useful to you)
BackupV62
- 国际版冒险岛源码079修复了所有东西完全可以商业使用((To the list based on the realization of student achievement, increase, modify, query, delete, and read into the file))
JAVA中的反射机制详解
- Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at