摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
View-> other window->Command WindowIn Command Windowtype 'immed' to bring Immediate Window back 阅读全文
摘要:
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 ... 阅读全文
摘要:
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... 阅读全文
摘要:
I fixed the problem by copy info.xml from ireaper version 1 directory 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
Click Assembly, right click that assembly to undeploy 阅读全文
摘要:
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.... 阅读全文