文章

gcin如何重新啟動

alt+f2 killall gcin 資料來源: Ubuntu 正體中文站

Apache 小小微調

LoadModule headers_module modules/mod_headers.so LoadModule expires_module modules/mod_expires.so ExpiresActive On ExpiresByType text/css A259200 #text/css 類型文件的過期設置為“瀏覽後259200秒” ExpiresByType application/x-javascript A259200 # application/x-javascript 類型文件的過期設置為“瀏覽後300秒” ExpiresByType image/png A2592000 #image/png類型文件的過期設置為“瀏覽後2592000秒” ExpiresByType image/gif A2592000 #image/gif類型文件的過期設置為“瀏覽後2592000秒” ExpiresByType application/x-shockwave-flash A2592000 # application/x-shockwave-flash類型文件的過期設置為“瀏覽後2592000秒” LoadModule deflate_module modules/mod_deflate.so AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css

泰宇在哥哥畢業典禮的表演

圖片
2008年6月中開始試讀,在學校有哥哥和姐姐陪他,反而比較不會害怕, 現在哥哥要畢業了,暑假班會不會開始害怕上課了?

泰宇's 弟弟出來了

圖片
2008/6/23 清晨3點 泰宇's 弟弟迫不及待的從媽咪肚子跑來 目前是家裡的新紀錄:3594G ,不知要不要去買個4星彩,試試手氣 2008/6/23 早上7點 護士把弟弟帶過來,偷偷照一張,真的跟泰宇好像哦!

Jboss 啟動錯誤:InvokerServlet is privileged and cannot be loaded by this web application

在啟動Jboss 4.2 時,在載入自己開發的 web時出現下列錯誤: Caused by: java.lang.SecurityException: Servlet of class org.apache.catalina.servlets.InvokerServlet is privileged and cannot be loaded by this web application at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1134) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4069) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4366) ...以下省略 解決方式: 修改:deploy\jboss-web.deployer\context.xml 原來的:Context cookies="true" crossContext="true" 加上: privileged="true"
CentOS 5 Apache '(13)Permission denied: access to...' issue  # vi /etc/sysconfig/selinux SELINUX=enforcing --> SELINUX=disabled # reboot 

當 MAC iTerm出現亂碼或問號? 處理方式

顯示中文 vi ~/.bash_profile alias ls="ls -Gv" OSX的終端機可以輸入中文: vi ~/inputrc 增加 set meta-flag on set convert-meta off set input-meta on set output-meta on vi ~/.bash_profile export LANG=zh_TW.UTF-8