- 博客(13)
- 资源 (14)
- 收藏
- 关注
转载 正确理解 SqlConnection 的连接池机制(转)
net 中通过 SqlConnection 连接 sql server,我们会发现第一次连接时总是很耗时,但后面连接就很快,这个其实和SqlConnection 的连接池机制有关,正确的理解这个连接池机制,有助于我们编写高效的数据库应用程序。很多人认为 SqlConnection 的连接是不耗时的,理由是循环执行 SqlConnection.Open 得到的平均时间几乎为0,但每次首次open 时,耗时又往往达到几个毫秒到几秒不等,这又是为什么呢?首先我们看一下 MSDN 上的权威文档上是怎么说的。
2023-10-20 10:25:35
244
1
原创 发现json相关信息[暂存]
POST /services/search/getResults HTTP/1.1 x-requested-with: XMLHttpRequest Accept-Language: zh-cn Referer: http://www.hub.sciverse.com/action/search/results?st=henan%20university#eventName=pagina
2012-04-25 22:56:36
954
原创 208-12-20阅读暂存
IE6、IE7、IE8之IE多版本共存的几种方法 原文:http://www.yaosansi.com/post/1370.html使用飞信框架(Remotesoft DOTNET Linker)使.net程序脱离.net框架运行使用MONO使.net程序脱离.net框架运行在VMware中安装linux(Ubuntu,openSUSE等)系统的vmware-ToolsJavascript中两种最
2008-12-20 15:41:00
597
原创 在SQL Server 2005中使用OUTPUT完成数据操作时的备份
use tempdb;gocreate table itest ( i int identity not null primary key, j int not null unique );gocreate trigger insert_itest on itest after insertasbegin insert into #new ( i, j ) select i,
2008-12-04 13:50:00
655
原创 The solution of ' The project type is not supported by this installation?'
安装好vs2008,使用单元测试的时候,就出现The project type is not supported by this installation?install, reinstall……查找网上提供的解决方案1、regsvr32.exe "%ProgramFiles%/Microsoft Visual Studio 9.0/Common7/IDE/ProjectAggre
2008-11-28 16:20:00
2056
2
原创 SQL Server 2008 功能初探
微软的SQL Server 2008来了……今天终于有机会down完sql2008的庞大身躯,在安装完成后,感受到了一些SQL Server 2008新的功能,具体如下:更丰富的右键菜单,包括数据分区功能:(左侧为sql2005,右为2008)存储过程的调试:智能输入提示:更多的功能正在体验中。。。。。。
2008-11-28 11:03:00
611
原创 好长时间没有更新了。。。
最近一直都都忙于论文,没有时间更新blog,再加上教育网的网速,实在让人无法忍受。。。呵呵 ,做事不能荒废,明天开始继续更新。。
2008-02-29 01:29:00
591
转载 常用正则表达式
"^/d+$" //非负整数(正整数 + 0) "^[0-9]*[1-9][0-9]*$" //正整数 "^((-/d+)|(0+))$" //非正整数(负整数 + 0) "^-[0-9]*[1-9][0-9]*$" //负整数 "^-?/d+$" //整数 "^/d+(/./d+)?$" //非负浮点数(正浮点数 + 0) "^(([0-9]+/.[0-9]*[1-9][0-
2006-08-21 11:00:00
992
原创 BINDING A GRID THROUGH 3 WAYS
The image below illustrates all the data binding methods will be mentioned :FRIST Using .NET Data Providers Three objects must be created to supply a grid control with database data. First, a con
2006-05-06 18:05:00
1648
原创 DevExpress XtraGrid DATA BINDING METHODS
1 Two Important Proptery This property is used when the DataSource property refers to a dataset containing several data tables. The DataMember property should specify the desired tables name in
2006-05-06 15:33:00
3552
原创 一则爱情故事!
第一次认识,我27,她19,我们相差8岁 她说,你老得都可以做我爸啦。 我笑笑,27与19差的8岁,不像37与29差的8岁,是两个世界的人。 我们恋爱了,她喜欢叫我爸爸。 时常粘过来,坐在我腿上,爸爸,你说我明天去面试好呢,还是和同学去唱歌好? 我喜欢这种感觉,奇怪的是,我竟然喜欢。 当一个女孩子叫你爸爸时,你感到你对她的宠爱绝对应该是无条件的,当她在床上,大汗淋漓地叫,爸爸,快一点,再快一点时。
2005-05-26 11:37:00
14963
1
四种类型Axure原型库(AntDesign3.9.x ,el ,AxureUX,Layui 元件库)
2024-10-07
ObjectPascal程序语言手册
2015-12-10
VMProtect.Ultimate.V2.09.CracKed.By.LCG
2012-08-24
vmware workstation 8 keygen for win
2011-09-22
Dundas Chart for.ASP.NET.Enterprise.Edition.v7.1.0.1812.for.VS2008 Keygen
2010-10-12
O'Reilly C Sharp 3.0 in a Nutshell 3rd Edition (C# 3.0编程概述)
2009-07-30
Java面试宝典(Java/J2EE Job Interview Companion)
2008-10-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人