会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
廖东海
新随笔
管理
上一页
1
2
3
4
5
6
7
8
···
13
下一页
2015年6月28日
GIT 使用参考
摘要: ref : http://www.liaoxuefeng.com/wiki
阅读全文
posted @ 2015-06-28 13:19 廖东海
阅读(100)
评论(0)
推荐(0)
2015年6月21日
spring 定时任务相关链接
摘要: 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 廖东海
阅读(111)
评论(0)
推荐(0)
2015年5月21日
mysql create function error and solution.
摘要: 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 廖东海
阅读(198)
评论(0)
推荐(0)
2015年5月19日
java 读取 dbf
摘要: ref : https://code.google.com/p/jdbf/
阅读全文
posted @ 2015-05-19 16:19 廖东海
阅读(159)
评论(0)
推荐(0)
2015年4月2日
mysql多行多列合并为一行一列
摘要: 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 廖东海
阅读(559)
评论(0)
推荐(0)
2015年3月13日
http://testyourvocab.com/
摘要: http://testyourvocab.com/
阅读全文
posted @ 2015-03-13 17:43 廖东海
阅读(1909)
评论(0)
推荐(0)
2015年3月11日
数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题
摘要: 数据导入报错: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 廖东海
阅读(171)
评论(0)
推荐(0)
2015年2月10日
mybatis mapper xml 使用 > <
摘要: < 大于号 & & 和 ' ’ 单引号 ...
阅读全文
posted @ 2015-02-10 15:44 廖东海
阅读(259)
评论(0)
推荐(0)
2015年1月7日
Mysql limit
摘要: SELECT * FROM users LIMIT [offset,]rows;offset : 查询数据的偏移量(0 开始)rows : 返回的数目.如果没有offset, 即只有一个参数.则返回查询的数目(rows), (SELECT * FROM users LIMIT rows == SEL...
阅读全文
posted @ 2015-01-07 15:46 廖东海
阅读(113)
评论(0)
推荐(0)
2015年1月5日
table tr,td,div ... focus
摘要: 使用tabindex='0' 使table,tr,td,div 获取焦点
阅读全文
posted @ 2015-01-05 11:56 廖东海
阅读(325)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
13
下一页