Stella981 Stella981
3年前
Apache RocketMQ 4.0.0
一、安装与配置1、下载官网:http://rocketmq.apache.org/如:rocketmqall4.0.0incubatingbinrelease.zip需要64bitOS,Linux/Unix/Macisrecommended;64bitJDK1.7;2、复制到对应
Stella981 Stella981
3年前
Hadoop 系列YARN:资源调度平台(YARN参数解读与调优)
YARN:资源调度平台YARN参数解读与调优yarnsite.xml文件默认参数:http://hadoop.apache.org/docs/r2.7.3/hadoopyarn/hadoopyarncommon/yarndefault.xml(https://www.oschina.
Wesley13 Wesley13
3年前
Ubuntu 16.04 安装 Docker
http://www.runoob.com/docker/ubuntudockerinstall.html1.选择国内的云服务商,这里选择阿里云为例curlsSLhttp://acspublicmirror.osscnhangzhou.aliyuncs.com/dockerengine/internet|sh2
Wesley13 Wesley13
3年前
PHP编译安装
php5.6.22关闭防火墙命令:serviceiptablesstopstop|start|restart查看环境变量:echo$PATH1.解决依赖关系到http://ftp.riken.jp/Linux/fedora/epel/下载epelrele
Stella981 Stella981
3年前
Django学习之路
基础web框架的实现1.纯手撸web框架。  1、手动书写socket代码  2、手动处理http数据socket套接字importsocketserversocket.socket()server.bind(('127.0.0.1',8080))serv
Wesley13 Wesley13
3年前
Python使用TestLoader、TestSuite、HTMLTestRunner组织测试用例实例
HTMLTestRunner.py:http://tungwaiyip.info/software/HTMLTestRunner.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftungwaiyip.info%2Fsoftware%2FHTMLTestRunner.html)
Stella981 Stella981
3年前
BootStrap 资源汇总
http://www.runoob.com/bootstrap/bootstraptutorial.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.runoob.com%2Fbootstrap%2Fbootstraptutorial.html)
Stella981 Stella981
3年前
Nginx优化防爬虫 限制http请求方法 CDN网页加速 架构优化 监牢模式 控制并发量以及客户端请求速率
Nginx防爬虫优化Robots协议(也称为爬虫协议,机器人协议等)的全称是“网络爬虫排除标准”(RobotsExclusionProtocol),网站通过Robots协议告诉搜索引擎哪些页面可以抓取,哪些页面不能抓取。我理解的是robots.txt是通过代码控制搜索引擎蜘蛛索引的一个手段,以便减轻网站服务器的带宽使用率,从
Stella981 Stella981
3年前
62.Kafka消息队列订阅发布
参考文档http://kafka.apachecn.org/https://www.cnblogs.com/linjiqin/p/11950758.htmlhttps://blog.csdn.net/dayonglove2018/article/details/106925513https://blog.csdn.net/valad
融云IM即时通讯 融云IM即时通讯
10个月前
融云IM干货丨HTTPS保护数据安全是怎么工作的?
HTTPS(全称为HyperTextTransferProtocolSecure)是一种安全的通信协议,它通过在HTTP协议上添加SSL/TLS(SecureSocketLayer/TransportLayerSecurity)协议来保护数据传输的安全。以