zc0000
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
ajax
arrow
ASP.NET
Asp.net 3.5
asp.NET 3.5 routing outputcache version
BulletedList
c#
c# constructor base inheritance
callback
customize
Database diagram
database restore
Data-Binding
debug
DisplayMode
eventhandler
Firefox
Format
FTP
HyperLink
IIS Manager Authentication
iis7
Interface
javascript
jquery
keyboard
keydown
keypress
keyup
LinqToSql
ListView
Management Studio
MyLittleAdmin
s3000AH
Save Table Design
ScriptManager
ScriptService
Sort
sql server
SQL SERVER 2005
Sql SERVER 2008
sql server 2008 r2
Sql SERVER management studio
Sql Sever 2008
Value
Vista
Visual Studio 2008
webservice
Windows
windows authentication
windows server 2008
Sponsors
advertise here
News
what is news ?
Navigation
Home
Blogs
Archives
May 2011 (1)
April 2011 (1)
February 2011 (1)
April 2010 (3)
March 2010 (1)
February 2010 (1)
August 2009 (3)
July 2009 (2)
June 2009 (1)
May 2009 (8)
March 2009 (2)
January 2009 (1)
December 2008 (3)
July 2008 (1)
June 2008 (1)
December 2008 - Posts
0
Comments
Error message when you try to modify a large table by using SQL Server Management Studio: "Timeout expired"
by
zc0000
Check the official link : Error message when you try to modify a large table by using SQL Server Management Studio: "Timeout expired"
Filed under:
Sql SERVER management studio
11
Comments
关于远程连接SQL SERVER 2005 !!
by
zc0000
如果有FIRE WALL 开启, 首先是一些基本必须熟知的设置: 1 Surface Area Configuration : Local and Remote Connections.. 2 Firewall exception list : Sql server instance exe / Sql Server Browser 以上这些基本上没什么问题的。。 关键是下面这一点,一定要设置!! 否则远程就无论如何也连不上! 譬如系统安装了一个名为 SQL2005 的 INSTANCE , 则需要...
0
Comments
正则表达式: 关于 <a></a> 的通用正则表达式
by
zc0000
1. 普通的 <a> 元素;希望得到其中的 TEXT 以及 URL 信息; 注意: 下面写法不正确: <a .*?href=(?<quot>["']?)(?<url>.+?\k<quot>.*>(?<text>.+?)</a> 对于以下这种情形: <a href=/website/index.htm >…</a> 也就是说没有引号的情形:不能试图通过匹配 “空”, 来对其进行反向引用;因为...
More Posts