摘要: auto height text area 阅读全文
posted @ 2010-08-02 20:47 On the road.... 阅读(567) 评论(0) 推荐(0) 编辑
摘要: basic JS OOP 阅读全文
posted @ 2010-07-20 11:02 On the road.... 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Refactor ToString by customer attribute 阅读全文
posted @ 2010-07-07 15:22 On the road.... 阅读(271) 评论(0) 推荐(0) 编辑
摘要: SQL tips 阅读全文
posted @ 2010-05-26 08:52 On the road.... 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Lock hatshtable: (1) lock the SyncRoot of hashtable; (2) Lock the instance of hashtable 阅读全文
posted @ 2009-12-26 17:10 On the road.... 阅读(590) 评论(0) 推荐(0) 编辑
摘要: ===============add element=================function AddControl(objId){ var container = document.getElementById(objId); var fIndex=1; for(var i=0; i<container.childNodes.length; i++) { if(typeof(container.childNodes[i].id)=="string" && container.childNodes[i].id.substring(0,4) == 阅读全文
posted @ 2009-12-21 13:53 On the road.... 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 由于模块注册错误而导致IIS503错误的解决方法。唉,都不知道是我自己容易产生bug,还是MS容易产生BUG。为什么不能在把module从IISremove的时候,自动从applicationHost.config中也自动去除呢!?具体解决方法请移步http://technet.microsoft.com/en-us/library/cc735153(WS.10).aspx 阅读全文
posted @ 2009-12-14 00:12 On the road.... 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 设置或获取对象指定的文件名或路径:window.location.pathname设置或获取整个 URL 为字符串:window.location.href设置或获取与 URL 关联的端口号码:window.location.port设置或获取 URL 的协议部分:window.location.protocol设置或获取 href 属性中在井号“#”后面的分段:windo... 阅读全文
posted @ 2009-07-08 09:46 On the road.... 阅读(373) 评论(0) 推荐(0) 编辑
摘要: CURSOR --> SQL 阅读全文
posted @ 2009-06-01 00:02 On the road.... 阅读(443) 评论(0) 推荐(0) 编辑
摘要: guide plan 阅读全文
posted @ 2009-05-19 10:09 On the road.... 阅读(285) 评论(0) 推荐(0) 编辑
摘要: An overview of Dynamic management views and functions of SQL 2005 阅读全文
posted @ 2009-05-05 22:16 On the road.... 阅读(433) 评论(0) 推荐(0) 编辑
摘要: SQL Server Counter 阅读全文
posted @ 2009-05-04 21:20 On the road.... 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 实验环境;1 创建一个schema[代码]2 创建两个表,一个视图,一个存储过程[代码][代码][代码][代码]3 创建一个login[代码]这个时候使用SaleA登录MyDB是没有任何权限的。执行下列命令会得到4个错误[代码]错误信息:Msg 229, Level 14, State 5, Line 1SELECT permission denied on object 'Customer', ... 阅读全文
posted @ 2009-04-20 12:28 On the road.... 阅读(414) 评论(0) 推荐(0) 编辑
摘要: Database MirroringLesson 1: Overview of Database Mirroring1.Database Mirroring Roles(1)sample(2)sample2.Principal Role(1)Sample(2)sample3.Mirror Role4.Witness Server5.Database Mirroring Endpoints6.Ope... 阅读全文
posted @ 2009-04-16 17:27 On the road.... 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 这个太难写了。我觉得书上的有一个指令有问题,害得我做这个的实验的时候,花了n天的时间才搞定这个想放在这里,回头有空补全其相关知识。 阅读全文
posted @ 2009-04-16 17:25 On the road.... 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Planning for High Availability in the EnterpriseLesson 1: Assessing Database Availability Requirements1.Calculating Availability(1) A = (F – ( MR + R )) / FA: AvailabilityF: Mean time between ... 阅读全文
posted @ 2009-04-16 17:22 On the road.... 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Designing Database SecurityLesson 1: Designing Instance-level Security1.Configuring Service Account(1)In SQL Server 2005, when selecting the service account for SQL server instance, you should use an ... 阅读全文
posted @ 2009-04-16 17:17 On the road.... 阅读(335) 评论(0) 推荐(0) 编辑
摘要: Designing SQL Server EndpointsLesson 1: Overview of EndpointEndpoints control the capability to connect to an instance of SQL Server as well as dictating the communications methods that are acceptabl... 阅读全文
posted @ 2009-04-16 17:16 On the road.... 阅读(411) 评论(0) 推荐(0) 编辑
摘要: Designing Database Server Security PoliciesLesson 1: Enforcing SQL Server Security through Group Policy1. What is Group Policy(1) Group policy is a framework that administrators use to control the co... 阅读全文
posted @ 2009-04-16 17:15 On the road.... 阅读(444) 评论(0) 推荐(0) 编辑
摘要: Lesson 1: Assessing database security needs for biz1. What is a security policy(1) A security policy is a document or set of documents containing rules that define the security framework of an organiz... 阅读全文
posted @ 2009-04-16 17:12 On the road.... 阅读(284) 评论(0) 推荐(0) 编辑