上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页
摘要: The XmlSerializerFactory is a new class in .NET 2.0 that provides a factory pattern over the XmlSerializer. It maintains the cache of generated assemblies so that you can avoid the XmlSerializer leak... 阅读全文
posted @ 2007-11-29 18:33 阿新 阅读(414) 评论(0) 推荐(0) 编辑
摘要: The XmlSerializerFactory is a new class in .NET 2.0 that provides a factory pattern over the XmlSerializer. It maintains the cache of generated assemblies so that you can avoid the XmlSerializer leak... 阅读全文
posted @ 2007-11-29 15:42 阿新 阅读(631) 评论(0) 推荐(0) 编辑
摘要: Published 21 July 06 08:24 AM | rseroter Just finishing up a two-week BizTalk Proof of Concept where I demonstrated an easier way to manage B2B interactions between a large insurance company and th... 阅读全文
posted @ 2007-11-29 15:37 阿新 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 表结构信息查询 SELECT TableName=CASE WHEN C.column_id=1 THEN O.name ELSE N'' END, TableDesc=ISNULL(CASE WHEN C.column_id=1 THEN PTB.[value] END,N''), Column_id=C.column_id, ColumnName=C.nam... 阅读全文
posted @ 2007-11-12 12:02 阿新 阅读(484) 评论(0) 推荐(0) 编辑
摘要: BizTalk自带有证书加密/签名的pipeline组件(MIME/SMIME),感觉配置比较复杂,而且不知道如何通过自己开发的客户端实现这种标准的加密/签名算法和BizTalk进行整合; 如果有朋友做过相关的技术,能否共享一下; 这次自己写了一下用.net 2.0自带的SignedXml,EncryptedXml,很容易就实现了这些功能,同时发现http://www.... 阅读全文
posted @ 2007-11-08 16:33 阿新 阅读(553) 评论(4) 推荐(0) 编辑
摘要: 更新的同时获取被更新的记录的id 一般我的写法是 select auto_id into v_id from history where state=1 and rownum=1; update history set state=0 where auto_id=v_id 能不能把两条语句合成一条写呀 可以了 UPDATE BIZ_WORKFLOW SET SEND_MARK=1 W... 阅读全文
posted @ 2007-10-24 09:23 阿新 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 在 Biztalk Server 2004 SP2 中存档和清除 Biztalk 跟踪数据库 发布日期: 2006年09月19日 小结:本白皮书介绍如何配置 Biztalk Server 2004 SP2,以利用自动存档和清除 Biztalk 跟踪数据库的功能。它还介绍了为实现和维持高性能在配置过程中需要考虑的因素。 本页内容 ... 阅读全文
posted @ 2007-09-21 18:24 阿新 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 参考以下 SQL> select * from test; ID MC ---------- ------------- 1 11111 1 22222 2 11111 2 22222 3 11111 3 22222 3 33333 已选择7行。 SQL> select id,ltrim(max(sys_connect_by_path(mc,',')),',') row2col from (... 阅读全文
posted @ 2007-08-24 08:46 阿新 阅读(430) 评论(1) 推荐(0) 编辑
摘要: oracle------------------------------------------------------------------------------------------------- Start with...Connect By子句递归查询一般用于一个表维护树形结构的应用。 创建示例表: CREATE TABLE TBL_TEST( ID NUMBER, NA... 阅读全文
posted @ 2007-05-30 15:59 阿新 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 上次在我的博客上发布这片文章,浏览率还是很高,所以这次5月份的程序员杂志正好有出来,今天抽时间把下发布出来;感觉看了还是有点用的; 管理百人研发团队的烦恼(下) 搞好高效率的“大锅饭” 老S有个梦想,找一个人,每天下午四点能为公司所有开发人员的工位上送上一瓶酸奶。老S有多年开发经验,他们大部分也不懂得爱惜身体,这些日常工作中的“大锅饭”,在老S开来,每个成熟企业都应... 阅读全文
posted @ 2007-05-21 23:44 阿新 阅读(4482) 评论(26) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页