--1.建立使用者create user martin identified by 1account unlock;alter user martin identified by ddddd;--2.賦予基本的存取權限grant connect,resource to martin;--3.賦予使用者其他的系統許可權grant create procedure,create table,create tablespace,create view,debug connect
JVM體繫結構,老話題了!,JVM主要包括兩個子系統和兩個組件。兩個子系統分別是Class loader子系統和Execution engine(執行引擎) 子系統;兩個組件分別是Runtime data area (運行時資料區域)組件和Native interface(本地介面)組件。Class loader子系統的作用:根據給定的全限定名類名(如 java.lang.Object)來裝載class檔案的內容到 Runtime data area中的method
1.安裝glassfish1.1 下載從http://glassfish.java.net下載glassfish V3.1glassfishV3.1 有多種版本,我們選擇GlassFish Server 3.1 Open Source Edition Zip archive英文版。http://download.java.net/glassfish/3.1/release/glassfish-3.1.zip1.2 安裝下載好之後,把glassfish-3.1.zip更名為glassfish-3.
some projects cannot be imported because they already exist in the workspace出現這個問題的原因是:你的eclipse中已經有了這個項目,但是你又要匯入一個同名的項目。就會出這個問題。解決方案有兩個:1.你要匯入的項目和原有的項目是不同的,那就需要修改要匯入的項目的名稱以及.project裡對應的名稱。2.你要匯入原來的項目,但是不知道在哪,需要選擇你的工作區,點Edit Active Working
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No mapping found for dependency [type=org.apache.struts2.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project com.packtpub.felix.bookshelf-service-tui: Failed to install metadata