摘要:Using Reflection to Determine whether an Type is Nullable And Get the underlying Type /// /// Converts a Generic List into a DataTable /// /// //...
阅读全文
摘要:var common = {};common.showAlert = function (msg) { var html = ""; html+=""; html+=""; html+=""; html+=""; html+="提示"; html+=""...
阅读全文
摘要:1、项目本身的webconfig 在字段下 2、找到C:\Windows\System32\inetsrv\config\schema下(我的是window7)IIS_schema.xml文件下面的字节 默认是30m 可以在后面加个0 如果这个文件更改有权限限制,则 下面我...
阅读全文
摘要:本文转自http://www.cnblogs.com/puzi0315/archive/2012/08/08/2628966.html Log4net监控服务状态 对于比较复杂的逻辑,可以使用log4net来记录程序的执行过程中的关键数据,以此来监控服务的逻辑是否完备。 1.在项目中引入...
阅读全文