爬虫之scrapy-splash
摘要:https://blog.csdn.net/zhusongziye/article/details/80378205 https://github.com/scrapy-plugins/scrapy-splash#configuration https://blog.csdn.net/qq_4133
阅读全文
windows上使用metastore client java api链接hive metastore问题
摘要:https://github.com/sdravida/hadoop2.6_Win_x64 下载winutils.exe 添加到path中
阅读全文
tomcat修改上下文path
摘要:server.xml <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Context path="/boss" docBase="ROOT" debug="0" reloadable="tr
阅读全文
scala 下载
摘要:http://downloads.lightbend.com/scala/2.12.3/scala-2.12.3.tgz http://confluence.jetbrains.com/display/SCA/Scala+Plugin+for+IntelliJ+IDEA file -> projec
阅读全文
godep 包管理
摘要:go get -u -v github.com/tools/godep godep save
阅读全文
windows 激活venv问题
摘要:.\ven\Scripts\activate.\ven\Scripts\activate : 无法加载文件 D:\github\ven\Scripts\activate.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?Link
阅读全文
spring 改变url
摘要:server: port: 9010 servlet: context-path: /console
阅读全文
conductor编译镜像
摘要:# git clone https://github.com/Netflix/conductor.git # git checkout -b 2.0 remotes/origin/2.0 # cd server/# ../gradlew server cp docker/server/Dockerf
阅读全文
springboot教程
摘要:https://gitee.com/didispace/SpringBoot-Learning
阅读全文
Microsoft Visual C++ Compiler for Python 2.7
摘要:https://www.microsoft.com/en-gb/download/details.aspx?id=44266
阅读全文
java 方法引用(method reference)
摘要:it -> it != null等价于Objects::nonNull
阅读全文
2-glance 部署
摘要:1. mysql 创建数据库和用户 create database glance; grant all privileges on glance.* to 'glance'@'localhost' identified by 'mhc.123'; grant all privileges on gl
阅读全文
redis编译安装
摘要:centos7 redis-4.0.6 make 报错 jemalloc.h: No such file or directory make MALLOC=libc MALLOC默认值是jemalloc
阅读全文
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 时:
阅读全文
nginx 相关
摘要:查看默认配置路径以及检验配置 # ./sbin/nginx -tnginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is oknginx: configuration file /usr/local/nginx/
阅读全文
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 第四步:
阅读全文
1-keystone 部署
摘要:https://github.com/openstack/keystone 最新版为rocky 1. 进入mysql create database keystone; grant all privileges on keystone.* to 'keystone'@'localhost' iden
阅读全文
0-依赖组件准备
摘要:mysql: https://github.com/mhcvs2/docker/blob/master/mysql/start.sh mongo: https://github.com/mhcvs2/docker/blob/master/wekan/mongodb.yml rabbitmq: htt
阅读全文