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"
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