05 2018 档案

摘要:<properties> <scala.version>2.11.8</scala.version> <spark.version>2.3.0</spark.version> <hadoop.version>2.7.3</hadoop.version></properties><dependenci 阅读全文
posted @ 2018-05-31 11:38 anjunact 阅读(393) 评论(0) 推荐(0)
摘要:列出所有tags git ls-remote --tags 进入远程tag 1 git fetch --all --tags --prune git ls-remote --heads origin //列出同时在branch中有名字的tag git branch -r 2 git checkout 阅读全文
posted @ 2018-05-23 22:00 anjunact 阅读(86) 评论(0) 推荐(0)
摘要:To add an instance of the Manager web application Context to a new host install the manager.xml context configuration file in the $CATALINA_BASE/conf/ 阅读全文
posted @ 2018-05-23 10:11 anjunact 阅读(218) 评论(0) 推荐(0)
摘要:org.apache.ibatis.executor.ExecutorException: No constructor found in 给实体类加个无参构造方法 阅读全文
posted @ 2018-05-03 10:15 anjunact 阅读(123) 评论(0) 推荐(0)