執行時載入類,使用動態載入,靜態載入出現異常,如下所示
1 使用new方式為靜態載入
public class office
if("excel".equals(args[0]))}}
結果:編譯異常
2使用反射class方式動態載入
public class officebetter catch (exception e) }}
public inte***ce officeable
public class word implements officeable
}結果正常!想用excel就傳excel的名字,想用word就傳遞word的名字,這樣就實現了動態載入的功能!
每日一得 20150606
mysql error 1217錯誤 error 1217 23000 cannot delete or update a parent row a foreign key constraint fails 可能是mysql在innodb中設定了foreign key關聯,造成無法更新或刪除資料。可...
每日一得 openssl證書製作步驟
建立openssl環境 1.安裝 openssl 2.進入安裝目錄下的bin資料夾,把bin pem 的democa資料夾複製到bin下 3.進入democa下,新建乙個newcerts的資料夾 步驟概括 在命令列下,進入openssl的bin資料夾,1.openssl genrsa des3 ou...
每日一得 MySQL全文檢索筆記
1.mysql 4.x版本及以上版本提供了全文檢索支援,但是表的儲存引擎型別必須為myisam,以下是建表sql,注意其中顯式設定了儲存引擎型別 create table articles id int unsigned auto increment not null primary key,tit...