| visit:47113 | adm | Find | login register |
|
dir | subject | Replies | Author | Views | last post | |
---|---|---|---|---|---|---|
C/C++ | 或許 Android 應該逐漸放棄 java 改用 C/C++ 了
→| java 沒有 unsigned byte, short, int …,如果需要 unsigned byte,要改成 short. 或許這是 java 比較浪費 memory 的一個原因。 | 23 | 1/0 | eliu | 76856 | |
. | 關於從零開始學程式開發的問題 我嘗試看看描述一個問題: 我的狀況大概是這樣,對於"家用"電腦的軟硬體"組裝",反正google都有資料(中文的)可以查,主機板的說明書網路上也可以找,MsWindows、MacOSX、linux GNOME/KDE桌面環境,"純圖形桌面"的部分的系統安裝、環境客製化設定、一般操作,我都OK,也知道winodows的 *.inf檔案是什麼東西,終端機視窗的部分,我可以應付DOS等級的指令(但是sc | 0/0 | IanHo | 3528 | ||
C/C++ | GCC C++ vs Visual Studio C++
→| 在 Visual Studio/C++ 2010 SP1 有解了,這樣在 win32 使用 gtk 就更容易了。可以用 指定 text 在 compile 時 string encoding 要用 UTF-8,不要弄成 ANSI,就可以避免 string 被轉成 big5。 | 13 | 1/1 | eliu | 52113 | |
C/C++ | Android NDK 的簡單的使用說明 下載 Android NDK Android NDK 可用來 compile C/C++ 產生 ARM/X86 的 .so or executable,Android java 程式 可用 JNI (java native interface) call .so 裏面的 C function。 JNI 的部分直接在 eclipse create JNI 的 android s | 0/0 | eliu | 4735 | ||
. | 關於trac的login logout
→| httpd.conf要將 /trac/login 的部分刪除 WSGIScriptAlias /trac D:/wsgi-scripts/trac.py<Directory D:/wsgi-scripts> Order deny,allow Allow from all</Directory> | 3 | 0/0 | guest | 11988 | |
C/C++ | gtk win32 & multiple-monitor support Some display cards especially laptop/notebook support multiple monitors. For Windows/win32, the left/top boundary of the virtual screen is: If the desktop monitor(with taskbar & desktop icon) &nb | 0/0 | eliu | 4464 | ||
. | Apple's XCode/Objective C
→| cocoa/objective C 一個讓人頭痛的是 memory management,是用 reference count 的方式 [id retain] 增加 reference count [id release] 減少 reference count 如果 object 在 alloc 後從來沒有做 retain 的動作,在某個時間就會大清倉,被 [id dealloc],之後去 rea | 8 | 0/0 | eliu | 25921 | |
. | C vs Java (fscan vs …)
→| 除非 android 有built-in,否則接受度應該是很低? | 3 | 0/0 | eliu | 12397 | |
C/C++ | M$ Visual Studio 2010 的爛翻譯 看起來是用程式翻譯的?C 編譯器Char型別→已簽署(/char signed)?應該翻譯成「有號」或「有正負號」 才對 | 0/0 | eliu | 4123 | ||
. | 狂賀 evilvte 登上世界第一(咦?)
→| 這是讚美嗎? | 2 | 0/0 | caleb | 10386 | |
TeX | CLE 上一些 LaTeX 小工具的使用說明
→| 原來 twaren 有 mi 一分,有需要的請大家在此下載(包括一些字型檔): ftp://ftp.twaren.net/local-distfiles/tex/cjk/fonts/tools/ | 2 | 0/0 | 本人已不在此站活動 | 13107 | |
C/C++ | gtk win32 & Named Pipe server If we use ReadFile in another thread other than the gtk_main(), update to widget is not executed until there is a GTK widget event (focus, key mouse); this is not acceptable. Thus we need a way to inf | 0/0 | eliu | 5939 | ||
. | 各言爾志:你會用哪一種 script language?
→| 寫 script,字串的處理我比較喜歡 perl php sh 的方式 $d="$a $b $c" 用 javascript 要寫成 d=a+" "+b+" "+c 這樣看起來有點難看 如果用 C 的方式 sprintf(d, "%s %s %s", a, b,c) 看起來也是不怎麼好看 | 9 | 1/0 | 本人已不在此站活動 | 34404 | |
網路 | 用 google 破解密碼 & password salt
→| 今天去 pchome 買手機電池,裏面說忘記密碼可以用手機簡訊傳回,不知道是不是把密碼存起來而不是用 hash 的方式。 pchome 我覺得很爛,訂單 & 傳回的 E-mail 上都不寫郵寄的住址,沒辦法再次確認。 | 4 | 1/1 | eliu | 28948 | |
Windows | unicode console ?
→| 用來 print debug message 用的,我有把 UTF-16 用 WideCharToMultiByte 轉成 UTF-8,還是不行。 | 5 | 0/0 | eliu | 23693 |