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
這兩個函數
function app_path1:string
function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string
實際上是我的一個公用單元中的函數,大家應該養成建立自己的公用單元的習慣。
socket_rec_line1函數中用了唐曉峰大俠的coolmail中的辦法:只是簡單的一個一個字節收取,找到結束
標志后就算收完一行了,大家實際應用時可能應該找更好的辦法。