上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 57 下一页
摘要: 前言「使用StyleCop驗證命名規則」這篇文章,指引開發人員透過StyleCop這個工具,來自動檢驗專案中產出的程式碼是否合乎命名規則。[Tool] 使用StyleCop驗證命名規則但是在專案開發的過程中,如果只是驗證命名規則、而沒有統一程式排版,專案中很容易就會出現類似下列範例的程式碼產出。這樣... 阅读全文
posted @ 2015-03-14 22:51 iDEAAM 阅读(721) 评论(0) 推荐(0) 编辑
摘要: Table of contentsIntroduction and goalBeginner WCF FAQsStep 1: Create client and server certificatesStep 2: Copy the certificates in trusted people ce... 阅读全文
posted @ 2015-03-14 22:27 iDEAAM 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Since the original tech preview release of FastCGI last year, we've been seeing a lot of requests for getting Ruby on Rails running with our FastCGI. ... 阅读全文
posted @ 2015-03-14 20:01 iDEAAM 阅读(394) 评论(0) 推荐(0) 编辑
摘要: Microsoft Dynamics CRM 数据库连接存储位置是在注册表里 阅读全文
posted @ 2015-03-13 13:16 iDEAAM 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-03-11 20:13 iDEAAM 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1)管理器不会主动刷新,需要手工刷新一下才能看到最新状态(性能方面的考虑) 2)很少情况下,恢复进程被挂起了。这个时候假设你要恢复并且回到可访问状态,要执行:RESTORE database dbname with recovery 这使得恢复过程能完全结束。 3)如果你要不断恢复后面的日志文件,的... 阅读全文
posted @ 2015-03-06 13:57 iDEAAM 阅读(443) 评论(0) 推荐(0) 编辑
摘要: Use ALTER DATABASE to Move DatabasesFollow Our Daily Tips•facebook.com/TechNetTips•twitter.com/TechNetTips•blogs.technet.com/tnmag•TechNet Tips librar... 阅读全文
posted @ 2015-02-21 15:08 iDEAAM 阅读(432) 评论(0) 推荐(0) 编辑
摘要: A. 将数据文件收缩到指定的目标大小以下示例将 UserDB 用户数据库中名为 DataFile1 的数据文件的大小收缩到 7 MB。复制USE UserDB;GODBCC SHRINKFILE (DataFile1, 7);GOB. 将日志文件收缩到指定的目标大小以下示例将 AdventureWo... 阅读全文
posted @ 2015-02-21 14:14 iDEAAM 阅读(546) 评论(0) 推荐(0) 编辑
摘要: using (Entities com = new Entities()){com.Configuration.UseDatabaseNullSemantics = true;}EF+MVC+cod First项目性能优化总结1.EF:this.Configuration.UseDatabaseNu... 阅读全文
posted @ 2015-02-12 10:11 iDEAAM 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: Jexus简介 Jexus web server for linux 是运行在Linux上的Web服务器。其安装和部署及其简单,直接支持Asp.net 。下载Jexus wgethttp://linux.j66.net/down/jexus-5.0.2.tar.gz然后解压: tar -zxv ... 阅读全文
posted @ 2015-02-10 10:25 iDEAAM 阅读(415) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 57 下一页