- 浏览: 242542 次
- 性别:
- 来自: 北京
-
最新评论
-
王飞飞飞:
...
open Explorer eclipse plugin -
ZLHRoar:
very good!
open Explorer eclipse plugin -
skyline0813:
So cool!
open Explorer eclipse plugin -
skyline0813:
...
open Explorer eclipse plugin -
sdylag:
不错,很实用,谢谢分享。
open Explorer eclipse plugin
文章列表
dojo之Helloworld
http://dojo.jot.com/WikiHome/Tutorials/HelloWorld
- 2007-07-27 16:03
- 浏览 1172
- 评论(0)
excel中的单元格cell里面的文字"自动换行"
- 2007-07-24 09:53
- 浏览 4179
- 评论(0)
定时执行任务的三种方法:1)java.util.Timer.2)ServletContextListener.3)org.springframework.scheduling.timer.ScheduledTimerTask
- 2007-03-28 16:27
- 浏览 1247
- 评论(0)
文章有些内容显示不全,请访问http://blog.csdn.net/simon_21/archive/2007/03/28/1544188.aspx
这个地址。
定时执行任务的三种方法:
1
)java.util.Timer.
2
)ServletContextListener.
3)org.springframework.scheduling.timer.ScheduledTimerTask
1
)java.util.Timer
这个方法应该是最常用的,不过这个方法需要手工启动你的任务:
Timer timer=new Timer();
...
时间:2006-01-05
作者:Jess Garms, Tim Hanson
本文关键字:java 5.0, generics, 泛型, 注释
Java 5.0发布了,许多人都将开始使用这个JDK版本的一些新增特性。从增强的for循环到诸如泛型(generic)之类更复杂的特性,都将很快出现在您所 编写的代码中。我们刚刚完成了一个基于Java 5.0的大型任务,而本文就是要介绍我们使用这些新特性的体验。本文不是一篇入门性的文章,而是对这些特性以及它们所产生的影响的深入介绍,同时还给出了 一些在项目中更有效地使用这些特性的技巧。
简介
在JDK 1.5的beta阶段,我们为BEA的Java I ...
- 2007-03-27 15:12
- 浏览 1151
- 评论(0)
跟我一起写 Makefile陈皓 (CSDN)概述——什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和 professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解 HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。因为,makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分 ...
- 2007-01-25 11:16
- 浏览 1164
- 评论(0)
国内有关嵌入式开发的论坛电子产品世界的论坛[2004年09月30日]http://bbs.edw.com.cn/index.asp恒颐高科论坛[2004年09月30日]http://www.hyesco.com/forum/index.asp国内站点华恒公司的主页,里面有很多的相关资料,有待大家去发现http://www.hhcn.com/chinese/embedlinux-res.html<iframe width="0" scrolling="no" height="0" frameborder="0" ...
- 2007-01-23 16:42
- 浏览 1250
- 评论(0)
Linux中文输入一直是个问题,参考Unbuntu中文官方网站的方法:http://www.ubuntu.org.cn/support/documentation/guide/scim,安装成功。过程如下: Step 1:备份souce文件sudo cp /etc/apt/source.list /etc/apt/source.list_backup 修改source.list内容 ## Major bug fix updates produced after the final release of the ## distribution. deb http://archive. ...
- 2007-01-22 16:40
- 浏览 4269
- 评论(0)
scim : 史上最强的输入法; 包括ubuntu-5.10和6.06安装源的配置1.设置安装源: vi /etc/apt/sources.list (Ubuntu-5.10的源) deb http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ breezy-secu ...
- 2007-01-22 16:30
- 浏览 4713
- 评论(0)