上一页 1 2 3 4 5 6 ··· 13 下一页

2015年3月1日

备忘:spring jdbc事务代码 mybatis, nhibernate

摘要: http://files.cnblogs.com/files/mikelij/mymavenMar1.rar 阅读全文

posted @ 2015-03-01 23:46 mikelij 阅读(341) 评论(0) 推荐(0) 编辑

2014年9月6日

备忘:mybatis 3的使用记录

摘要: 这是一篇记录。mybatis是一个部分模仿ORM的framework。是一个介于ORM和原始JDBC的框架。既可以提供ORM的操作对象的特性,又能从详细地控制最终的SQL。达到一个平衡。我们还是得写sql,同时mybatis负责类到数据库记录的映射。mybatis 3之前叫做ibatis, 2.... 阅读全文

posted @ 2014-09-06 16:18 mikelij 阅读(13390) 评论(2) 推荐(2) 编辑

2014年7月31日

testng 6.8.6 eclipse plugin

摘要: http://files.cnblogs.com/mikelij/testng.zip 阅读全文

posted @ 2014-07-31 23:22 mikelij 阅读(514) 评论(0) 推荐(1) 编辑

2014年7月13日

备忘:powerbroker运行一个命令

摘要: pbrun su-example: pbrun su -pmsdev 阅读全文

posted @ 2014-07-13 21:26 mikelij 阅读(464) 评论(0) 推荐(0) 编辑

2014年7月9日

备忘:maven 错误信息: Plugin execution not covered by lifecycle configuration

摘要: 4.0.0 mymaven mymaven 0.0.1-SNAPSHOT org.hibernate hibernate 3.5.4-Final pom org.hibernate hibernate-annotations 3.5.4-Final org.hibernate hibe... 阅读全文

posted @ 2014-07-09 22:56 mikelij 阅读(12086) 评论(1) 推荐(0) 编辑

2014年6月23日

备忘:hibernate, logback, slf4j实际应用一例

摘要: 用hibernate写一些简单的数据库的Java应用。主要是温习一下。之前弄过的一些都忘了。发现还是得记下来,不然很快就忘。1. Eclipse版本,用Juno, J2EE版本。最好下载zip版本的,直接解压就运行。2. JDK安装,到Oracle上搜索jdk, 然后下载。安装JDK后,设置JAVA... 阅读全文

posted @ 2014-06-23 23:05 mikelij 阅读(5476) 评论(0) 推荐(1) 编辑

2014年4月20日

用nhibernate的几点小经验

摘要: 最近几个月都在用nhibernate做项目。写几点经验。1.解决Transient object exception原项目是用Entity Framework做的。现在是用nhibernate代替Entity framework. 原来的Entity framework可以new 一系列的对象,这些... 阅读全文

posted @ 2014-04-20 08:12 mikelij 阅读(1652) 评论(1) 推荐(2) 编辑

2014年3月14日

JSON返回DateTime/Date('123123123')/解决办法

摘要: Date.prototype.format = function (format) //author: meizz { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day "h+": this.getHours(), //hour "m+": this.getMinutes(), //minute "s+": this.getSeconds(), //second "q+": Mat 阅读全文

posted @ 2014-03-14 20:42 mikelij 阅读(9733) 评论(0) 推荐(0) 编辑

2014年3月4日

mysql full text全文索引必要条件

摘要: show variables like 'ft_m%''ft_max_word_len', '84''ft_min_word_len', '4'对于英文来说, ft_min_word_len=4是可以的。但是对于中文,需要为1.要不就没有办法全文搜索了。 阅读全文

posted @ 2014-03-04 23:53 mikelij 阅读(299) 评论(0) 推荐(0) 编辑

2014年2月16日

自己存档:table 的css

摘要: border:0;margin:0;border-collapse:collapse;border-spacing:0; 阅读全文

posted @ 2014-02-16 23:34 mikelij 阅读(158) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 13 下一页

导航