02 2017 档案

摘要:public static string GetIpAddress() { string ipAddress = null; if (HttpContext.Current != null) { ipAddress = HttpContext.Current.Request.S... 阅读全文
posted @ 2017-02-24 16:36 随学·笔记 阅读(162) 评论(0) 推荐(0)
摘要:详细:http://www.cnblogs.com/linJie1930906722/p/6060370.html$("#name").select2({ language: "zh-CN", placeholder: "请选择名称", tags: true, multiple: false, ... 阅读全文
posted @ 2017-02-24 15:05 随学·笔记 阅读(4082) 评论(1) 推荐(0)
摘要:转:http://www.cnblogs.com/hllive/p/6029763.html 由vs2013新建“web窗体应用程序”的网站,URL不显示扩展名。那今天就实现该功能 1、首先打开vs2013>新建项目>如下图选择 2、选择项目右击>管理NuGet程序包>在搜索框输入(Friendly 阅读全文
posted @ 2017-02-13 17:03 随学·笔记 阅读(2116) 评论(0) 推荐(1)