上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: ref : http://www.liaoxuefeng.com/wiki 阅读全文
posted @ 2015-06-28 13:19 廖东海 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-06-21 17:26 廖东海 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-05-21 13:53 廖东海 阅读(184) 评论(0) 推荐(0) 编辑
摘要: ref : https://code.google.com/p/jdbf/ 阅读全文
posted @ 2015-05-19 16:19 廖东海 阅读(156) 评论(0) 推荐(0) 编辑
摘要: ref : http://blog.csdn.net/priestmoon/article/details/7677452group_concat:group_concat(distinct name) group_concat(name separator ';') // 默认是,group_co... 阅读全文
posted @ 2015-04-02 12:04 廖东海 阅读(545) 评论(0) 推荐(0) 编辑
摘要: http://testyourvocab.com/ 阅读全文
posted @ 2015-03-13 17:43 廖东海 阅读(1776) 评论(0) 推荐(0) 编辑
摘要: 数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题这个问题可以有2个解决方法:1.临时修改:mysql>set global max_allowed_packet=524288000;修改 #512M2.修改my.cnf : ref... 阅读全文
posted @ 2015-03-11 13:15 廖东海 阅读(166) 评论(0) 推荐(0) 编辑
摘要: < 大于号 & & 和 ' ’ 单引号 ... 阅读全文
posted @ 2015-02-10 15:44 廖东海 阅读(254) 评论(0) 推荐(0) 编辑
摘要: SELECT * FROM users LIMIT [offset,]rows;offset : 查询数据的偏移量(0 开始)rows : 返回的数目.如果没有offset, 即只有一个参数.则返回查询的数目(rows), (SELECT * FROM users LIMIT rows == SEL... 阅读全文
posted @ 2015-01-07 15:46 廖东海 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 使用tabindex='0' 使table,tr,td,div 获取焦点 阅读全文
posted @ 2015-01-05 11:56 廖东海 阅读(323) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页