Programming 笔记

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

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

2009年9月3日

摘要: Imports System.IOImports System.NetImports System.TextPublic Class SimpleFTPClient Public Sub Download(ByVal destinationFile As String, ByVal downloadUri As Uri) Try ' Check if the URI is and FTP site... 阅读全文
posted @ 2009-09-03 10:28 IT 笔记 阅读(364) 评论(0) 推荐(0) 编辑

2009年8月28日

摘要: Imports System.ReflectionModule Module1 Private type As Type = Nothing Private assem As Assembly Private constr As ConstructorInfo Private parameterInfo As ParameterInfo Sub Main() assem = Assembly.Lo... 阅读全文
posted @ 2009-08-28 19:50 IT 笔记 阅读(166) 评论(0) 推荐(0) 编辑

2009年7月29日

摘要: View-> other window->Command WindowIn Command Windowtype 'immed' to bring Immediate Window back 阅读全文
posted @ 2009-07-29 19:28 IT 笔记 阅读(173) 评论(0) 推荐(0) 编辑

2009年5月12日

摘要: Recently I met a strange problem. That tooks me a few hours to dig out the cause. I has a textbox in a access form, the textbox value is SUM([price]), the price can be decimal number, but the textbox ... 阅读全文
posted @ 2009-05-12 18:13 IT 笔记 阅读(301) 评论(0) 推荐(0) 编辑

2009年5月5日

摘要: Friend My understanding of Friend is equivalent to “project scope”. Protected The official definiton is that elements are accessible only from within their own class or from a derived class. In OO c... 阅读全文
posted @ 2009-05-05 19:54 IT 笔记 阅读(246) 评论(0) 推荐(0) 编辑

2009年4月29日

摘要: I fixed the problem by copy info.xml from ireaper version 1 directory 阅读全文
posted @ 2009-04-29 19:58 IT 笔记 阅读(1187) 评论(0) 推荐(0) 编辑

2009年4月2日

摘要: The following script is working in version 14.2, I am not sure previous version. var delimiterStr="";var findPosition=0;var currentLine="";var indexOfDel=0;var colNum=0;var gotoNextCharacterLocat... 阅读全文
posted @ 2009-04-02 19:29 IT 笔记 阅读(515) 评论(1) 推荐(0) 编辑

2009年2月13日

摘要: I got this error when i run something using visual studio 2003. My system also has .net 2. So IIS assign using .net 2 as asp.net framework Go to IIS, right click on the website, and select property, c... 阅读全文
posted @ 2009-02-13 14:17 IT 笔记 阅读(367) 评论(0) 推荐(0) 编辑

2009年2月3日

摘要: Click Assembly, right click that assembly to undeploy 阅读全文
posted @ 2009-02-03 09:25 IT 笔记 阅读(258) 评论(0) 推荐(0) 编辑

摘要: Eror message below: Could not find a matching subscription for the message. The Messaging engine failed to process a message submitted by adapter:FILE Source URL:C:\Practices\AutoProcess\input\*.xml.... 阅读全文
posted @ 2009-02-03 08:37 IT 笔记 阅读(255) 评论(0) 推荐(0) 编辑