上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 40 下一页
摘要: IntroductionAs a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped 阅读全文
posted @ 2012-09-18 10:13 xust 阅读(331) 评论(0) 推荐(0)
摘要: btnAddProduct.OnClientClick = "window.open('AddSalesProduct.aspx?campaign_id=3524165');"; 阅读全文
posted @ 2012-09-17 13:18 xust 阅读(159) 评论(0) 推荐(0)
摘要: 今天调试Silverlight项目突然报错:先是:Unable to start debugging. The Silverlight Developer Runtime is not installed. Please install a matching version.然后又报:Unable to start debugging. The application uses a version of Silverlight that is not supported by the debugger.下载以下Runtime后解决问题:Silverlight 3 Developer Runti 阅读全文
posted @ 2012-09-12 16:44 xust 阅读(236) 评论(0) 推荐(0)
摘要: Using themed css files requires a header control on the page使用主题的文件需要一个页眉页面上的控件using theme css files requires a header control on the page. must runat = "server"使用 主题 css 文件必须包含在 <header runat="server">中间</header> 阅读全文
posted @ 2012-09-04 14:36 xust 阅读(320) 评论(0) 推荐(0)
摘要: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback e 阅读全文
posted @ 2012-08-31 12:30 xust 阅读(246) 评论(0) 推荐(0)
摘要: http://www.sencha.com/products/extjs/extjs 官网http://www.showframework.com/2012/06/extjs-4-getting-started/ ExtJS4中文教程http://extjs.org.cn/ (sencha 中文站)... 阅读全文
posted @ 2012-08-30 16:14 xust 阅读(771) 评论(1) 推荐(0)
摘要: function selectAll(bool) { for(var i = 0;i 全选"; col0.ItemTemplate = new UpDateEmpSalaryCBKTemplate(); col0.ItemStyle.CssClass = "underline"; dgList.Columns.Add(col0);调用二: ' />... 阅读全文
posted @ 2012-08-28 22:58 xust 阅读(648) 评论(0) 推荐(0)
摘要: View Code 调用全选 阅读全文
posted @ 2012-08-28 22:56 xust 阅读(270) 评论(0) 推荐(0)
摘要: 无法完成验证,可能QQ文件已损坏,您需要重新安装QQ解决方案:1.将 C:\Program Files\Common Files\Tencent 目录的Tencent 目录强制删除或重命名2.将 C:\Program Files\Tencent 目录的Tencent 目录强制删除或重命名3.重新安装QQ4.一切ok 阅读全文
posted @ 2012-08-28 22:53 xust 阅读(477) 评论(0) 推荐(0)
摘要: SQL Server 返回最后插入记录的自动编号ID有三个比较类似的功能:他们分别是:SCOPE_IDENTITY、IDENT_CURRENT 和 @@IDENTITY,它们都返回插入到 IDENTITY 列中的值。 IDENT_CURRENT 返回为任何会话和任何作用域中的特定表最后生成的标识值。IDENT_CURRENT 不受作用域和会话的限制,而受限于指定的表。IDENT_CURRENT 返回为任何会话和作用域中的特定表所生成的值。@@IDENTITY 返回为当前会话的所有作用域中的任何表最后生成的标识值。SCOPE_IDENTITY 返回为当前会话和当前作用域中的任何表最后生成的标识值 阅读全文
posted @ 2012-08-28 22:52 xust 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 40 下一页