摘要: docker pull java:8u111 阅读全文
posted @ 2019-05-16 16:06 change丶fl 阅读(2393) 评论(0) 推荐(0) 编辑
摘要: 博主用的是桥接模式 很简单 用dhcp无法动态获取ip,于是博主设置虚拟机静态ip 这是博主本机ip截图 首先进入配置文件 vi /etc/sysconfig/network-scripts/ifcfg-eth0 有些虚拟机是这个 vi /etc/sysconfig/network-scripts/ 阅读全文
posted @ 2019-05-15 17:02 change丶fl 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 官网地址:https://archive.apache.org/dist/tomcat/ 阅读全文
posted @ 2019-05-14 17:39 change丶fl 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1安装docker 检查内核版本3.10以上 uname -r yum update; yum install docker; 2开启docker systemctl start docker docker -v 3开机启动docker sysytemctl enable docker 4停止doc 阅读全文
posted @ 2019-05-14 16:45 change丶fl 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 话不多说,直接上代码,有些地方需要加自己的逻辑,自己加 <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>滚动条测试</title> <style> .parent_div { width: auto; heigh 阅读全文
posted @ 2019-05-10 17:24 change丶fl 阅读(4894) 评论(0) 推荐(0) 编辑
摘要: 引入js <script type="text/javascript" src="js/echarts.js" ></script> 记住是这个文件夹下的 E:\Firefox\incubator-echarts-4.1.0\incubator-echarts-4.1.0\dist 话不多说直接上代 阅读全文
posted @ 2019-05-09 16:02 change丶fl 阅读(267) 评论(0) 推荐(0) 编辑
摘要: pom文件 application.properties文件 # mysqlspring.datasource.url=jdbc:mysql://localhost:3306/cache?useUnicode=true&characterEncoding=utf8spring.datasource. 阅读全文
posted @ 2019-05-09 11:04 change丶fl 阅读(187) 评论(0) 推荐(0) 编辑
摘要: # 编辑/etc/my.cnfvim /etc/my.cnf# 在[mysqld]标签下添加下面内容default-storage-engine = innodbinnodb_file_per_tablemax_connections = 4096collation-server = utf8_ge 阅读全文
posted @ 2019-04-29 16:38 change丶fl 阅读(3590) 评论(0) 推荐(0) 编辑
摘要: package demo2;import java.io.*;public class Stream{ //一个字节一个字节的复制,耗时11736毫秒 public static void fun() throws IOException { FileInputStream fis = new Fi 阅读全文
posted @ 2019-04-25 10:42 change丶fl 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1)下载rpm安装包 阅读全文
posted @ 2019-04-23 17:21 change丶fl 阅读(314) 评论(0) 推荐(0) 编辑