摘要: Tuesday / Wednesday = Increased ResponseStudies conducted by online research analysts have shown that the best days to perform a mail-out to your list are Tuesday and Wednesday, as this is when people are more receptive to communication. This means that they are more likely to read your content and 阅读全文
posted @ 2011-01-07 11:16 zyip 阅读(151) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2010-11-18 11:29 zyip 阅读(327) 评论(0) 推荐(0)
摘要: /root/fields/field[1]/root/fields/field[1]/text()/root/fields/field[@id="last_name"]//field[@id="last_name"]//*[@id="last_name"]//field[@group!=""]//field[@group!=""]/@group 阅读全文
posted @ 2010-11-05 14:38 zyip 阅读(135) 评论(0) 推荐(0)
摘要: [代码][代码]代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<system.serviceModel><serviceHostingEnvironmentaspNetCompatibilityEnabled="true"/&g... 阅读全文
posted @ 2010-11-01 14:58 zyip 阅读(424) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2010-10-28 15:29 zyip 阅读(207) 评论(0) 推荐(0)
摘要: 1.System.Threading.Timer代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//http://msdn.microsoft.com/en-us/library/system.threading.timer.aspxusingSy... 阅读全文
posted @ 2010-10-27 18:07 zyip 阅读(201) 评论(0) 推荐(0)
摘要: 通过基本身份验证确保的传输安全http://msdn.microsoft.com/zh-cn/library/ms733775.aspx如何:使用 SSL 证书配置端口http://msdn.microsoft.com/zh-cn/library/ms733791.aspxHTTP 传输安全http://msdn.microsoft.com/zh-cn/library/ms734679.aspx 阅读全文
posted @ 2010-10-27 13:08 zyip 阅读(156) 评论(0) 推荐(0)
摘要: 1. 添加System.ServiceModel和System.ServiceModel.Web的引用2.[代码][代码]调用[代码]http://blog.csdn.net/gisfarmer/archive/2009/07/16/4352634.aspxhttp://www.cnblogs.com/binglingshui/archive/2008/12/29/1364647.html 阅读全文
posted @ 2010-10-27 11:34 zyip 阅读(215) 评论(0) 推荐(0)
摘要: ProcessMonitor.zip 阅读全文
posted @ 2010-10-26 14:31 zyip 阅读(144) 评论(0) 推荐(0)
摘要: 1.在一个查询窗口运行以下代码[代码]2.在一个新的查询窗口运行以下代码[代码]观察结果 发现第一个窗口中的两条select显示的数据都是未修改前的数据,第二个窗口在等待第一个窗口中的代码执行完后才得以执行,第二个窗口中的select显示的是修改后的数据这种方式时间上是限制并发,因为其独占性造成请求必须按先后顺序执行 ,效率比较低下。3.两个锁定区别SELECT * FROM table WITH... 阅读全文
posted @ 2010-10-26 10:05 zyip 阅读(342) 评论(0) 推荐(0)