上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页
摘要: http://www.cnblogs.com/xray2005/archive/2011/08/24/2151459.html 阅读全文
posted @ 2016-04-15 11:37 b̶i̶n̶g̶.̶ 阅读(175) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh export LANG="zh_CN.UTF-8" # export MONO_IOMAP="all" # export MONO_EXTERNAL_ENCODINGS="gbk:gb18030:gb2312" ulimit -SHn 20000 >/dev/null 2>&1 PORT=80 C_DIR=$(pwd) TN_HOME=$(cd $(dirname $0... 阅读全文
posted @ 2016-04-14 11:11 b̶i̶n̶g̶.̶ 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 一、同步Link模式 /Home/List/UserId/PageIndex 备注: PageIndex会默认附加到最后一个参数 二、异步事件模式 1.单个视图页的js,事件命名必须是 pager(href, pageindex){} 三、JPager MVC扩展类 阅读全文
posted @ 2016-04-12 09:41 b̶i̶n̶g̶.̶ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: var types = AppDomain.CurrentDomain.GetAssemblies() .SelectMany(a => a.GetTypes().Where(t => t.GetInterfaces().Contains(typeof(InterfaceName)))) .ToArray(); 阅读全文
posted @ 2016-04-08 17:44 b̶i̶n̶g̶.̶ 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 使用ab压测网页结果分析 下载工具:ab 图片来自:http://my.oschina.net/u/1246814/blog/291696?fromerr=JfLeu1jk 阅读全文
posted @ 2016-04-08 14:10 b̶i̶n̶g̶.̶ 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 关于VS打开cshtml出现 未能完成该操作。无效指针 关于VS打开cshtml出现 未能完成该操作。无效指针 第一步:关闭VS 第二部:删除%LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache 第三部:重新打开 也可以试试修复 阅读全文
posted @ 2016-04-01 11:45 b̶i̶n̶g̶.̶ 阅读(2190) 评论(0) 推荐(1) 编辑
摘要: //XMLHttpRequest类 function XMLHTTPRequestUtil() { this.Instance = null; this.GetXMLHttpRequest = function () { var r = window.XMLHttpRequest ? new ... 阅读全文
posted @ 2016-03-25 11:40 b̶i̶n̶g̶.̶ 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 需求:泛型使用多态性 备注:协变逆变只能修饰 接口和委托 简单理解: 1.使用 in 修饰后为逆变,只能用作形参使用 ,参考 public delegate void Action<in T>(T obj); 2.使用 out 修饰后为协变,只能用于返回值,参考 public delegate TR 阅读全文
posted @ 2016-03-24 16:31 b̶i̶n̶g̶.̶ 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 代码笔记: 阅读全文
posted @ 2016-03-16 16:22 b̶i̶n̶g̶.̶ 阅读(448) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>页面加载进度条</title> <script src="/Scripts/jquery-1.10.2.min.js" 阅读全文
posted @ 2016-02-28 17:53 b̶i̶n̶g̶.̶ 阅读(315) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页