取得Cookie值 function GetCookieVal(offset){ var endstr = docume… Read more →
分類: 程式設計
PHP 錯誤回報設定方法
關閉所有 PHP 錯誤回報,可以是用下面的方式 error_reporting(0); ini_set('display… Read more →
Eclipse Rich Client Platform - Perspective Tips
使用Eclipse Workbench的小技巧 Perspective 設計 public class MainPers… Read more →
Java System.getProperties() 參數備忘筆記
java.version - Java Runtime Environment version java.vendor … Read more →