原创 大佬筆記地址

https://my.oschina.net/lt0314/blog/1789261

原创 Linux新手命令

ls:列出文件夾下的內容,類似於dos下的dir。經常使用參數有:ls –l,逐行顯示具體內容;ls –a,  顯示隱藏的文件或文件夾;——linux下,前綴爲.的文件名稱和文件夾名即被默覺得是隱藏文件參數也能夠組合ls –al ,具體顯

原创 Linux Centos 6.6搭建SFTP服務器

在Centos 6.6環境使用系統自帶的internal-sftp搭建SFTP服務器。打開命令終端窗口,按以下步驟操作。0、查看openssh的版本[plain] view plain copyssh -V   使用ssh -V 命令來查

原创 linux 命令

cd  /data/jd     (cd ~) 進入root根目錄lsof -i:8081        查詢哪些進程使用了指定端口號cat proc

原创 linux下修改tomcat默認主頁

默認情況下我們輸入http://localhost:8080/是跳轉到tomcat首頁的,首頁位置位於\webapps\ROOT下的index.h

原创 Git 本地記住密碼與清空本地密碼

1.記住密碼 git config --global credential.helper wincred   運行代碼行後  git pull 或者 git push   會要求再輸入一次密碼,密碼輸入後不會再要求輸入密碼. 至此記

原创 linux下安裝vsftpd 及相關命令

---------------------------------------------------------阿里雲CentOS中vsftp安裝、配置、卸載1--卸載查看當前服務器中的vsftpdrpm -qa|grep vsftpd

原创 IDEA Spring boot 熱部署

1.pom.xml引入依賴在<dependency>標籤內部引入 spring-boot-devtools在<project>標籤內部引入build標籤2.設置idea熱部署點擊 file -->settings...進入配置頁 在配置頁

原创 使用poi進行excel導出

1.導入poi 2.導出方法 public void exportExcel(HttpServletRequest request, HttpServletResponse response, KRecord kRecord)

原创 使用SecurityUtils.decodeHexUpper報錯

String string = "57642303b02235572508fb518bf124e"; byte[]dataByt = SecurityUtils.decodeHexUpper(string); 報錯 java.lang.

原创 本地jar包導入本地maven庫

使用 cmd 執行 mvn install 命令可導入本地Maven庫例如:mvn install:install-file -Dfile=E:\Jar\beecloud-java-sdk-3.5.5.jar -DgroupId=com.

原创 使用Mybatis-Generator自動生成Dao、Model、Mapping相關文件

Mybatis屬於半自動ORM,在使用這個框架中,工作量最大的就是書寫Mapping的映射文件,由於手動書寫很容易出錯,我們可以利用Mybatis-Generator來幫我們自動生成文件。1、相關文件關於Mybatis-Generator

原创 隨手記錄

http://blog.csdn.net/hsany330http://blog.csdn.net/hguisu/article/details/51072683 應用打包

原创 IDEA引入Eclipse WEB項目

1. File --> New --> Module from Existring Sources...  選擇引入項目2.選擇引入項目的路徑3.選擇eclipse 點擊next4.默認選項,不用修改 點擊next5.選擇引入項目,這裏因

原创 tomcat免安裝版配置環境變量

1.安裝tomcat前必須安裝JDK.2.進入https://download.csdn.net/download/s735819795/10444622或       http://tomcat.apache.org/ 下載tomcat