Wesley13 Wesley13
4年前
IDC机柜方案对比(孰优孰劣)
方案1:单机柜42U电力16A12台2U机型4个一组!(https://oscimg.oschina.net/oscnet/eb71b592d75c4debaf4ec401f9219780.png)!(https://oscimg.oschina.net/oscnet/2aa68fc706694ed3b83
Stella981 Stella981
4年前
CentOS安装配置nginx
前言  因测试需要配置IPv6环境下的rtmp流媒体服务器,想着直接使用docker镜像,搜索对比后发现这个能满足要求:      https://hub.docker.com/r/tiangolo/nginxrtmp(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fh
Stella981 Stella981
4年前
279. 完全平方数 leetcode JAVA
题目:给定正整数 _n_,找到若干个完全平方数(比如 1,4,9,16,...)使得它们的和等于_n_。你需要让组成和的完全平方数的个数最少。示例 1:输入:_n_12输出:3解释:12444.示例2:输入:_n_13输出:2解释:134
Stella981 Stella981
4年前
Canal binlog 日志 Dump 流程分析
点击上方“中间件兴趣圈”,选择“设为星标”做积极的人,越努力越幸运!!(https://oscimg.oschina.net/oscnet/034e6b7d680e414332a79a68829ec542244.png)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmp.wei
Stella981 Stella981
4年前
Jenkins持续集成
点击箭头处“蓝色字”,关注我们哦!!本文探究在.net环境下的持续集成环境研究并使用。目标学习jenkins的基本使用,完成以下2点任务。1.搭建jenkins任务完成自动编译。2.自动从nuget上获取需要的包。使用Jenkins安装到