全部博文(471)
发布时间:2014-07-16 20:50:44
SELECT FROM_UNIXTIME(1404814676372/1000)2014-07-08 18:17:56SELECT NOW()2014-07-16 20:46:28SELECT DATE_FORMAT(NOW(),'%Y-%m-%d')2014-07-16......【阅读全文】
发布时间:2014-07-06 13:57:16
maven打包编译时后台一直输出警告信息[WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent!还没现一些 jar包不兼容问题。。。。。。 找了半天,原来只要在pom.xml文件中增加一个配置项即可 <properties> &.........【阅读全文】
发布时间:2014-07-05 13:45:43
把字符串转化为xml(通过dom4j )之后就变成另外一种编码,如果想原样保存到数据库只能通过强制不转码特别是针对表情的消息体public class Dom4jTest2222 { public static void main(String[] args) throws Exception { .........【阅读全文】
发布时间:2014-07-04 17:23:02
select username from gg_user where username like '%xiao/_%' escape '/'; ......【阅读全文】
发布时间:2014-06-20 19:30:11
select * from table where name not like '%aa%'......【阅读全文】