上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: sp_configure 'show advanced options', 1RECONFIGUREGOsp_configure 'awe enabled', 1RECONFIGUREGOsp_configure 'min server memory', 1024RECONFIGUREGOsp_co... 阅读全文
posted @ 2015-01-17 16:55 Yu 阅读(221) 评论(0) 推荐(0) 编辑
摘要: install-package nhibernate install-package nunit NuGet 包: 扩展和更新: 阅读全文
posted @ 2014-12-12 17:15 Yu 阅读(438) 评论(0) 推荐(0) 编辑
摘要: SQL SERVER 2008 R2 (10.50.40) 版本,安装 SQL SERVER PROFILER:通过 command prompt,使用以下命令:setup.exe /FEATURES=Tools /Q /INDICATEPROGRESS /ACTION=Install /INS... 阅读全文
posted @ 2014-11-21 10:11 Yu 阅读(6793) 评论(0) 推荐(0) 编辑
摘要: public void Save(string filename,State state) { DataContractSerializer ds = new DataContractSerializer(typeof(State)); ... 阅读全文
posted @ 2014-11-01 13:51 Yu 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 一直以为这样可以关闭 fs, 其实不行static void Main(string[] args) { FileStream fs = null; ... 阅读全文
posted @ 2014-10-25 15:48 Yu 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 以下图片,如有侵犯版权问题,请通知。本人立即删除! 阅读全文
posted @ 2014-09-11 15:17 Yu 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-09-09 15:23 Yu 阅读(146) 评论(0) 推荐(0) 编辑
摘要: xxxAttribute: xxx 是特性名称, 其中Attribute 为约定规则.xxxAttribute 可以继承FilterAttribute 和 实现以上四种过滤器.xxxAttribute 可以实现横切关注点, 其着重点就是一个特性可以被多个Action共享, 达到代码共享目的.IAut... 阅读全文
posted @ 2014-08-14 16:30 Yu 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zyw_anquan/article/details/7664132Application的特性:存储的物理位置:服务器端内存。存储的类型限制:任意类型,Application对象可以存放其它对象。状态使用的范围:整个应用程序。存储的大小限制:任意大小。生命... 阅读全文
posted @ 2014-08-14 09:49 Yu 阅读(2105) 评论(0) 推荐(2) 编辑
摘要: public interface IC { } public class A { IC ic_; public A(IC ic) { ic_ = ic; } } ... 阅读全文
posted @ 2014-08-05 16:37 Yu 阅读(256) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页