上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 57 下一页
摘要: 利用類別產生XSD檔產出XSD檔的目的在於提供Word樣板設計之資料框架在此使用微軟提供之XML Schema Definition Tool (Xsd.exe)工具產生XSD檔1. 定義類別view sourceprint?01// 書籍資料02public class Book03{04publ... 阅读全文
posted @ 2015-03-14 23:16 iDEAAM 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 前言「使用StyleCop驗證命名規則」這篇文章,指引開發人員透過StyleCop這個工具,來自動檢驗專案中產出的程式碼是否合乎命名規則。[Tool] 使用StyleCop驗證命名規則但是在專案開發的過程中,如果只是驗證命名規則、而沒有統一程式排版,專案中很容易就會出現類似下列範例的程式碼產出。這樣... 阅读全文
posted @ 2015-03-14 22:51 iDEAAM 阅读(821) 评论(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 阅读(244) 评论(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 阅读(396) 评论(0) 推荐(0) 编辑
摘要: Microsoft Dynamics CRM 数据库连接存储位置是在注册表里 阅读全文
posted @ 2015-03-13 13:16 iDEAAM 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-03-11 20:13 iDEAAM 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1)管理器不会主动刷新,需要手工刷新一下才能看到最新状态(性能方面的考虑) 2)很少情况下,恢复进程被挂起了。这个时候假设你要恢复并且回到可访问状态,要执行:RESTORE database dbname with recovery 这使得恢复过程能完全结束。 3)如果你要不断恢复后面的日志文件,的... 阅读全文
posted @ 2015-03-06 13:57 iDEAAM 阅读(448) 评论(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 阅读(434) 评论(0) 推荐(0) 编辑
摘要: A. 将数据文件收缩到指定的目标大小以下示例将 UserDB 用户数据库中名为 DataFile1 的数据文件的大小收缩到 7 MB。复制USE UserDB;GODBCC SHRINKFILE (DataFile1, 7);GOB. 将日志文件收缩到指定的目标大小以下示例将 AdventureWo... 阅读全文
posted @ 2015-02-21 14:14 iDEAAM 阅读(547) 评论(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 阅读(1344) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 57 下一页