摘要:The Ext Team would like to welcome you to our first ever Ext conference being held in sunny Orlando, Florida! Mark your calendars for April 14-16th to join us for a three day in-depth look at Ext. Co...
阅读全文
摘要:Put that in the HEAD section of the HTML page However, MS IE (almost all versions) do not process the instruction properly due to the cache mechanism. The workaround is to included a second sect...
阅读全文
摘要:FCKeditor offers a complete JavaScript API ,FCKedi 作者:P.Dragon 日期:2007-03-12 字体大小: 小 中 大 FCKeditor offers a complete JavaScript API so you can interact with it once the editor is loaded and run...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function buildList(list) { var result = []; for (var i = 0; i < list.length; i++) { var item = 'i...
阅读全文
摘要:XPath数据模型 在XPath的视角中,elements, attributes, text, comments, processing instructions 甚至namespaces 都作为树结构中的互相关联的节点来表示的。某些节点如Elements,可以有子节点,有些则不可能,如attributes,根据XML规范是不能有子的。根节点则是终极的父节点。 每个节点通过不同的方式对XPat...
阅读全文
摘要:由于采用了一个过滤器,导致WebForm_DoPostBackWithOptions丢失的错误。解决办法:判断请求是否 /WebResource.asxd,是则跳过去 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private void Appli...
阅读全文
摘要:如何:在 DataList Web 服务器控件中动态创建模板 模板不必在设计时进行分配。在某些情况下,可能能够在设计时布局模板,但是知道在运行时所做的更改非常广泛,以至于在运行时加载新的模板反而可简化编程。在其他情况下,可能有几个可能的模板,但要在运行时更改模板。 创建模板定义文件 创建一个新的文本文件,使用 .ascx 扩展名。 向该模...
阅读全文
摘要:Regular Expression Tutorial This tutorial starts at the begining and shows you how to create regular expressions. Language: C# (csharp) Date Created: 8/10/2006 7:44:33 AM Author: Kelly S. Elias Ran...
阅读全文
摘要:javascriptencodeURIComponent 做两次就行了。JSON里面服务端再手工 HttpUtility Decode 一次
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/// /// 由插件独特的处理器产生页面 /// /// 做发布动作的栏目ID /// 栏目上的插件ID /// 异常散播 ...
阅读全文
摘要:希望在Cache里面放一个对象,结果总是自动释放,如下:2006-11-22 16:32:12 key=User_10,reason=Underused无奈只好监视其如果丢掉的话自动找回来,不过痛苦的事是,累计40个左右underused以后再也没办法捡回来了。怎么办呢,看起来只能用Application了 Code highlighting produced by Actipro Code...
阅读全文
摘要:1、不要把log放到bin目录里面2、不要把Response.redirect放到try catch块里面
阅读全文
摘要:如果把 Response.redirect 放到一个 try catch 块中,则aspnet会抛出ThreadAbortException。
阅读全文
摘要:/**//// /// 执行数据库事务 /// /// 数据库连接串,有多少个连接串就创建多少个事务 /// 事务代理数组,注意,可能会在一个事务中完成所有工作 public static void DoTransaction(string[] dbConnStr,ITransactionRoutine[] routineL...
阅读全文
摘要:引用出处:http://blog.joycode.com/felix/archive/2004/10/21/36136.aspx以下代码片断: private void Page_Load(object sender, EventArgs e) { DropDownList ddlDynamic = new DropDownList(); ...
阅读全文
摘要:就是这个, ItemBuilderConverter,终于搞明白这个 IComponent.Site是什么意思了。 public class ItemBuilderConverter : TypeConverter { public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceT...
阅读全文
摘要:MenuBarCrystalReportMainCrystalReportInsertData DesignWebStyle SheetFormattingDesignHTML EditorRecorderQueryViewDatabase DiagramTableVisioUMLStandardFull ScreenBuildText EditorVisual Assist XXML DataX...
阅读全文