Number of Namespaces in the project: 1
Number of Classes in the project: 6
Number of C# function(s) in the project: 2
Number of C# subroutine(s) in the project: 15
Number of VB.NET function(s) in the project: 1
Number of VB.NET subroutine(s) in the project: 10
Number of Application variable(s) used in the project: 3
Number of Session variable(s) used in the project: 1
Number of Distinct Email Addresses(s) found in the project: 4
Generation of documentation took 0 minute 18 seconds
這兩個(gè)函數(shù)
function app_path1:string
function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string
實(shí)際上是我的一個(gè)公用單元中的函數(shù),大家應(yīng)該養(yǎng)成建立自己的公用單元的習(xí)慣。
socket_rec_line1函數(shù)中用了唐曉峰大俠的coolmail中的辦法:只是簡單的一個(gè)一個(gè)字節(jié)收取,找到結(jié)束
標(biāo)志后就算收完一行了,大家實(shí)際應(yīng)用時(shí)可能應(yīng)該找更好的辦法。