Programming 笔记

工作中遇到的问题就记载这里

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2009年2月3日

摘要: I configured a receive port in FILE to a local folder. Biztalk administration console keep show that port is disables. I found It is user right issue. Work around is getting the biztalk server logon ... 阅读全文
posted @ 2009-02-03 08:10 IT 笔记 阅读(233) 评论(0) 推荐(0) 编辑

2009年2月2日

摘要: sn -k autopro.snk 阅读全文
posted @ 2009-02-02 16:52 IT 笔记 阅读(199) 评论(0) 推荐(0) 编辑

2008年7月27日

摘要: 给Printsoft Pres 程序员,这个语言只是在可变数据打印行业里使用。 Compare to current modern language IDE like visual studio, Pres IDE is limited. For example, There is no code folding, no ident clean up. When we have to s... 阅读全文
posted @ 2008-07-27 09:36 IT 笔记 阅读(1092) 评论(0) 推荐(0) 编辑

2008年1月3日

摘要: Reference: http://www.ultraedit.com/index.php?name=Forums&file=viewtopic&t=655 阅读全文
posted @ 2008-01-03 08:38 IT 笔记 阅读(170) 评论(0) 推荐(0) 编辑

2007年12月27日

摘要: XML schema:XML file is:27/12/2007 10:46:02 AMVB code:dsControlFile.ReadXml(controlFileName)The default format of datetime is like "2002-05-30T09:00:00".However my datetime string is like "27/12/2007 1... 阅读全文
posted @ 2007-12-27 09:11 IT 笔记 阅读(792) 评论(2) 推荐(0) 编辑

2007年12月13日

摘要: 两种方式遍历文件夹 我用两种方式遍历文件夹,一种就是用FOR EACH普通的编程技巧. 第二种是用Composite. 比较两种方式,觉得Composite要复杂的多,代码也多. 也没觉得有什么好处, 可能这么简单情况根本就不应该使用模式 请大家解释解释我这里如果用Composite是不是真的一点的好处也没有. 谢谢了 第一种代码如下: Imports System Imports Syste... 阅读全文
posted @ 2007-12-13 19:09 IT 笔记 阅读(2457) 评论(0) 推荐(0) 编辑

2007年4月10日

摘要: I encounter this problem "One or more errors encountered while loading the designer " when I open designer mode.I fixed the problem by delete .resx file. If you cannot find the .resx file, Click Proje... 阅读全文
posted @ 2007-04-10 13:12 IT 笔记 阅读(645) 评论(1) 推荐(0) 编辑

2007年4月8日

摘要: My problem is ocurred at data access layer. The code is auto generated by visual studio 2005. I have to disable the "Just My Code" option. How to disable "Just My Code"In visual studio 2005, Click ... 阅读全文
posted @ 2007-04-08 13:26 IT 笔记 阅读(300) 评论(0) 推荐(0) 编辑

2007年1月17日

摘要: C# VB|| OrElse| Or&& AndAlso& AndThe boolean expression, (myInt 0 && myInt <= 10), contains the conditional AND opera... 阅读全文
posted @ 2007-01-17 11:41 IT 笔记 阅读(347) 评论(0) 推荐(0) 编辑

2006年12月27日

摘要: Imports System.XmlModule Module1 Sub Main() Dim xmlWriter As New XmlTextWriter("C:\productNames.xml", System.Text.Encoding.UTF8) With xmlWriter .WriteStartDocument(True) ... 阅读全文
posted @ 2006-12-27 17:31 IT 笔记 阅读(386) 评论(0) 推荐(0) 编辑