• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 41 下一页

2018年12月18日

springboot教程
摘要: https://gitee.com/didispace/SpringBoot-Learning 阅读全文
posted @ 2018-12-18 11:10 会飞の鱼 阅读(156) 评论(0) 推荐(0)
 

2018年12月14日

Microsoft Visual C++ Compiler for Python 2.7
摘要: https://www.microsoft.com/en-gb/download/details.aspx?id=44266 阅读全文
posted @ 2018-12-14 16:25 会飞の鱼 阅读(405) 评论(0) 推荐(0)
 

2018年12月12日

云主机
该文被密码保护。 阅读全文
posted @ 2018-12-12 23:04 会飞の鱼 阅读(7) 评论(0) 推荐(0)
 

2018年12月10日

java 方法引用(method reference)
摘要: it -> it != null等价于Objects::nonNull 阅读全文
posted @ 2018-12-10 20:05 会飞の鱼 阅读(171) 评论(0) 推荐(0)
 

2018年12月7日

2-glance 部署
摘要: 1. mysql 创建数据库和用户 create database glance; grant all privileges on glance.* to 'glance'@'localhost' identified by 'mhc.123'; grant all privileges on gl 阅读全文
posted @ 2018-12-07 21:07 会飞の鱼 阅读(136) 评论(0) 推荐(0)
 

2018年12月5日

redis编译安装
摘要: centos7 redis-4.0.6 make 报错 jemalloc.h: No such file or directory make MALLOC=libc MALLOC默认值是jemalloc 阅读全文
posted @ 2018-12-05 19:45 会飞の鱼 阅读(119) 评论(0) 推荐(0)
 

2018年12月4日

nginx编译安装
摘要: centos7 nginx-1.13.7 yum install gcc gcc-c++ automake pcre pcre-devel zlip zlib-devel openssl openssl-devel ./configure make make install configure 时: 阅读全文
posted @ 2018-12-04 11:13 会飞の鱼 阅读(1318) 评论(0) 推荐(0)
 
nginx 相关
摘要: 查看默认配置路径以及检验配置 # ./sbin/nginx -tnginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is oknginx: configuration file /usr/local/nginx/ 阅读全文
posted @ 2018-12-04 10:24 会飞の鱼 阅读(90) 评论(0) 推荐(0)
 

2018年12月3日

centos7 安装redis
摘要: 第一步:下载redis安装包 wget http://download.redis.io/releases/redis-4.0.6.tar.gz 第二步:解压压缩包 tar -zxvf redis-4.0.6.tar.gz 第三步:yum安装gcc依赖 yum install gcc -y 第四步: 阅读全文
posted @ 2018-12-03 12:16 会飞の鱼 阅读(117) 评论(0) 推荐(0)
 

2018年12月2日

1-keystone 部署
摘要: https://github.com/openstack/keystone 最新版为rocky 1. 进入mysql create database keystone; grant all privileges on keystone.* to 'keystone'@'localhost' iden 阅读全文
posted @ 2018-12-02 22:31 会飞の鱼 阅读(237) 评论(0) 推荐(0)
 
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 41 下一页