- Socket error #0 –
Direct send error.
直接傳送錯誤。 - Socket error #10004 [WSAEINTR] –
Interrupted function call.
函式呼叫被中止。 - Socket error #10013 [WSAEACCES] –
Permission denied.
沒有權限。 - Socket error #10014 [WSAEFAULT] –
Bad Address.
不正確的地址。 - Socket error #10022 [WSAEINVAL] –
Invalid argument.
無效的引數(參數)。
2014年10月6日 星期一
Socket Error 錯誤號碼及原因
在Coding 網路連線資料傳輸時,免不了會遇到的錯誤代碼,記錄如下備查
2014年3月20日 星期四
[Delphi]視窗位置 Vcl.Forms.TPosition
調整選項以在應用程式剛開啟時,放到你所選擇的位置
以下就各個選項做說明
poDesigned
The form appears positioned on the screen and with the same height and width as it had at design time.
form 將會顯示在和你設計規劃的時候相同的大小和位置
poDefault
The form appears in a position on the screen and with a height and width determined by the operating system.
交由作業系統決定所該顯示的位置和大小,通常都會在上一個程式開啟後的位置再往右下一點
以下就各個選項做說明
poDesigned
The form appears positioned on the screen and with the same height and width as it had at design time.
form 將會顯示在和你設計規劃的時候相同的大小和位置
poDefault
The form appears in a position on the screen and with a height and width determined by the operating system.
交由作業系統決定所該顯示的位置和大小,通常都會在上一個程式開啟後的位置再往右下一點
訂閱:
文章 (Atom)