- 浏览: 197335 次
- 来自: 南京
最新评论
-
chktsang:
不错, 谢谢你的文章上面提到的UML工具有很多種選擇。我個人認 ...
数据建模工具/ER图工具列表 -
phil09s:
原来LZ的翻译过来的。~看英文原版顺畅多了。哈哈哈。不过LZ翻 ...
MySQL序列解决方案 -
Surmounting:
shuishou147 写道如果使用别人的代码请注释原文htt ...
MySQL序列解决方案 -
shuishou147:
如果使用别人的代码请注释原文http://ronaldbrad ...
MySQL序列解决方案 -
哆啦C夢:
递归?伤不起!标题党。。。
MYSQL递归查询
文章列表
1.下载bindows 包 (试用版),解压到c:\,一定要C盘
2.打开plugins下载bindows的IDEA插件
3.下载完,重启,ctrl+alt+s,打开setting,找到bindows设置,设置bindows路径(C:\bindows_30_eval)
4.新建普通的工程(工程一定要存在c:盘),打开工程的module setting ,在source中引入 bindows的html目录
5.在工程下创建新的xml文件,ctrl+j 选择bindows 选择Bindows应用XML,定义一个新的function名.在windows标签中,输入bindows的组件 Calendar ...
- 2007-08-23 08:53
- 浏览 1866
- 评论(0)
[开发工具]IDEA快捷键整理
文章收藏, 网上资源
邢红瑞 发表于 2006-4-2 13:37:51
1、写代码 ...
- 2007-08-23 08:40
- 浏览 2375
- 评论(0)
Function
Keyboard shortcut
Use this shortcut to...
Comment with Line Comment
<nobr>Ctrl + /</nobr>
<nobr>Ctrl + Numpad/</nobr>
Comment/uncomment current ...
- 2007-08-22 20:47
- 浏览 2068
- 评论(0)
http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim1/
Graphical vi-vim Cheat Sheet and Tutorial
http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html
- 2007-08-22 19:11
- 浏览 1350
- 评论(0)
在jsp或servlet中用script国际化的方法
locale = (Locale) session.getAttribute(Globals.LOCALE_KEY);
rb = ResourceBundle.getBundle("MessageResources",locale);
rb.getString("comm.id")
- 2007-08-16 21:32
- 浏览 1462
- 评论(0)
jindw 代码生成
http://jindw.iteye.com/blog/98436
kimmking.icode.csdn.net/post/2007/06/04/53987
- 2007-08-13 09:18
- 浏览 1144
- 评论(0)
selenium参考手册中文翻译
http://calvin.iteye.com/blog/24425
Selenium相关资源中文化
http://wiki.javascud.org/display/SEL/Home
使用Selenium和Castle进行测试驱动开发
http://www.infoq.com/cn/articles/Tutorial-TDD-Selenium
使用 Selenium 和 TestNG 进行编程式测试
http://www.ibm.com/developerworks/cn/java/j-cq04037/index.html
- 2007-08-09 21:15
- 浏览 1367
- 评论(0)
viPlugin破解:
Xq@a*4
将以上文字保存为viPlugin.license 放在eclipse根目下
以下是常用命令
Command
Description
ESC
在插入模式:切换到命令模式
in CommandMode: delete CommandBuffer
i,a,I,A
...
- 2007-08-05 08:43
- 浏览 5033
- 评论(1)
Vim 用户都应该知道 Vim 的 Normal 模式下 operator + motion 组合的便利,比如
daw 删除光标下的普通单词以及其后的空格
ciW 删除光标下的以空格分隔的“单词”并进入插入模式 (i 表示 inner,不删除单词后的空格)
yis 复制光 ...
- 2007-08-05 01:00
- 浏览 3056
- 评论(0)
; HoeKey 配置 - 我的最佳配置
;
; 按键定义:
; ~=windows, _=shift, ^=ctrl, @=alt
;
; HOEKEY配置
=Rem|---------HOEKEY配置 ---------
~Q=config ; 配置
;系统操作
=Rem|--------- 系统操作 ---------
~`=Run|rundll32.exe user32.dll,LockWorkStation ; win+tick: 锁定
_~`=Run|rundll32.exe powrprof.dll,SetSuspendState ; win+til ...
- 2007-08-04 23:24
- 浏览 6223
- 评论(0)
http://www.javaworld.com.tw/jute/post/view?bid=11&id=2265
- 2007-08-01 17:19
- 浏览 1531
- 评论(0)
利用Jakarta Commons组件beanutils、dbutils简化JDBC数据库操作(一)
hyysguyang 原创 (参与分:6032,专家分:261) 发表:2005-12-20 18:42 更新:2006-04-01 17:57 版本:1.0 阅读:986次
关键字:beanutils、dbutils、JDBC 数据库
摘要:本文简单介绍了Jakarta Commons旗下beanutils、dbutils在基于J ...
- 2007-08-01 17:05
- 浏览 2078
- 评论(0)