07 2008 档案

摘要:前几天买了几件衣服,发现有条裤子嫌大,昨天不怎么下雨,就和老婆去换小号的了,一路有说有笑快到了,突然发现裤子没有拿,晕了,还忘在家里,只好折返回去拿,捣鼓了一圈,人么累死了,店员告之,没有小号的了,更加晕倒,最后只好拎着袋子回去了...唉,糗大了!!! 阅读全文
posted @ 2008-07-31 11:14 upzone 阅读(185) 评论(0) 推荐(0)
摘要:是不是有这样的困惑,我安装证书了,但是不知道放到哪个Store里去,随便找个地方放嘛,BizTalk怎么也读不到,我想下面的两幅图最能说明问题了: 对于Send来说,加密放在Other People 里,而签名证书放在Personal里,Receive刚好相反. 特别注意的是,证书必须要放Current User Root下 Reference:BizTalk Online book:D... 阅读全文
posted @ 2008-07-25 09:31 upzone 阅读(375) 评论(2) 推荐(0)
摘要:如何从数据库中删除全文目录 (SQL Server Management Studio) 本主题说明了如何使用 SQL Server Management Studio 从数据库中删除全文目录。 从数据库中删除全文目录 在对象资源管理器中,展开服务器组,展开“数据库”,然后展开要删除的全文目录所在的数据库。 展开“存储”,然后展开“全文目录”。 右键单击要删除的全文目录,然后选择“删... 阅读全文
posted @ 2008-07-23 13:32 upzone 阅读(413) 评论(0) 推荐(0)
摘要:Error: The backup of full-text catalog 'BTACScotFT' is not permitted because it is not online. Check errorlog file for the reason that full-text catalog became offline and bring it online. Or BACKUP c... 阅读全文
posted @ 2008-07-22 17:44 upzone 阅读(259) 评论(0) 推荐(0)
摘要:不允许使用内部子集 DTD 分析 XML。请将 CONVERT 与样式选项 2 一起使用,以启用有限的内部子集 DTD 支持 在xml data中包含DTD 头,则使用convert(xml,xmldatafield,2) declare @x as xml select @x=convert(xml,ServiceContent,2) FROM MessagesToLOB where PI... 阅读全文
posted @ 2008-07-19 20:52 upzone 阅读(544) 评论(0) 推荐(0)
摘要:Issue: The adapter failed to transmit message going to send port "UWSHandling_WS2_Intel" with URL "wse://http://10.33.49.14/KWEIntelIntegration/ServiceToIntel.asmx". It will be retransmitted after the... 阅读全文
posted @ 2008-07-18 12:31 upzone 阅读(431) 评论(0) 推荐(0)
摘要:Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e, faulting module webengine.dll, version 2.0.50727.42, stamp 4333eca4, debug? 0, fault address 0x00002fec. EventType clr20r3, P1 w... 阅读全文
posted @ 2008-07-14 23:28 upzone 阅读(1017) 评论(1) 推荐(0)
摘要:floor() Returns a number rounded down to the next integer ceiling() Returns a number rounded up to the next integer round() Returns a number rounded to the nearest integer 阅读全文
posted @ 2008-07-09 12:20 upzone 阅读(271) 评论(0) 推荐(0)
摘要:1.String Format (1).小数保留2位小数 decimal.Parse(weight).ToString("F2") (2).String.Format string.Format("{0:000.000}", 12.2) 012.200 string.Format("{0:D3}", 2) 002 字符 说明 示例 输出 C 货币 string.Fo... 阅读全文
posted @ 2008-07-09 10:59 upzone 阅读(370) 评论(0) 推荐(0)
摘要:Import/Include/Redefine Import works only when the two schemas have different Target Namespace attributes. Include is available only when both schemas share the exact same Target Namespace. Also, I... 阅读全文
posted @ 2008-07-06 16:49 upzone 阅读(635) 评论(0) 推荐(0)