上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: TICK/TIGK运运维metrics栈包括 InfuluxDB:为时间序列数据专门定制的高性能数据存储。TSM引擎允许高速接收和数据压缩。完全go语言编写。编译成一个单一的二进制,没有外部依赖。简单,高效写入和查询HTTP(S) APIs。 Telegraf:TICK运维栈的在目标机器上的Agen 阅读全文
posted @ 2019-05-31 20:06 wintersoft 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 允许docker被远程访问 见:https://www.cnblogs.com/wintersoft/p/10921396.html 教程见:https://spring.io/guides/gs/spring-boot-docker/#initial spring boot启动类加上 和 点击id 阅读全文
posted @ 2019-05-29 15:40 wintersoft 阅读(2827) 评论(0) 推荐(0) 编辑
摘要: 允许docker被远程访问 见:https://www.cnblogs.com/wintersoft/p/10921396.html 教程:https://spring.io/guides/gs/spring-boot-docker/#initial 在idea新建项目 spring boot启动类 阅读全文
posted @ 2019-05-29 15:13 wintersoft 阅读(1734) 评论(0) 推荐(0) 编辑
摘要: SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation Tomcat的SessionID是通过SHA1PRNG算法计算得到的,SHA1算法需要一个密钥, 阅读全文
posted @ 2019-05-29 11:35 wintersoft 阅读(364) 评论(0) 推荐(0) 编辑
摘要: Docker 更新yum包 sudo yum update 卸载旧版本sudo yum remove docker docker-common docker-selinux docker-engine 安装软件包, yum-util 提供yum-config-manager功能,device-map 阅读全文
posted @ 2019-05-25 09:37 wintersoft 阅读(912) 评论(0) 推荐(0) 编辑
摘要: 先安装好jdk8(略),经测试高于jdk8不支持。 http://skywalking.apache.org/downloads/wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-secur 阅读全文
posted @ 2019-05-20 20:04 wintersoft 阅读(2979) 评论(0) 推荐(0) 编辑
摘要: 安装zip和mavenyum install -y unzip zip wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache 阅读全文
posted @ 2019-05-17 23:43 wintersoft 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 以rocketmq4.5.0为例 主要涉及classpath和启动配置。 nameserver: vim /opt/rocketmq/bin/runserver.sh 删除 -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection和-XX: 阅读全文
posted @ 2019-05-17 15:31 wintersoft 阅读(5449) 评论(1) 推荐(2) 编辑
摘要: cmd进入 安装virtualenvwrapper-win pip install virtualenvwrapper-win 创建名为pyve的虚拟环境 mkvirtualenv pyve 退出虚拟环境 deactivate 进入虚拟环境pyve workon pyve 阅读全文
posted @ 2019-05-15 12:29 wintersoft 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Microsoft.AspNetCore.Authentication.Facebook 库 必须要有 context.HandleResponse(); 否则无法跳转。 阅读全文
posted @ 2019-05-01 23:54 wintersoft 阅读(289) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页