03 2015 档案
摘要:Chrome浏览器 的快捷方式里加一个 命令可以使浏览器进行跨域访问"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --args --disable-web-security
阅读全文
摘要:public partial class Form1 : Form{private SqlConnection mCnn = null;private long TimeStampValue;public Form1(){InitializeComponent();mCnn = new SqlCon...
阅读全文
摘要:摘自:http://www.adobe.com/devnet/coldfusion/articles/build-your-first-mobile-app.htmlIntroductionUse of mobile devices and mobile applications are ever ...
阅读全文
摘要:Sitecore’s Digital Marketing System (DMS) can help you personalize the content your site displays to your users/visitors and can be easily customized ...
阅读全文
摘要:I have created an alert in Performance Monitor (Windows Server 2008 R2) that should be triggered whenever \Processor(_Total)\% Processor Time is Above...
阅读全文
摘要:目录一:普通写法二:注入定义三:Weave函数四:参数构造五:业务编写六:注入调用7.怎么调用别的程序集的方法示例8. [is declared in another module and needs to be imported的解决方法:一:普通写法1234publicstaticstringG...
阅读全文
摘要:http://dotnetresolver.eu5.org/downloads.htmlDotNet Resolver is a free .NET decompiler written in C#. This decompiler is able to read, translate and ed...
阅读全文
摘要:Nagios是一个功能非常强大的开源的系统网络监测程序,通过访问http://www.nagios.org可以了解其基本特性。Nagios不但能够实现对系统CPU,磁盘、网络等方面参数的基本系统监测,而且还能够监测包括SMTP,POP3,HTTP,NNTP等各种基本的服务类型。另外通过一些插件的安装...
阅读全文
摘要:Both Microsoft.CCI and Mono.Cecil are low-level, and don't validate produced assemblies. It takes lots of time to find the reason of problem, if there...
阅读全文
只有注册用户登录后才能阅读该文。
摘要:一般操作系统性能主要涉及到的问题主要有:处理器使用情况、内存占有量、磁盘I/0操作以及网络流量等。查看Windows性能情况,大部分情况下是通过 “Windows任务管理器”,可以通过在 ”命令行” 中输入 : taskmgr 来弹出任务管理器。 ”任务管理器”可以查看:CUP的使用率、内存的使用率...
阅读全文
摘要:1.访问网站所涉及环节简单说就是重复相同的请求首先看看访问流程所设计的每个环节User -> Browse -> CDN/Proxy Cache -> Web Server -> App Server / fastcgi pool -> Cache -> Database大部分网站都是这样的结构:用...
阅读全文
摘要:利用類別產生XSD檔產出XSD檔的目的在於提供Word樣板設計之資料框架在此使用微軟提供之XML Schema Definition Tool (Xsd.exe)工具產生XSD檔1. 定義類別view sourceprint?01// 書籍資料02public class Book03{04publ...
阅读全文
摘要:前言「使用StyleCop驗證命名規則」這篇文章,指引開發人員透過StyleCop這個工具,來自動檢驗專案中產出的程式碼是否合乎命名規則。[Tool] 使用StyleCop驗證命名規則但是在專案開發的過程中,如果只是驗證命名規則、而沒有統一程式排版,專案中很容易就會出現類似下列範例的程式碼產出。這樣...
阅读全文
摘要:Table of contentsIntroduction and goalBeginner WCF FAQsStep 1: Create client and server certificatesStep 2: Copy the certificates in trusted people ce...
阅读全文
摘要: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. ...
阅读全文
摘要:Microsoft Dynamics CRM 数据库连接存储位置是在注册表里
阅读全文
摘要:1)管理器不会主动刷新,需要手工刷新一下才能看到最新状态(性能方面的考虑) 2)很少情况下,恢复进程被挂起了。这个时候假设你要恢复并且回到可访问状态,要执行:RESTORE database dbname with recovery 这使得恢复过程能完全结束。 3)如果你要不断恢复后面的日志文件,的...
阅读全文