上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 324 下一页
摘要: 条码是由一组按一定编码规则排列的条、空符号,用以表示一定的字符、数字及符号组成的信息。条码系统是由条码符号设计、制作及扫描阅读组成的自动识别系统。 条码编码方式: 条码种类很多,常见的大概有二十多种码制,其中包括: Code39码(标准39码)、Codabar码(库德巴码)、Code25码(标准25码)、ITF25码(交叉25码)、Matrix25码(矩阵25码)、UPC-A码、UPC-E码、EA... 阅读全文
posted @ 2010-01-25 16:55 emanlee 阅读(2158) 评论(0) 推荐(0) 编辑
摘要: Asp.net中Application Session Cookie ViewState Cache Application 1. Application用来保存所有用户共用的信息 (网站内共享数据)2. 在Asp时代,如果要保存的数据在应用程序生存期内不会或者很少发生改变,那么使用Application是理想的选择。但是在Asp.net开发环境中我们把类似的配置数据放在Web.config中。 ... 阅读全文
posted @ 2010-01-23 11:12 emanlee 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 最近,發現當ReportViewer繫結的資料太大時,會發生 Memory leak。也就是吃記憶體,而且不會吐回來。 SQL reporting services ReportViewer control increases w3wp process memory #################  There are actually two problems here.... 阅读全文
posted @ 2010-01-22 19:03 emanlee 阅读(834) 评论(0) 推荐(0) 编辑
摘要: asp.net性能与缓存 在MSDN网络课堂中下载了一些九月份的网络讲座。有很多还是很有意义的。《ASP.NET系列讲座之一:性能与缓存》是由微软开发工具专家王立楠讲授。王先生的讲解非常清晰,课件也很详细,虽然是网络讲座,但Down下来的视频文件声音很清晰。仔细听了一遍,把其中的某些要点记录了下来。此讲主要是介绍了一些tip,以提高ASP.NET的性能。以下就是讲座介绍的一些技巧:一、避免不必要的... 阅读全文
posted @ 2010-01-22 15:08 emanlee 阅读(269) 评论(0) 推荐(0) 编辑
摘要: JavaScript API One of the new features we added to the ASP.Net Report Viewer in Visual Studio 2010 is a JavaScript API to allow you to interact with the viewer on client.  In reading many of the... 阅读全文
posted @ 2010-01-22 11:02 emanlee 阅读(2640) 评论(1) 推荐(0) 编辑
摘要: Hey, in this scenario, it is hard to improve performance, So I suggest to check whether the memory of the server is sufficient. http://forums.asp.net/p/1442183/3269188.aspx http://social.msdn.micros... 阅读全文
posted @ 2010-01-21 23:38 emanlee 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 为当前应用程序配置会话状态设置。<sessionState mode="[Off|InProc|StateServer|SQLServer|Custom]" timeout="number of minutes" cookieName="session identifier cookie name" cookieless= "[true|false|AutoDetect|UseCookies... 阅读全文
posted @ 2010-01-20 17:33 emanlee 阅读(560) 评论(0) 推荐(0) 编辑
摘要:     ------------------------------- For System.OutOfMemory.Exception, try to check if this problem will go away after iis reset or terminating aspnet_wp.exe worker process in asp.net web ... 阅读全文
posted @ 2010-01-19 13:22 emanlee 阅读(3159) 评论(0) 推荐(0) 编辑
摘要: 1、dBm dBm是一个考征功率绝对值的值,计算公式为:10lgP(功率值/1mw)。 [例1] 如果发射功率P为1mw,折算为dBm后为0dBm。 [例2] 对于40W的功率,按dBm单位进行折算后的值应为: 10lg(40W/1mw)=10lg(40000)=10lg4+10lg10+10lg1000=46dBm。 2、dB dB是一个表征相对值的值,当考虑甲的功率相比于乙功率大或小多少个dB... 阅读全文
posted @ 2010-01-17 17:27 emanlee 阅读(14156) 评论(0) 推荐(0) 编辑
摘要: ALTER PROCEDURE [dbo].[SearchActivity]( @Counts int = 0 OUTPUT )ASSET NOCOUNT ON;….public static DataSet Search(ref int Counts) { string strConnect =... 阅读全文
posted @ 2010-01-16 17:15 emanlee 阅读(2566) 评论(0) 推荐(0) 编辑
上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 324 下一页