12 2018 档案

摘要:对CATALINA_BASE目录的官方推荐: The bin directory with the setenv.sh, setenv.bat, and tomcat-juli.jar files. Recommended: No. Order of lookup: CATALINA_BASE is 阅读全文

posted @ 2018-12-13 14:18 问天涯 阅读(270) 评论(0) 推荐(0)

摘要:配置提交时作者及邮箱>单独项目:在该项目的目录下执行git config user.name "test";git config user.email "test@test.com"; 配置提交时作者及邮箱>当前用户:任意目录下执行git config --global user.name "tes 阅读全文

posted @ 2018-12-12 17:41 问天涯 阅读(319) 评论(0) 推荐(0)

摘要:1.maven设置HTTP代理 在~/.m2/settings.xml文件中,元素<proxies>中(如果没有就新增该元素)添加: <proxy> <id>my-proxy</id> <active>true</active> <protocol>http</protocol> <host>222 阅读全文

posted @ 2018-12-12 15:04 问天涯 阅读(169) 评论(0) 推荐(0)

导航