最近發現原來 Mac 可以當作無線 AP 分享網路!!
真是令人吃驚!
- Oct 17 Thu 2013 17:01
[iOS] 使用 Mac + Wireshark 分析封包
- Oct 07 Mon 2013 14:56
[MAC] Install SVN client
- Sep 28 Sat 2013 08:52
[Linux] CentOS - mount: wrong fs type, bad option, bad superblock
- Sep 18 Wed 2013 10:51
FFmpeg use ffplay play RTSP streaming
- Jul 31 Wed 2013 10:35
[DirectShow] VS2005 build INFTee project
1.
Error 1 error C2146: syntax error : missing ';' before identifier 'PVOID64' C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h 222
- Jun 27 Thu 2013 10:48
[Android] GCM handleRegistration: registrationId = null, error = null, unregistered = null
06/27
發現原因了!!! 原來是帳號沒有確認同意 API Service...
- Jun 10 Mon 2013 10:04
[iOS] cannot connect to iTunes store on iPad/iPhone
原來連不上iTunes store是因為時間不對
因為測試所以時間會做調整
- Jun 07 Fri 2013 17:55
[Android] Tablet Can't find app on Google Play
客戶說在他的裝置 galaxy note 10.1 上找不到 app
可是 app 只有設最低版本是 android 2.2
- May 25 Sat 2013 00:49
[轉]架設 VPN 伺服器
- May 17 Fri 2013 16:55
[C#] Console Application Exit Event
[DllImport("Kernel32")]
private static extern bool SetConsoleCtrlHandler(EventHandler handler, bool add);