the important thing is not to stop questioning

导航

 
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 77 下一页

2016年4月1日

摘要: jmeter 性能不敢恭维,优点是图形化,windows可以用 ab 运行于linux ab -T "application/json" -n 100000000 -c 60 -v 3 -p json.bin -T:header -n:请求总数 -c:客户端数 -v:日志打印级别 -p:要发送的数据 阅读全文
posted @ 2016-04-01 16:35 qook 阅读(482) 评论(0) 推荐(0) 编辑
 

2016年3月31日

摘要: 问题: 最近公司一个项目组的源代码解决方案打开时总是出现解决方案或者部分项目被自动签出的情况,但签入又提示没有变更。事情虽 小,导致几个程序员要用项目文件时总是要找其他人签入。浪费不少时间。出现时间有几个月了,也一直没有重视去解决。但最近出现源代码部分被覆盖等一些异常 情况后,问题就变得很严重了,于 阅读全文
posted @ 2016-03-31 16:52 qook 阅读(3356) 评论(0) 推荐(0) 编辑
 

2016年3月30日

摘要: context可以看作是模切关注点,通过给join point(即被织入的业务)标记自定义属性(point cut,继承自ContextAttribute),可以得到context,然后advice具体的额外代码,完成aspect的过程 阅读全文
posted @ 2016-03-30 18:19 qook 阅读(289) 评论(0) 推荐(0) 编辑
 
摘要: The header just denotes what the content is encoded in. It is not necessarily possible to deduce the type of the content from the content itself, i.e. 阅读全文
posted @ 2016-03-30 17:40 qook 阅读(13202) 评论(0) 推荐(0) 编辑
 
摘要: 在MSDN中,Attribute被定义为“是被指定给某一声明的一则附加的声明性信息”。 我们可以通过Attribute来定义设计层面的信息以及运行时(run-time)信息,也可以利用Attribute建立自描述(self-describing)组件。通过使用Attribute,可以对元数据进行扩展 阅读全文
posted @ 2016-03-30 16:33 qook 阅读(196) 评论(0) 推荐(0) 编辑
 

2016年3月29日

摘要: 程序集:一个或多个类型定义文件和资源文件的集合 Native Code(本机代码): 已被编译为特定于处理器的机器码的代码。 本地代码(native code)是计算机编程(代码),编译用来运行一个特殊的处理器(如英特尔x86级的处理器)和它的特殊指令集。如果同一个程序在不同的处理器上执行的话软件就 阅读全文
posted @ 2016-03-29 10:48 qook 阅读(154) 评论(0) 推荐(0) 编辑
 

2016年3月28日

摘要: webHttpBinding is the REST-style binding, where you basically just hit a URL and get back a truckload of XML or JSON from the web service basicHttpBin 阅读全文
posted @ 2016-03-28 17:01 qook 阅读(585) 评论(0) 推荐(0) 编辑
 
摘要: NGen.exe:将IL代码编译成本地代码。 PEVerify.exe:它检查一个集所有方法并报告其中含不 的实用程序。 ILDasm.ex:IL反编译 csc.exe:C#编译工具 ilasm.exe:IL编译 阅读全文
posted @ 2016-03-28 17:00 qook 阅读(127) 评论(0) 推荐(0) 编辑
 

2016年3月25日

该文被密码保护。 阅读全文
posted @ 2016-03-25 18:42 qook 阅读(1) 评论(0) 推荐(0) 编辑
 

2016年3月24日

摘要: 1、下载 Install Debugging Tools for Windows 32-bit Versionhttp://www.microsoft.com/whdc/devtools/debugging/installx86.mspx Install Debugging Tools for Wi 阅读全文
posted @ 2016-03-24 18:19 qook 阅读(122) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 77 下一页