上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 40 下一页
摘要: 使用ab压测网页结果分析 下载工具:ab 图片来自:http://my.oschina.net/u/1246814/blog/291696?fromerr=JfLeu1jk 阅读全文
posted @ 2016-04-08 14:10 b̶i̶n̶g̶.̶ 阅读(268) 评论(0) 推荐(0)
摘要: 关于VS打开cshtml出现 未能完成该操作。无效指针 关于VS打开cshtml出现 未能完成该操作。无效指针 第一步:关闭VS 第二部:删除%LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache 第三部:重新打开 也可以试试修复 阅读全文
posted @ 2016-04-01 11:45 b̶i̶n̶g̶.̶ 阅读(2213) 评论(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̶.̶ 阅读(159) 评论(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̶.̶ 阅读(192) 评论(0) 推荐(0)
摘要: 代码笔记: 阅读全文
posted @ 2016-03-16 16:22 b̶i̶n̶g̶.̶ 阅读(459) 评论(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̶.̶ 阅读(319) 评论(0) 推荐(0)
摘要: 1 /// 2 /// 使用Emit动态代理收集实体信息 3 /// 4 /// 实体类 5 public class TDynamicBuilder 6 { 7 #region 变量区域 8 private stat... 阅读全文
posted @ 2016-01-12 18:05 b̶i̶n̶g̶.̶ 阅读(2210) 评论(0) 推荐(0)
摘要: class Program{ static void Main(string[] args) { //创建Expression参数 var left = System.Linq.Expressions.Expression.Parameter(typeof(i... 阅读全文
posted @ 2016-01-12 18:03 b̶i̶n̶g̶.̶ 阅读(230) 评论(0) 推荐(0)
摘要: 前言 众所周知,Thread类中的挂起线程和恢复线程微软已标记过时,因为可能会造成问题 Resume() 恢复当前线程 已过时。 Resumes a thread that has been suspended. Suspend() 挂起当前线程 已过时。 挂起线程,或者如果线程已挂起,则不起作用。 阅读全文
posted @ 2016-01-12 17:05 b̶i̶n̶g̶.̶ 阅读(4090) 评论(0) 推荐(1)
摘要: 参考:http://www.cnblogs.com/timy/archive/2011/12/07/2279200.html 阅读全文
posted @ 2016-01-11 11:29 b̶i̶n̶g̶.̶ 阅读(164) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 40 下一页