上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: 去掉ExcelConnection类中的几个构造函数中licenseManager.Verify()代码,去掉ExcelConnection.Open方法中的抛出异常:Open方法修改后的代码应该是publicoverridevoidOpen(){try{stringstr=y.d(this.GetType().AssemblyQualifiedName);if(str==null){}if(y.c(str)!=y.n){}this.l=ConnectionState.Connecting;this.a(this.i,this.p);this.l=ConnectionState.Open;}c 阅读全文
posted @ 2011-05-05 00:53 代码乱了 阅读(608) 评论(0) 推荐(0) 编辑
摘要: Introduction:Often working with content in the form of html, I have needed to manipulate the content intelligently. I accomplished this by using regular expressions to "parse" the html to find certain tags. This enabled me to look for certain tags with certain attributes, etc.This works we 阅读全文
posted @ 2011-03-29 15:32 代码乱了 阅读(759) 评论(0) 推荐(0) 编辑
摘要: If you have a ReportViewer class generated from the XSD report definition file using:xsd.exe /c /namespace:Rdl ReportDefinition.xsdYou can serialize and deserialize the class to/from RDLC XML:xmldoc contains the XML RDLC code and is an XmlDocument.Deserialization, from XML to ClassRdl.Report report 阅读全文
posted @ 2011-03-23 23:30 代码乱了 阅读(532) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Bronze.DEPSP.Complaint{ public interface IFormField { /// <summary> /// 表单字段名 /// </summary> string FieldName { get; set; } /// <summary> /// 控件值 /// </summary> object FieldValue { get; 阅读全文
posted @ 2011-01-27 17:44 代码乱了 阅读(310) 评论(0) 推荐(0) 编辑
摘要: javascript: var date=new Date().toString();得到的结果类似于:Wed Oct 27 2010 08:53:04 GMT+0800 如何在C#中把这个字符串转换为DateTime类型呢?[代码] 阅读全文
posted @ 2010-10-27 08:57 代码乱了 阅读(603) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2010-10-25 15:58 代码乱了 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--SELECTr.scheduler_idas排程器識別碼,statusas要求的狀態,r.session_idasSPID,r.blocking_session_idasBlkBy,substring... 阅读全文
posted @ 2010-10-14 10:57 代码乱了 阅读(951) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2010-10-12 09:23 代码乱了 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xmlversion="1.0"encoding="utf-8"?><CommandTablexmlns="http://schemas.microsoft.com/Visual... 阅读全文
posted @ 2010-09-09 16:34 代码乱了 阅读(637) 评论(0) 推荐(0) 编辑
摘要: SQL 2005中,通常会用到在SQL参数中传递表结构,最简单的办法是利用XML转换为table代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--DECLARE@hINT,@XMLVARCHAR(8000),@2k5XMLSELECT@XML='&l... 阅读全文
posted @ 2010-08-23 13:24 代码乱了 阅读(3319) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页