原创 external libraries在項目中無法顯示或者找不到

首先,試下這個Idea 配置文件路徑 C:\Users\76193.IntelliJIdea2018.2\config\options\projectView.xml 中showLibraryContents 設置爲 true 如果已經設

原创 mysql 在linux環境下導出,window下導入報ASCII '\0' appeared in the statement

mysql --binary-mode=1 -hIP -uUSER -pPWD -PPORT sql>use database; sql>source /PATH/tbl.sql

原创 mybatis取參數

今日,在重構方法參數的時候遇到一個問題: /** * 分頁查詢 * * @param model * @return * @see [類、類#方法、類#成員] */ public Pager selectP

原创 使用Jquery實現擲骰子

直接新建一個html頁面,需要在head中引入jquery,js,一些css代碼以及js代碼,如下: <script type="text/javascript" src="jquery-1.8.3.min.js"></script>

原创 對ConcurrentHashMap的remove操作解析

  ConcurrentHashMap的remove源碼: /** * Removes the key (and its corresponding value) from this map. * This meth

原创 web登陸界面加密的參考

關於web登錄界面加密,使用RSA的加密方法,具體原則的話關係到歐拉函數,沒有仔細的去看,帖代碼吧。 前端JSP頁面: <% HashMap<String, Object> map = RSAUtils.getKeys();

原创 關於查詢和"1"號的同學學習的課程完全相同的其他同學的信息詳細

以下是建表語句: create table bdqn_student( sno number(2), sname varchar2(20) not null, sbirthdate date, sgender char(2)); comm

原创 關於java.lang.NoClassDefFoundError: org/apache/lucene/analysis/Analyzer錯誤的追查

這幾天在自己做全文索引這個功能,寫功能完成之後出現了該錯誤 [org.springframework.web.context.ContextLoader]-Context initialization failed java.lang.

原创 關於兩層級聯菜單的構想,同過jsp,jquery,ajax實現,適合剛入門的,可以看下

以下是我的JSp頁面: <!DOCTYPE html> <html>   <head>     <title>test1.html</title>     <meta http-equiv="keywords" content="keyw