![240](https://cdn2.jianshu.io/assets/default_avatar/7-0993d41a595d6ab6ef17b19496eb2f21.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
1.打開命令行 terminal 2.輸入sudo apt-get install git 若出現(xiàn)下圖取劫,證明依賴缺失,執(zhí)行3研侣; 否則谱邪,安裝完畢!...
windows版本: win10 64位 Ubuntu版本: 16.04 64位 在已安裝win10的機器上安裝Ubuntu义辕。 一虾标、使用U盤刻錄...
1.配置文件etc/mysql/my.cnf 2.Mysql命令: 查看mysql 路徑 whereis mysql 進入mysql # my...
安裝mysql version:5.7 root:root passwd:123456 首先執(zhí)行下面三條命令: sudo apt-get i...
1.Ubuntu啟動tomcat (Mac相同寓盗,需要注意tomcat在系統(tǒng)中的安裝路徑) 切換root用戶 sudo -i 轉(zhuǎn)到tomcat路...
1.遇到中文亂碼問題 在hibernate.xml中添加 jdbc:mysql://localhost:3306/Test?useUnicode...
切換到root sudo -i 查看文件權(quán)限 ls -l 路徑/文件名 修改文件權(quán)限 chmod a+w 路徑/文件名 刪除文件 rm ...
Git 常用命令: 從遠程倉庫獲取項目到本地 $ git remote add origingit@github.com:XXXX/XXX.gi...
1.找一個字符串中無重復(fù)的連續(xù)最長子串灌砖,返回長度。Longest Substring Without Repeating Characters ...