摘要:
ref : http://www.liaoxuefeng.com/wiki 阅读全文
摘要:
ref: http://www.cnblogs.com/obullxl/archive/2011/07/10/spring-quartz-cron-integration.html http://www.oschina.net/question/8676_9032 http://gong1208.i... 阅读全文
摘要:
Error Code: 1418. This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* wan... 阅读全文
摘要:
ref : https://code.google.com/p/jdbf/ 阅读全文
摘要:
ref : http://blog.csdn.net/priestmoon/article/details/7677452group_concat:group_concat(distinct name) group_concat(name separator ';') // 默认是,group_co... 阅读全文
摘要:
http://testyourvocab.com/ 阅读全文
摘要:
数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题这个问题可以有2个解决方法:1.临时修改:mysql>set global max_allowed_packet=524288000;修改 #512M2.修改my.cnf : ref... 阅读全文
摘要:
< 大于号 & & 和 ' ’ 单引号 ... 阅读全文
摘要:
SELECT * FROM users LIMIT [offset,]rows;offset : 查询数据的偏移量(0 开始)rows : 返回的数目.如果没有offset, 即只有一个参数.则返回查询的数目(rows), (SELECT * FROM users LIMIT rows == SEL... 阅读全文
摘要:
使用tabindex='0' 使table,tr,td,div 获取焦点 阅读全文