- 浏览: 27234 次
- 性别:
- 来自: 珠海
最新评论
-
zhouchenliang1896:
请问你还有破解文件吗,发给我,569226067@qq.com ...
源码阅读工具 CodeLogic 2.1.5
文章列表
1.解压,修改my-small.ini重命名到my.ini.
2.写一个bat执行E:/develop/mysql-5.0.67-win32/bin/mysqld --console
- 2008-09-13 17:08
- 浏览 946
- 评论(0)
用个例子来演示什么是DI(Dependency injection)
1.下载spring-framework-2.0.7,在Eclipse加入两个lib: spring.jar和commons-logging.jar
代码:
1.GreetingService.java
2.GreetingServiceImpl.java
3.hello.xml
4.HelloApp.java
java 代码
/**
* @{#} GreetingService.java Create on 2007-11-13 下午11:31:51
* ...
- 2007-11-13 23:56
- 浏览 905
- 评论(0)
1.Expressive Puzzlers
// Odd
public static boolean isOdd(int i) {
return i % 2 != 0;
}
public static boolean isOdd(int i) {
return (i & 1) != 0;
}
- 2007-09-15 15:45
- 浏览 1017
- 评论(0)
数学
离散数学
程序设计:
Java(主要)
C++/C
C#
数据结构:
Java版
操作系统:
Linux
Windows
编译原理
数据库:
理论
MySQL
Oracle
- 2007-07-01 17:41
- 浏览 926
- 评论(0)
UML:
Object-Oriented Analysis and Design with Applications.pdf
Applying UML and Patterns An Introduction to Object-Oriented Analysis and Design and Iterative Development, Third Edition.chm
Reilly_-_Learning_UML_v2.0_Apr_2006.chm
Javascript :
Wiley - JavaScript.Bible.6th.Edition.Apr.2007.pdf
...
- 2007-06-30 11:55
- 浏览 1064
- 评论(0)
1.Ebookdy http://www.ebookdy.net/
2.Netyi http://www.netyi.net/
3.itstudy8 http://www.itstudy8.org/
- 2007-06-30 11:50
- 浏览 981
- 评论(0)
Smartclient http://www.smartclient.com/
Extjs http://extjs.com/
Bindows http://www.backbase.com/
DOJO http://dojotoolkit.org/
OpenRico ...
- 2007-06-30 11:46
- 浏览 1122
- 评论(0)
Visual Paradigm http://www.visual-paradigm.com/
StarUML http://www.staruml.com/
SVN http://subclipse.tigris.org/
js http://www.spket.com/
relo http://relo.csail.mit.edu/update (查看代码辅助)
SVN http://www.subversion.org.cn (直接把bin加到path变理中)
- 2007-06-30 11:39
- 浏览 991
- 评论(0)