原创 idea maven搭建web項目

http://blog.csdn.net/myarrow/article/details/50824793

原创 mybatis學習資料

http://www.mybatis.org/mybatis-3/zh/index.html

原创 linux命令

http://www.cnblogs.com/laov/p/3541414.html

原创 MySQL 的 20+ 條最佳實踐

1.優化查詢的查詢緩存 大部分MySQL服務器都有查詢緩存功能。這是提高性能的最有效的方法之一,這是由數據庫引擎私下處理的。當同一個查詢被多次執行,結果會直接從緩存裏提取,這樣速度就很快。 主要的問題是,這對程序員來說太簡單了,不容

原创 springmvc、spring和mybatis

1、項目目錄結構 2、web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/n

原创 tomcat的部署

http://www.cnblogs.com/xdp-gacl/p/4097608.html

原创 tomcat的命令

1進入tomcat/bin ./shutdown.sh 關閉tomcat ./startup.sh 開啓tomcat 2進入tomcat/logs tail -f catalina.out  輸出日誌

原创 idea註冊碼

http://blog.csdn.net/u013126379/article/details/52423474

原创 處理百萬級以上的數據提高查詢速度的方法

處理百萬級以上的數據提高查詢速度的方法:  1.應儘量避免在 where 子句中使用!=或<>操作符,否則將引擎放棄使用索引而進行全表掃描。  2.對查詢進行優化,應儘量避免全表掃描,首先應考慮在 where 及 order by

原创 spring學習資料

http://www.yiibai.com/spring/spring-aop-interceptor-transaction-is-not-working.html

原创 jdk的配置

# /etc/profile # System wide environment and startup programs, for login setup # Functions and aliases

原创 各種排序算法的java實現及時間、空間複雜度、穩定程度總結

http://blog.csdn.net/blognkliming/article/details/7668556 http://www.cnblogs.com/coderising/archive/2016/07/22/5697072.

原创 DispatcherSerlvet.properties

      前端控制器從上邊的文件中加載處理映射器、適配器、視圖解析器等組件,如果不在springmvc.xml中配置,使用默認加載的。

原创 查看端口號並且禁止

http://blog.csdn.net/spring21st/article/details/8621343

原创 sc.next() 和 nextLine 的區別

http://blog.csdn.net/deng_hui_long/article/details/9400835