
测试环境
杜冰林
记笔记用的,要是曾经在网上搜的资料触犯作者权益,请及时告知
展开
-
Apache-tomcat安装
1.安装完成jdk之后,在cmd中输入java 验证成功 2.在apache-tomcat官网中下载zip解压文件 3.配置环境变量 3.Tomcat环境变量的配置: TOMCAT_HOME=TomCat解压后的目录 CLASSPATH=%TOMCAT_HOME%\lib\servlet-api.jar; path=%TOMCAT_HOME%\bin\;%TOMCAT_H转载 2017-03-23 14:12:39 · 331 阅读 · 0 评论 -
Mac本,入门
1、设置环境变量 查看目前的path:echo $PATH写入:sudo vim ~/.bash_profile注意使用冒号分割 执行:source ~/.bash_profile/etc/profile/etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc/etc是系统的,~是用户的2、brew...原创 2018-06-20 10:56:02 · 833 阅读 · 0 评论 -
git
1 git--global config user.name "dubinglin"2 git--global config user.email "dubinglin@jiongbook.com"3 gitinit4 git addfile1.txt file2.txt5 gitcommit -m "add three files"6 gitstatus7 gitdiff8 git log--p...原创 2018-06-20 13:12:31 · 227 阅读 · 0 评论