上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: Steps To Deploy WSP: Step 1: Open Command prompt and navigate to the below mentioned folder for STSADM utility. C:\Program Files\Common Files\Microsof 阅读全文
posted @ 2016-06-23 18:14 光阴的故事-SKY 阅读(114) 评论(0) 推荐(0) 编辑
摘要: How to: Impersonate the Original Caller in WCF Calling from a Web Application 4 out of 4 rated this helpful - Rate this topic Applies To Microsoft Win 阅读全文
posted @ 2016-06-23 18:14 光阴的故事-SKY 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1. Show 模态窗口 主界面 //显示 <asp:Label ID="lblInstrumentType" runat="server" Text="Edit Instrument Type" ></asp:Label> //打开子窗口 <input id="Button5" type="but 阅读全文
posted @ 2016-06-23 18:13 光阴的故事-SKY 阅读(73) 评论(0) 推荐(0) 编辑
摘要: How to: Pre-Generate Views to Improve Query Performance (Entity Framework) To generate model and mapping files for the School model in the output dire 阅读全文
posted @ 2016-06-23 18:12 光阴的故事-SKY 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 不修改代码就能优化ASP.NET网站性能的一些方法 阅读目录 开始 配置OutputCache 启用内容过期 解决资源文件升级问题 启用压缩 删除无用的HttpModule 其它优化选项 本文将介绍一些方法用于优化ASP.NET网站性能,这些方法都是不需要修改程序代码的。它们主要分为二个方面:1. 阅读全文
posted @ 2016-06-23 18:12 光阴的故事-SKY 阅读(74) 评论(0) 推荐(0) 编辑
摘要: USE [RCA] GO execute sp_fulltext_database 'enable' GO execute sp_fulltext_catalog 'CUSTOMER_NAMECN','create' GO execute sp_fulltext_table 'RCA_Custome 阅读全文
posted @ 2016-06-23 18:11 光阴的故事-SKY 阅读(138) 评论(0) 推荐(0) 编辑
摘要: /****** Object: StoredProcedure [dbo].[auto_checkblocks] Script Date: 04/05/2013 11:43:59 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALT 阅读全文
posted @ 2016-06-23 18:09 光阴的故事-SKY 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 26个ASP.NET常用性能优化方法 int num;System.Text.StringBuilder str = new System.Text.StringBuilder(); //创建字符串str.Append(num.ToString()); //添加数值numResponse.Write 阅读全文
posted @ 2016-06-23 18:08 光阴的故事-SKY 阅读(179) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-06-23 18:08 光阴的故事-SKY 阅读(0) 评论(0) 推荐(0) 编辑
摘要: BEGIN TRANSACTION sky_name BEGIN TRY update ...... COMMIT TRANSACTION sky_name END TRY BEGIN CATCH IF @@TRANCOUNT > 0 ROLLBACK TRANSACTION sky_name EN 阅读全文
posted @ 2016-06-23 18:07 光阴的故事-SKY 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页