2010年的唯一目标
2009-12-29 05:43:04
查看原文
没有外语就没有技术
2010年全力提高自己的外语
已有 0 人发表留言,猛击->>这里<<-参与讨论
JavaEye推荐
* 上海:高薪诚聘Python开发人员
* 上海:天会皓闻诚聘资深Java架构师
* 上海:月薪1-2万...
用ThreadPoolExecutor和FutureTask实现可取消任务线程池
2009-09-24 10:50:35
查看原文
private Map<String, FutureTask<String>> tasks = new HashMap<String, FutureTask<String>>();
// 构造一个线程
private ThreadPoolExecutor executor = new ThreadPoolExecutor(1, 1, 0L, TimeUnit.MILLISE...
清除Oracle Flash Recovery用到的一些命令
2009-03-06 05:12:31
查看原文
数据库我是门外汉,所以做个备份
select status from v$instance;
alter database open;
select * from v$log;
alter database open;
alter database clear logfile group 1...
Proxool Properties
2009-02-24 06:15:59
查看原文
This is the full list of all the properties:
fatal-sql-exception:
A comma separated list of message fragments. When an SQLException occurs its message is compared to each of these fragments. If it con...
jasperreports3.1.4简单实例
2009-02-18 09:36:28
查看原文
public static void main(String[] args) {
Connection conn = null;
try {
//DB Connection
Class.forName("oracle.jdbc.driver.OracleDriver");
conn = DriverManager.getConnection(
...
推荐三个Java开源数据库管理工具
2009-02-10 12:25:08
查看原文
SQuirreL SQL
http://squirrel-sql.sourceforge.net/
SQuirreL SQL Client is a graphical SQL client written in Java that will allow you to view the structure of a JDBC compliant database, browse the data i...
SVN培训ppt
2009-01-18 13:13:34
查看原文
backup
本文附件下载:
* SVN.zip (411.3 KB)
已有 0 人发表留言,猛击->>这里<<-参与讨论
JavaEye推荐
* 高薪招聘架构师和资深软件设计师职位(上海或北京)
* 【杭州】高薪招聘java高级...
美文小记
2009-01-15 15:05:00
查看原文
我行过许多地方的桥,看过许多次数的云,
喝过许多种类的酒,却只爱过一个正当最好年龄的人。
已有 0 人发表留言,猛击->>这里<<-参与讨论
JavaEye推荐
* 【杭州】高薪招聘java高级工程师,项目经理...
2009年想看的好莱坞商业片
2009-01-05 10:47:38
查看原文
1、Harry Potter and the Half-Blood Prince 哈利·波特与混血王子 (2009/07/17)
2、Transformers: Revenge of the Fallen 变形金刚2:卷土重来 (2009/06/26)
3、X-Men Origins: Wolverine X战警前传:金刚狼 (2009...
2009辞旧迎新
2008-12-31 14:20:06
查看原文
08年最后一天,获悉公司组织结构和人事将有一些变动,虽然和我没有直接关系,但是冲击还是非常大的,
回顾这一年,工作方面虽然获得肯定,但远远没有达到预设目标。
因为个人技能上进步很小,基本上在吃老本,在走下坡路...