上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: 一、事务记录补偿表设计 三、业务补偿函数 调用rest接口,传事务记录ID,进行事务补偿 阅读全文
posted @ 2016-11-12 15:35 旋转的梦 阅读(2740) 评论(0) 推荐(0) 编辑
摘要: mysql 读写分离引起 阅读全文
posted @ 2016-11-01 02:41 旋转的梦 阅读(2296) 评论(0) 推荐(0) 编辑
摘要: 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 旋转的梦 阅读(9558) 评论(0) 推荐(0) 编辑
摘要: select * into 目标表名 from 源表名 insert into 目标表名(fld1, fld2) select fld1, 5 from 源表名 以上两句都是将 源表 的数据插入到 目标表,但两句又有区别的: 第一句(select into from)要求目标表不存在,因为在插入时会 阅读全文
posted @ 2016-10-25 16:56 旋转的梦 阅读(199) 评论(0) 推荐(0) 编辑
摘要: assembly .xml Pom.xml 阅读全文
posted @ 2016-10-25 16:31 旋转的梦 阅读(7620) 评论(0) 推荐(0) 编辑
摘要: updateNode: function(data) { if(data) { this.root[data.id] = data; } }, removeNodes: function(idsArray) { if(idsArray&&idsArray.len... 阅读全文
posted @ 2016-10-25 15:27 旋转的梦 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 重新设置密码 阅读全文
posted @ 2016-10-20 22:35 旋转的梦 阅读(970) 评论(0) 推荐(0) 编辑
摘要: listeners : { beforeedit:function(editor, context, eOpts) { if(context.record.data.hasRatio == "true" && context.column.dataIndex == "shouldReceiveAmount") { //有比例... 阅读全文
posted @ 2016-10-15 10:03 旋转的梦 阅读(3805) 评论(0) 推荐(0) 编辑
摘要: 表、字段、数据库utf-8改为utf8mb4 阅读全文
posted @ 2016-10-13 16:01 旋转的梦 阅读(372) 评论(0) 推荐(0) 编辑
摘要: /** * Created by huangbaidong on 2016/9/18. * 楼盘通用Combo组件,支持模糊查询 * 使用案例: * { fieldLabel : '楼盘名称', xtype: 'residentialAreaCombo', name :... 阅读全文
posted @ 2016-10-11 16:36 旋转的梦 阅读(3860) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页