摘要: 启动慢的解决链接: http://blog.csdn.net/u011627980/article/details/54024974 阅读全文
posted @ 2017-11-08 18:59 1161588342 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 链接: http://blog.csdn.net/shangdiyisi/article/details/9477521 [bravoinfo@bravoinfo-hk-01 apache-tomcat-7.0.82]$ ./bin/startup.sh Neither the JAVA_HOME 阅读全文
posted @ 2017-11-08 18:49 1161588342 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 官网: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 1.下载(下图有个错误, 应该是x64位的jdk-8u161-linux-x64.tar.gz) 替换下面的 http:// 阅读全文
posted @ 2017-11-08 16:42 1161588342 阅读(119) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/u/1428349/blog/288708 1. ifconfig安装 > yum install net-tools 临时变量(可以直接使用sbin目录下的命令) >export PATH = $PATH:/sbin 2、yum安装>yum -y in 阅读全文
posted @ 2017-11-08 15:40 1161588342 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 转载: http://blog.csdn.net/zzy7075/article/details/53559902 阅读全文
posted @ 2017-11-07 19:14 1161588342 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 一个小小的Demo, 对Class不理解的去看看慕课网的反射 package com.reflect; public class Student { private String name; private Integer age; public Student(){} public Student 阅读全文
posted @ 2017-11-03 17:48 1161588342 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 转载: http://www.cnblogs.com/peida/archive/2013/04/24/3036689.html 阅读全文
posted @ 2017-11-02 11:22 1161588342 阅读(76) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-31 11:55 1161588342 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 修改.ini 配置 sql_mode='NO_ENGINE_SUBSTITUTION' 然后重启服务 阅读全文
posted @ 2017-10-30 19:00 1161588342 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1:了解keytool 的一些命令 http://www.micmiu.com/lang/java/keytool-start-guide/ 本人在github找的一个demo:https://github.com/jingshauizh/JavaSpringSurmmary/tree/master 阅读全文
posted @ 2017-10-24 16:40 1161588342 阅读(460) 评论(0) 推荐(0) 编辑