摘要:
Close Proces代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicstaticvoidCloseProcs(stringprocName){Process[]procs=Process.GetProcessesByName(pr... 阅读全文
摘要:
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<asp:DataPagerID="MarktetDataPager"runat="server"PagedControlID="MarktetList"PageSize="10">&l... 阅读全文
摘要:
public enum ActiveType{New = 0,AfterSales代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicActiveTypeType{get{returnViewState["type"]==null?Acti... 阅读全文
摘要:
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem.Security.Cryptography;namespaceWicresoft.Common.Utility{publicstaticclassStringHelper{p... 阅读全文
摘要:
如果是分组求和可以用=sum(Fields!rk_sl.Value)如果是分组求和的累计=RunningValue(Fields!rk_sl.Value, Sum, Nothing) 阅读全文
摘要:
set ANSI_NULLS Off@id = null (Good)set ANSI_NULLS On@id = null(Never equal)@id is null (Always run good) 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--vararr={"action":"delete","id":obj,"accessName":$("#txtAccessName").val(),"pageIndex":$("#txtAccessP... 阅读全文
摘要:
class MSingleTon { private static MSingleTon instance; private static readonly object syncRoot = new object(); private MSingleTon() { } public static MSingleTon GetMSingleTon() { if (instance == null... 阅读全文