会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
旋转的梦
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
19
下一页
2016年11月12日
分布式事务一致性,事务补偿实战
摘要: 一、事务记录补偿表设计 三、业务补偿函数 调用rest接口,传事务记录ID,进行事务补偿
阅读全文
posted @ 2016-11-12 15:35 旋转的梦
阅读(2772)
评论(0)
推荐(0)
2016年11月1日
ResultSet is from UPDATE. No Data.
摘要: mysql 读写分离引起
阅读全文
posted @ 2016-11-01 02:41 旋转的梦
阅读(2340)
评论(0)
推荐(0)
2016年10月31日
linux 批量kill进程
摘要: ps -ef | grep module- | grep -v module-mxm | cut -c 9-15 | xargs kill -9 ps -aux |egrep "(analysis.jar|comm.jar|xpush.jar|customer.jar|track.jar|manag
阅读全文
posted @ 2016-10-31 20:40 旋转的梦
阅读(9570)
评论(0)
推荐(0)
2016年10月25日
mysql数据表拷贝
摘要: select * into 目标表名 from 源表名 insert into 目标表名(fld1, fld2) select fld1, 5 from 源表名 以上两句都是将 源表 的数据插入到 目标表,但两句又有区别的: 第一句(select into from)要求目标表不存在,因为在插入时会
阅读全文
posted @ 2016-10-25 16:56 旋转的梦
阅读(202)
评论(0)
推荐(0)
Maven assembly 打包
摘要: assembly .xml Pom.xml
阅读全文
posted @ 2016-10-25 16:31 旋转的梦
阅读(7631)
评论(0)
推荐(0)
JS 删除对象属性
摘要: updateNode: function(data) { if(data) { this.root[data.id] = data; } }, removeNodes: function(idsArray) { if(idsArray&&idsArray.len...
阅读全文
posted @ 2016-10-25 15:27 旋转的梦
阅读(511)
评论(0)
推荐(0)
2016年10月20日
jenkins Auth fail验证失败
摘要: 重新设置密码
阅读全文
posted @ 2016-10-20 22:35 旋转的梦
阅读(991)
评论(0)
推荐(0)
2016年10月15日
EXT Grid celleditor列编辑,动态控制某一单元格只读
摘要: listeners : { beforeedit:function(editor, context, eOpts) { if(context.record.data.hasRatio == "true" && context.column.dataIndex == "shouldReceiveAmount") { //有比例...
阅读全文
posted @ 2016-10-15 10:03 旋转的梦
阅读(3882)
评论(0)
推荐(0)
2016年10月13日
mysql数据库针对聊天特殊表情处理
摘要: 表、字段、数据库utf-8改为utf8mb4
阅读全文
posted @ 2016-10-13 16:01 旋转的梦
阅读(377)
评论(0)
推荐(0)
2016年10月11日
Ext 下拉列表模糊搜索
摘要: /** * Created by huangbaidong on 2016/9/18. * 楼盘通用Combo组件,支持模糊查询 * 使用案例: * { fieldLabel : '楼盘名称', xtype: 'residentialAreaCombo', name :...
阅读全文
posted @ 2016-10-11 16:36 旋转的梦
阅读(3889)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
19
下一页
公告