2017年9月22日

JsonHelper

摘要: public static class JsonHelper { public static string ToJson(this object obj) { var str = Newtonsoft.Json.JsonConvert.SerializeObject(obj, Newtonsoft. 阅读全文

posted @ 2017-09-22 17:33 jonney_wang 阅读(155) 评论(0) 推荐(0) 编辑

webHttpBinding

摘要: 1 [ServiceContract] 2 public interface IHanger 3 { 4 /// 5 /// 根据请求的用户的所属的组织,决定工单发布到哪个吊挂产线 6 /// 7 /// 8 /// 9 /// 10 ... 阅读全文

posted @ 2017-09-22 17:32 jonney_wang 阅读(382) 评论(0) 推荐(0) 编辑

wcf 基本配置

摘要: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 阅读全文

posted @ 2017-09-22 17:30 jonney_wang 阅读(142) 评论(0) 推荐(0) 编辑

Config 代码片段

摘要: 1 class Config 2 { 3 private static Config _instance = null; 4 5 public static Config Instance 6 { 7 get 8 { 9 if (_i... 阅读全文

posted @ 2017-09-22 17:27 jonney_wang 阅读(190) 评论(0) 推荐(0) 编辑

2017年8月5日

常用的中文字体

摘要: CSS,font-family,好看常用的中文字体 (小米米官网): font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; (淘宝技术研发中心): font: 12px/1.5 Tahoma,Helvetica,Arial,'宋体' 阅读全文

posted @ 2017-08-05 21:43 jonney_wang 阅读(306) 评论(0) 推荐(0) 编辑

highcharts

摘要: 简单条形图用法: 图的容器: js代码: 效果: 阅读全文

posted @ 2017-08-05 17:43 jonney_wang 阅读(128) 评论(0) 推荐(0) 编辑

iCheck

摘要: iCheck改变 checkbox、radio的样式,原生或用bootstrap的都太丑。 简单用法:引用 js: minimal风格显示效果: 阅读全文

posted @ 2017-08-05 17:34 jonney_wang 阅读(337) 评论(0) 推荐(0) 编辑

2017年7月22日

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 阅读(249) 评论(0) 推荐(0) 编辑

2017年7月14日

wms-ssv数据字典

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

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

2017年7月12日

hibernate 返回自定义对象

摘要: 关键代码老是忘记 setResultTransformer(Transformers.aliasToBean(LabourResult.class)) 代码用例: 阅读全文

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

导航