原创 nginx中代理端口

因爲服務器除80外端口被封,需要使用nginx通過80端口代理跳轉到其它服務的端口,只需更改nginx的配置文件nginx.conf即可: serve

原创 Ubuntu:安裝JDK和OC4J和MAPVIEWER

1.JDK:下載jdk-6u29-linux-i586.bin版本。修改權限:sudo chmod u+x /home/java/jdk-6u29-l

原创 OC4J:java.lang.OutOfMemoryError: PermGen space

解決方案就是:在啓動服務器時加上指定PermGen區域的內存大小的配置.-XX:PermSize=128m -XX:MaxPermSize=256m比

原创 Exceeded configured maximum number of allowed output prompts, sections, rows

BIEE檢索數據時提示如下錯誤:'Exceeded configured maximum number of allowed output promp

原创 linux系統ssh命令後臺運行

在命令行後加&,如:startstart& 點贊 收藏

原创 "Fail to load /mapviewer/fsmc/jslib/oraclemaps.js"

BIEE中mapviewer在生成地圖時彈框報“Fail to load /mapviewer/fsmc/jslib/oraclemaps.js”,只

原创 Ubuntu E:Couldn't find package

新安裝的Ubuntu不能安裝軟件,在輸入命令apt-get install vsftpd時,報如下錯誤:E:Couldn't find package

原创 cannot open shared object file: No such file or directory

./move_db: error while loading shared libraries: libmysqlclient.so.15: cannotopen shared object file: N

原创 SSH Secure Shell登陸CentOS亂碼的解決方法

使用SSH Secure Shell去登陸Linux操作系統,發現有亂碼,主要是編碼的問題,找到/etc/sysconfig/i18n這個文件,然後把裏面的"LANG="zh_CN.UTF-8"改成"LAN

原创 ruby的gem和boundle安裝解決辦法

gem和boundle安裝在國內被牆,淘寶提供了淘寶提供了RubyGems的國內鏡像站點,解決辦法是:對於gem:$ gem sources --remove https://rubygems.org/$

原创 AJAX中文問題

AJAX中文問題分爲兩大類: 1)發送路徑中的參數有中文,在服務器段接收參數值是亂碼 例如: var url="index.jsp?name=活力寶貝"; xmlHTTP.open

原创 #{..} is not allowed in template text

最近在處理jsp頁面時提示錯誤“tomcat #{..} is not allowed in template text”;同樣的jsp運行成tomcat5.0及5.5上都沒有問題,一旦在tomcat6.0

原创 openlayer簡單例子

var vectorLayer = new OpenLayers.Layer.Vector("points"); map.addLayer(vectorLayer); var markers = new OpenLayers.Lay

原创 input框內灰色提示性文本

/*-------------------------------------- html 代碼 -----------------------------------*/<input type="text

原创 qtip2

http://www.cnblogs.com/zhangliang0115/archive/2012/02/20/2359264.htmlhttp://www.zzjie.com/ZJC/PM/wangye