资源列表
easyoffice
- 一套大型Office网络办公系统,包含邮件,文件管理等功能,适合大中型企业使用。是本人自己在某大型企业供职时开发的。-a large network office system, including mail, document management and other functions, suitable for large and medium-sized enterprises to use. I own is in a large enterprise, worked at the d
jaidmember
- 一套会员管理系统组件,可以作为购物网站、邮件网站等等站点的组件,Java开发。为本人在某大型企业供职时开发。-a membership management system components can be used as shopping websites, websites and so on site mail components, Java development. I for a large enterprises worked at the development.
src195632456
- java网站源代码,有数据库的操作代码,业务逻辑代码等内容-java website source code, the operation code database, business logic code, etc.
20061115213259
- UML不是一种程序设计语言,但我们可以用代码生成器将UML模型转换为多种程序设计语言代码,或使用反向生成器工具将程序源代码转换为UML模型 此模型正是 UML设计建模的一个实例:图书馆信息系统希望有兴趣的朋友下载 -UML is not a programming language, However, we can use the code generator to UML model conversion for a wide range of programming languag
MyClientchatroom
- 一个java编写的聊天室程序,基于C/S,使用socket原理-prepared a java chat room procedures, based on the C / S, the use of socket Principle
ChatServer061116
- 一个Java编写的聊天室小程序,可以实现在线聊天,基于C/S模式-a Java chat room small procedures can be achieved online chat, based on the C / S mode
2379198hwjash
- 一个基于JSP的文件上传下载管理系统模型,可以提供一般的文件上传下载功能-a JSP-based file upload download management system model, it can provide general download the file upload function
ECDictionary
- java树型字典的建立,是中文分词 检索的基础-java tree dictionary for the establishment of the Chinese-based word retrieval
mindterm_2.4.2-src
- 一个非常好的ssh客户端实现,支持ssh1 ssh2-a very good achievement ssh client support ssh1 ssh2
Java_Deep_Secret
- java深度历险的随书源代码,深入理解jvm的好帮手-java depth with the book Adventures of source code, in-depth understanding of the good helper jvm
200609031100264924
- JAVA 编写的udp聊天室(最简单) -JAVA prepared by the udp Chat Room (the simplest)
200608171542009938
- 流 的目的在于屏蔽IO操作的复杂性,java用一些类来封装对IO设备的操作,但是最终设计的类却非常的多,完全背离了设计的初衷,其实,简单和复杂本身就是一对矛盾,大家多做实验就会逐渐的适应,而且会感觉到java的流庞大但不复杂。 我举一个通俗的例子:我们的包裹要送到异地,如果很大,就需要分割后打成大小相同包(集装箱)运输到异地,这很想流的作用。 这个就是一些流操作的例子-flow aimed at shielding IO complicated operations,