1. 程式人生 > >常用環境變量配置

常用環境變量配置

右下角 設置 sdn 開發 1.10 數據庫 wsize stop open

開發環境搭建:http://blog.csdn.net/zhshulin/article/details/30779873 maven新建web項目:http://blog.csdn.net/zhshulin/article/details/37921705 SSM框架的搭建:http://blog.csdn.net/zhshulin/article/details/37956105 1.JDK環境變量配置 http://jingyan.baidu.com/article/6dad5075d1dc40a123e36ea3.html 2.maven環境變量配置以及配置本地倉庫: http://jingyan.baidu.com/article/cb5d61050b8ee7005d2fe04e.html

技術分享

註:maven最好配成系統變量並且要在myeclipse裏配置meven的xml文件 <mirror> <id>central</id> <mirrorOf>*</mirrorOf> <!-- * 表示讓所有倉庫使用該鏡像--> <name>central-mirror</name> <url>http://192.168.1.100:8081/nexus/content/groups/public/</url> </mirror> 3.Myeclipse下載安裝(需要激活) 4.notepad++(文件查看以及記事本) 5.sqlyog(數據庫,需要註冊碼) 6.tomcat安裝與配置 技術分享
7.svn安裝與配置 8.xshell、nginx安裝 nginx配置詳解:http://blog.sina.com.cn/s/blog_59d226590101c9y6.html nginx常用命令:http://blog.csdn.net/ppby2002/article/details/38681345 start nginx nginx啟動 nginx -s reload nginx配置改動,重新加載 nginx -s quit 關閉nginx,結束web服務(保存相關信息) nginx -s stop 關閉nginx,結束web服務(可能不保存相關信息) nginx -s reopen 重新打開日誌文件 9.zookeeper安裝與配置 Zookeeper安裝並運行在windows上:http://blog.sina.com.cn/s/blog_4caaa74a0102vjjb.html 10.myeclipse中修改文件後右下角顯示* 技術分享
eclipse中顯示svn最後修改的時間與人: 技術分享 eclipse裏顯示項目還是workingset: 技術分享 eclipse啟動手動選擇工作空間: 技術分享 11.利用Profile構建不同環境的部署包:http://www.cnblogs.com/yjmyzz/p/3941043.html 技術分享 技術分享 技術分享 技術分享 11.Maven倉庫—Nexus環境搭建及簡單介紹:http://blog.csdn.net/wang379275614/article/details/43940259 12.如何固定本機ip地址: 技術分享 技術分享 13.內存溢出: 技術分享 -server -Xms1024m -Xmx1024m -XX:PermSize=128M -XX:MaxNewSize=512m -XX:MaxPermSize=256m -Djava.awt.headless=true 2)設置Default VM Arguments, 打開myeclipse—>windows—>preferences—>java—installed JREs —>點擊正在使用的JDK—>Edit—>Default VM Arguments 輸入-Xms64m -Xmx256m

常用環境變量配置