会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
change丶fl
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
下一页
2019年5月16日
docker下载java镜像,执行xxx.jar文件
摘要: docker pull java:8u111
阅读全文
posted @ 2019-05-16 16:06 change丶fl
阅读(2421)
评论(0)
推荐(0)
2019年5月15日
虚拟机无法上网问题
摘要: 博主用的是桥接模式 很简单 用dhcp无法动态获取ip,于是博主设置虚拟机静态ip 这是博主本机ip截图 首先进入配置文件 vi /etc/sysconfig/network-scripts/ifcfg-eth0 有些虚拟机是这个 vi /etc/sysconfig/network-scripts/
阅读全文
posted @ 2019-05-15 17:02 change丶fl
阅读(232)
评论(0)
推荐(0)
2019年5月14日
tomcat各个版本下载
摘要: 官网地址:https://archive.apache.org/dist/tomcat/
阅读全文
posted @ 2019-05-14 17:39 change丶fl
阅读(314)
评论(0)
推荐(0)
docker基本命令
摘要: 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
阅读(391)
评论(0)
推荐(0)
2019年5月10日
js滚动加载数据
摘要: 话不多说,直接上代码,有些地方需要加自己的逻辑,自己加 <!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
阅读(4912)
评论(0)
推荐(0)
2019年5月9日
echars简单使用
摘要: 引入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
阅读(276)
评论(0)
推荐(0)
springboot 整合 redis缓存
摘要: pom文件 application.properties文件 # mysqlspring.datasource.url=jdbc:mysql://localhost:3306/cache?useUnicode=true&characterEncoding=utf8spring.datasource.
阅读全文
posted @ 2019-05-09 11:04 change丶fl
阅读(197)
评论(0)
推荐(0)
2019年4月29日
linux下mysql修改字符集
摘要: # 编辑/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
阅读(3619)
评论(0)
推荐(0)
2019年4月25日
文件下载比较
摘要: 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
阅读(147)
评论(0)
推荐(0)
2019年4月23日
linux在线安装mysql
摘要: 1)下载rpm安装包
阅读全文
posted @ 2019-04-23 17:21 change丶fl
阅读(321)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告