07 2017 档案

MdiContainer
摘要:1 /// 2 /// 显示form 3 /// 4 /// 要显示的form 5 /// 是否将其他form关闭 6 private void ShowForm(Form form, bool canClose) 7 { 8 foreach... 阅读全文

posted @ 2017-07-22 07:51 jonney_wang 阅读(258) 评论(0) 推荐(0)

wms-ssv数据字典
摘要:1 --------------------------------------------以下,托盘-- 2 dbo.Container --托盘 3 1300, "托盘状态", "Container" 4 1301, "未绑定", "Unbound" 5 1302, "已拣货", "P... 阅读全文

posted @ 2017-07-14 15:21 jonney_wang 阅读(594) 评论(0) 推荐(0)

hibernate 返回自定义对象
摘要:关键代码老是忘记 setResultTransformer(Transformers.aliasToBean(LabourResult.class)) 代码用例: 阅读全文

posted @ 2017-07-12 17:29 jonney_wang 阅读(1864) 评论(0) 推荐(0)

XmlSerialize
摘要:以前配置文件都直接写在TXT文件,能看懂就行; 后来写了点代码,就把配置写在ini文件里; 再后来随着趋势就把配置类序列化到本地,即xml配置; 现在懒了,直接ToJson到本地,需要时FromJson。 2017.7.1 下面纪念下xml序列化 阅读全文

posted @ 2017-07-01 06:09 jonney_wang 阅读(677) 评论(0) 推荐(0)

Db - DataAccess
摘要:来,纪念一下。 阅读全文

posted @ 2017-07-01 05:58 jonney_wang 阅读(479) 评论(0) 推荐(0)

导航