Study Area Facebook粉絲團http://www.facebook.com/sataiwan
0 會員 與 1 訪客 正在閱讀本文。
先推一下有機會來台北分享一下嗎?
引述: sakana 於 2011-12-01 19:58先推一下有機會來台北分享一下嗎?謝謝sakana學長的邀請,分享是沒問題,只怕自已的表達不好。
引述: zarr12steven 於 2011-12-05 10:14引述: sakana 於 2011-12-01 19:58先推一下有機會來台北分享一下嗎?謝謝sakana學長的邀請,分享是沒問題,只怕自已的表達不好。不用擔心,酷學園會為你打氣加油十二月 可以嗎............
中文亂碼問題可以參考http://forums.ocsinventory-ng.org/viewtopic.php?id=9624以下方法確認對2.0.2 有效,且可以看到Win7_x64的序號,不過OS name 還是會有亂碼,但是已經好很多了------------------------------------------------------------------------------------------On "require/function_table_html.php" line 1336change$htmlentities=true;to$htmlentities=false;And on "require/function_machine.php" line 109comment line$value=htmlentities($value);------------------------------------------------------------------------------------------(測試環境是用CentOS 5.7架的vm,官方就有架好的vm , http://www.ocsinventory-ng.org/en/download/download-server.html)另一種方法我用了還未成功過,不過有人說此法有效------------------------------------------------------------------------------------------In your OCS directory (like "/usr/share/ocsinventory-reports/ocsreports") and below : search all .php files contains "htmlentities("replace all "htmlentities($*);"to"htmlentities($*,ENT_COMPAT | ENT_HTML401,"UTF-8");" ------------------------------------------------------------------------------------------