上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 74 下一页
  2018年4月10日
摘要: 当 MVC 引用新版本的 Json.net 后,需要在 Web.config 文件中的 <assemblyBinding></assemblyBinding> 项里面添加以上代码,版本号也要修改。 相应报错为:未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0,  阅读全文
posted @ 2018-04-10 14:14 z5337 阅读(254) 评论(0) 推荐(0)
  2018年4月8日
摘要: 代码来自:https://www.cnblogs.com/yimeishui/p/5803920.html 阅读全文
posted @ 2018-04-08 14:28 z5337 阅读(950) 评论(0) 推荐(0)
  2018年4月4日
摘要: 客户端调用的方式为: 阅读全文
posted @ 2018-04-04 10:19 z5337 阅读(1340) 评论(0) 推荐(0)
  2018年3月20日
摘要: 或者对桌面快捷方式加上命令 --kiosk (不能按 F11 退出全屏) 阅读全文
posted @ 2018-03-20 15:27 z5337 阅读(369) 评论(0) 推荐(0)
  2018年3月4日
摘要: 下载链接:https://download.sublimetext.com/Sublime%20Text%20Build%203143%20x64%20Setup.exe 注册信息:sublime text 3 3143 授权码 阅读全文
posted @ 2018-03-04 10:41 z5337 阅读(263) 评论(0) 推荐(0)
  2018年2月25日
摘要: select sysdate - interval '60' second as TSec from dual -- 计算 60秒 前的时间 select sysdate - interval '10' minute as TMin from dual -- 计算 10分 前的时间 select sysdate - interval '8' hour as UTCTime from dual... 阅读全文
posted @ 2018-02-25 17:24 z5337 阅读(1011) 评论(0) 推荐(0)
  2018年2月1日
摘要: /// /// C#反射遍历对象属性 /// /// 对象类型 /// 对象 public static void ForeachClassProperties(T model) { Type t = model.GetType(); ... 阅读全文
posted @ 2018-02-01 20:10 z5337 阅读(170) 评论(0) 推荐(0)
摘要: 本文来自:https://www.cnblogs.com/craze/p/6124575.html 关于mvc中@Html.DropDownListFor和@Html.DropDownList默认值无法选中问题简单总结 结论: 无法绑定默认值是微软MVC的一个BUG 触发条件: 整个Controll 阅读全文
posted @ 2018-02-01 10:33 z5337 阅读(339) 评论(0) 推荐(0)
  2018年1月23日
摘要: $('a').css("cssText","background:#fff !important;color:#2d6dcc !important;") $('b').css({"background":"url(pic.png) no-repeat center center"}) code{ display: inline-block; width: 20px;height:5px;... 阅读全文
posted @ 2018-01-23 17:39 z5337 阅读(116) 评论(0) 推荐(0)
  2018年1月22日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-01-22 18:46 z5337 阅读(21) 评论(1) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 74 下一页