摘要: ctrl+T 搜索当前接口的实现类Alt+/ 智能提示ctrl+shift+T 查找java文件。不要为找不到类而痛苦,可以使用通配符“*”,“?”ctrl+shift+R 查询所有文件,包括配置文件和java文件,可以使用通配符“*”,“?”ctrl+shift+f 格式化代码ctrl+/ 添加注... 阅读全文
posted @ 2015-07-08 14:11 sky123123 阅读(127) 评论(0) 推荐(0) 编辑
摘要: java.sql.Timestamp的使用:1、把String类型转换成Timestamp类型 String datestr = "2015-07-08 11:32:21.451";Timestamp ts = Timestamp.valueOf(datestr);System.out.printl... 阅读全文
posted @ 2015-07-08 14:10 sky123123 阅读(381) 评论(0) 推荐(0) 编辑
摘要: String sql="select * from Student where id='"+id+"'";list.add("delete from dp_dto_persistence where tnt_inst_id = "+tntInstId+" and stmt_nbr = "+stmtN... 阅读全文
posted @ 2015-07-08 11:27 sky123123 阅读(1237) 评论(0) 推荐(0) 编辑