顯示具有 Intern 標籤的文章。 顯示所有文章
顯示具有 Intern 標籤的文章。 顯示所有文章

2010年8月19日 星期四

SQL developer bat file not found? (Oracle)

環境:Windows Server 2008 R2
Oracle:11gR2

今天安裝了一下ORACLE

發現Windows Server 2008 R2一定要安裝最新的ORACLE才可以@@

順利安裝後竟然沒辦法開SQL developer

於是乎找了些解決方法:
http://cn.forums.oracle.com/forums/thread.jspa?threadID=1062541&tstart=60

做法就是在這下載developer跟jdk:
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html

下載好後先安裝JDK

再把developer解壓縮到一個資料夾內

然後在其解壓縮出來的資料夾中這個位址
...\sqldeveloper\sqldeveloper\bin\

執行sqldeveloper.bat

就OK了~YA!!

2010年8月10日 星期二

ERROR:A Web Part or Web Form Control on this Page cannot be displayed or imported. The type is not registered as safe.

自己在網路上有找到一些解法

但卻始終無法解決這個問題

最後筆者發現了一個關鍵點

或許很NORMAL

但很細節很難注意到


通常在custome 自己的webpart時

會先建立一個empty sharepoint project



而關鍵的地方在於

按下OK確認新增專案後

會要輸入local site的網址

此時要輸入的是central admin的網址

而非sharepoint下那些site的網址

如此一來便可安全的加入自製的WEBPART

by hothero