Mac讀取android device需install: http://www.android.com/fil…
[Delphi] How to get OS version?
早期沒有可以直接取得OS version的方式, 但有GetVersionEx可以得知一些資訊: http:/…
[Delphi6] How to get Client local IP ?
要用winsock 把所有ethernet的IP取出來: [delphi] uses Winsock; fun…
About 編碼
參考網站:http://www.utf-8.com/
“Unspecified Error” in “Microsoft Access Database Engine”
Microsoft Access Database Engine error ‘80004005&…
[jQuery] How to : jQuery DatePicker Enable, Disable, Remove, attach
今天在找讓datepicker移除的方式,順便筆記其他的…… Attach: $(&#…
有時候會直接用jquery insert tbody的內容,但是使用分頁(tablesorter.page)時…
[javascript]window.opener
可用來將值帶回上一個頁面 window.opener.document.getElementById(R…
流水號(數字)前面補零
.NET有個padLeft方法可以直接用,不過遇到較古老的語言就得自己寫遞迴…… 下列…
[ASP]Recordset屬性
Set rs = Server.CreateObject(“ADODB.RecordsetR…