-
miniQQ0.7
miniQQ,课程设计项目。支持好友,黑名单,保存聊天记录(MiniQQ, curriculum design. In support of friends, black list, save chat logs)
- 2012-04-10 14:25:06下载
- 积分:1
-
Struts2
Struts学习文档,内有详细实战例子。并有大量的企业实战经验分享,包括一些开发中常见的问题的解决方法。(The Struts learning document with detailed real example. And a lot of hands-on experience to share, including some of the common problems in the development of the solution.)
- 2013-04-08 19:06:25下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分:1
-
计算器
说明: 通过java语言,实现了一个简单方便的计算器。(A simple calculator is implemented.)
- 2020-06-25 14:00:01下载
- 积分:1
-
Bosk-Noter
This is danish notes to a course about Java programming.
Involves design patterns, like the proxy pattern, observer etc.
Details about:
generic classes
Annonym classes
Enums
Singleton
JDBC (pros/cons)
Inheritances
and so on..
- 2014-04-09 15:40:11下载
- 积分:1
-
330tipsforJAVA
330 tips for JAVA beginnner
- 2010-12-01 00:40:31下载
- 积分:1
-
StrategyHaoc
用java语言实现策略模式
BubbleSort.java——冒泡排序算法
ChooseSort.java——选择排序算法
InsertSort.java——插入排序算法
MergeSort.java——合并排序算法
SortStrategy.java——排序算法的接口
Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序
SortMain.java——显示界面排序(Using java language model to achieve the strategy BubbleSort.java-- Bubble Sort algorithm ChooseSort.java-- choice of sorting algorithm InsertSort.java-- Insertion Sort algorithm MergeSort.java-- merge sorting algorithm SortStrategy.java-- sort of the interface algorithm Sort. java- Sort category by such sort () can be achieved for an array of Comparable interface ascending SortMain.java-- Display order)
- 2009-04-11 19:34:16下载
- 积分:1
-
Java_application_development_security
本书以循序渐进的方式教授您如何防御最新的基于Java的攻击,让您透彻理解黑客的邪恶方法和思考过程。通过贯穿全书的Java和J2EE实际可用代码,您将目睹真实世界中的黑客事件并学习相应对策。(Step by step book to teach you how to defense the latest Java-based attacks, allowing you to thoroughly understand the hacker' s evil methods and thinking processes. Throughout the book by the actual Java and J2EE code available, you will see the real world events and learn hacking countermeasures.)
- 2010-05-06 16:24:48下载
- 积分:1
-
admin-templates
这是网站后台管理模板,是非常实用的,它可以帮助你完成网站后台的实现(This is the Site Admin templates are very useful, it can help you to complete the implementation of site background)
- 2011-06-19 12:39:02下载
- 积分:1
-
Instant-messaging-system
即时通信系统(Java实现源代码),测试可行。(Instant messaging system (Java source code), the test is feasible.)
- 2014-02-15 21:30:43下载
- 积分:1