上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页
摘要: 1 [JsonProperty(PropertyName = "orderCode")] // 直接为属性赋值 2 [JsonProperty(propertyName: "orderCode")] // 为构造方法的参数赋值 public sealed class JsonPropertyAttr 阅读全文
posted @ 2018-03-21 10:02 jamess 阅读(859) 评论(0) 推荐(0) 编辑
摘要: //[捕捉所有前端error] window.onerror = function (errormessage, url, line, column, error) { console.log("======================================================================") console.... 阅读全文
posted @ 2018-03-16 14:52 jamess 阅读(421) 评论(0) 推荐(0) 编辑
摘要: BC CLASSIFICIATION ABC分类法 Accomplish a Bill of Lading (to) 付单提货 Act of God 天灾 Actual Displacement 实际排水量 Ad valorem freight 从价运费 Addendum (to a charter 阅读全文
posted @ 2018-03-14 09:58 jamess 阅读(2209) 评论(0) 推荐(0) 编辑
摘要: 基本概念术语 1.物品 article 2.物流 logistics 3.物流活动 logistics activity 4.物流作业 logistics operation 5.物流模数 logistics modulus 6.物流技术 logistics technology 7.物流成本 lo 阅读全文
posted @ 2018-03-14 09:56 jamess 阅读(3200) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/byondocean/article/details/7564502 session是工作在你的应用程序进程中的。asp.net进程、iis往往会在20分钟之后重启相关的应用程序,缓冲池满了(例如100个之后)也会重启,各种进程保护措施都会随时重新 阅读全文
posted @ 2018-03-08 11:10 jamess 阅读(157) 评论(0) 推荐(0) 编辑
摘要: $.ajaxSetup({ beforeSend: function (xhr, settings) { if (settings.type == "POST") { if (!settings.data) { var data = {}; data.token = "1"; settings.da 阅读全文
posted @ 2018-02-28 16:36 jamess 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 发布的时候发现,发布的代码不是最新的代码 解决方法 阅读全文
posted @ 2018-01-04 16:50 jamess 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 模型的属性的类型为 decimal 时无法进入 Validate 方法 public decimal Age { get; set; } 当把属性的类型改为可空类型时 则可以进入 Validate 方法 public decimal? Age { get; set; } 阅读全文
posted @ 2017-12-21 13:41 jamess 阅读(159) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wang1024/p/7811642.html 阅读全文
posted @ 2017-12-06 09:02 jamess 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Intellij IDEA的类头注释或者方法注释,就类似于eclipse的code template。自己可以设置,创建类和方法的时候按/**,然后回车就可以把自己设置的显示出来。 阅读全文
posted @ 2017-12-04 17:00 jamess 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页