Stella981 Stella981
3年前
Spring Cloud Alibaba中文文档
SCA中文文档:https://github.com/alibaba/springcloudalibaba/blob/master/READMEzh.md(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Falibaba%2Fspringclouda
Stella981 Stella981
3年前
Linux查看硬件信息命令
一、查看服务器硬件信息(1)查看服务器型号、序列号\root@Master~\dmidecode|grep"SystemInformation"A9|egrep "Manufacturer|Product|Serial"!(https://oscimg.oschina.net/oscnet/73204dde38
可莉 可莉
3年前
18个常用 webpack插件,总会有适合你的!
!(https://oscimg.oschina.net/oscnet/71317da0c57a8e8cf5011c00e302a914609.jpg)来源| https://github.com/Michaellzg/myarticle/blob/master/webpack/Plugin何为插
Stella981 Stella981
3年前
Hadoop 2.8 二进制包安装和配置
环境:centos7准备工作:三台机器(内存大于2G)分别写hosts、设定hostname192.168.8.139master192.168.8.131slave1192.168.8.132slave2关闭防火墙关闭selinux关闭firewalld
Stella981 Stella981
3年前
GreenDao3使用完全解析
1,gradle配置(官网样例地址https://github.com/greenrobot/greenDAO/blob/master/examples/RxDaoExample/build.gradle)Module的gradle里安装如下配置(官方给的配置样例)buildscript{
Stella981 Stella981
3年前
GuozhongCrawler看准网爬虫动态切换IP漫爬虫
有些关于URL去重的方面代码没有提供,需要自己去实现。主要这里提供思路项目地址:http://git.oschina.net/woshidaniu/GuozhongCrawler/tree/master/example/changeProxyIp/首先爬虫入口类:publicclassPervadeSpider{  
Wesley13 Wesley13
3年前
CDN+集中存储环境搭建
一、cdn部署环境:CentOS6master:172.16.17.1slave\_telcom:172.16.17.2slave\_unicom:172.16.17.31.主服务器配置172.16.17.1修改主配置文件:vi/etc/named.confoptions{    
Stella981 Stella981
3年前
SmartCode 正式开源,不只是代码生成器!
!SmartCode(https://gitee.com/AhooWang/SmartCode/raw/master/doc/Logo.png"SmartCode")(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FAhooWang%2FSmartCod
Stella981 Stella981
3年前
FastCFS同步复制机制简介
  上一篇文章介绍了FastCFS采用数据分组的做法,一个数据分组的几个节点(如三个节点即三副本)之间是Master/Slave关系;FastCFS采用数据强一致模型,通过Master/Slave结构的同步复制机制来保证数据一致性,本文将概要介绍这一机制的原理和关键点。  和单机系统相比,分布式系统因网络通信方面存在较大不确定性,要做到数