摘要: Welcome to babun - the Windows shell you will love!You have got a lot of things under the hood here! pact -> a package manager that handles installati 阅读全文
posted @ 2017-07-20 21:12 qdqn 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 为什么要使用契约测试(Pact) 目前开发过程中存在的问题 联调成本过高,要双方开发到某一阶段后放在同一个环境上才能进行,要同时把握双方的进度,造成资源和时间上的浪费。 对于接口的变动把控相当困难。由于接口变动是普遍存在的,尤其对于调用关系复杂的接口,一旦发生变动,如果没有一套机制进行控制,验证的成 阅读全文
posted @ 2017-03-17 17:40 qdqn 阅读(1318) 评论(0) 推荐(0) 编辑
摘要: DELETE tmp FROM tmp LEFT JOIN final_tbl ON tmp.id =final_tbl.id WHERE tmp.id = final_tbl.id update final_tbl, tmp set final_tbl.last_open_date=tmp.date where final_tbl.id=tmp.id; 阅读全文
posted @ 2013-04-27 09:30 qdqn 阅读(126) 评论(0) 推荐(0) 编辑
摘要: ## 表结构 ##tbl_a+-------+---------+------+-----+---------+----------------+| Field | Type | Null | Key | Default | Extra |+-------+---------+------+-----+---------+----------------+| id | int(11) | NO | PRI | NULL | auto_increment || aaa | int(11) | YES | | NULL | ... 阅读全文
posted @ 2013-04-09 09:44 qdqn 阅读(283) 评论(0) 推荐(0) 编辑