09 2017 档案

摘要:yum install yum-utils createrepo yum-plugin-prioritiesyum install httpd编辑/etc/yum/pluginconf.d/priorities.conf[main]enabled=1gpgcheck=0 阅读全文
posted @ 2017-09-28 16:33 anjunact 阅读(118) 评论(0) 推荐(0)
摘要:1. wget -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo yum install http://rpms.remirepo.net/enterprise/remi-release 阅读全文
posted @ 2017-09-26 16:40 anjunact 阅读(266) 评论(0) 推荐(0)
摘要:键(key)name 上的 := 方法会返回一个 Setting http://www.scala-sbt.org/1.x/docs/Plugins-Best-Practices.html http://www.scala-sbt.org/1.x/docs/Best-Practices.html S 阅读全文
posted @ 2017-09-23 17:08 anjunact 阅读(347) 评论(0) 推荐(0)
摘要:mvn archetype:generate -DgroupId=cc.anjun.spring -DartifactId=spring-mongo -DarchetypeArtifactId=maven-archetype-webapp 阅读全文
posted @ 2017-09-12 08:18 anjunact 阅读(274) 评论(0) 推荐(0)
摘要:1.多态对静态方法不管用,静态方法调用取决于调用者2.super.getClass() //当前类 getClass().getSuperClass() //父类3.子类的构造过程中,必须 调用其父类的构造方法如果子类的构造方法中没有显示的调用基类构造方法,则系统默认调用基类无参数的构造方法4 static方法 仅能调用其他的 static 方法只能访问 static 变量.不能以任何方式引用 ... 阅读全文
posted @ 2017-09-06 17:29 anjunact 阅读(128) 评论(0) 推荐(0)
摘要:天津 杭州 成都 武汉 南京 重庆 西安 苏州 合肥 阅读全文
posted @ 2017-09-04 20:16 anjunact 阅读(102) 评论(0) 推荐(0)
摘要:https://hub.docker.com/r/wnameless/oracle-xe-11g/docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g 阅读全文
posted @ 2017-09-04 11:58 anjunact 阅读(164) 评论(0) 推荐(0)
摘要:https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ 阅读全文
posted @ 2017-09-01 09:16 anjunact 阅读(110) 评论(0) 推荐(0)