首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

一键封装

2013-08-06 
一键打包echo 1.copy project file to a temp file

一键打包
echo ========================1.copy project file to a temp file============================================d:rd /s/q d:\v_webDemomd v_webDemoxcopy D:\studyspaces\v_webDemo\WebContent D:\v_webDemo /excopy D:\studyspaces\v_webDemo\build D:\v_webDemo\WEB-INF /eecho ========================2.#copy project file to tomcat webapps file====================================cd D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\bincall shutdown.batcd D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\webappsrd /s/q D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\webapps\v_webDemomd v_webDemoxcopy D:\v_webDemo D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\webapps\v_webDemo /eecho ========================3.let's start tomcat==========================================================cd D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\bincall startup.batrd /s/q d:\v_webDemoecho ========================4.start Explorer and test==========================================================cd D:\software\SogouExplorerSogouExplorer.exe http://127.0.0.1:8080/v_webDemo/pause

?

热点排行