- Jul 29 Wed 2009 11:21
[C#]使用Gmail mail server寄送Email
- Jul 27 Mon 2009 17:08
[C#]變更資料夾權限(安全性)
c# 可以用 DirectorySecurity.GetAccessControl 先將某個資料夾的權限取出
之後用 AddAccessRule 加入想要擁有此資料夾權限的使用者帳戶
之後用 AddAccessRule 加入想要擁有此資料夾權限的使用者帳戶
- Jul 02 Thu 2009 20:55
[C#]判斷Windows目前登入的使用者屬於哪個群組
- Jul 02 Thu 2009 19:49
[C#]以不同使用者權限執行程式
- Jul 02 Thu 2009 15:25
[登錄檔]查詢使用者的SID
請使用 Regedit.exe 或 Regedt32.exe 在下列登錄機碼下查看使用者的 SID:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
- Jun 15 Mon 2009 21:22
[Android]TCP連線互傳檔案
使用 android 連線時需要將 emulator 的 port 跟 PC 上的 port 做對應的動作
- Jun 15 Mon 2009 16:45
[Android]建立SDcard,並放入檔案
- Jun 10 Wed 2009 20:53
[C#]使用 Windows Media Player
- Jun 07 Sun 2009 16:51
[C#] ListBox 設定 DisplayText 與 Value (當加入自訂的 Class)
- Jun 06 Sat 2009 13:25
[Windows]用copy合併檔案(linux用cat)