
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
你想建设一个能承受500万PV/每天的网站吗? 500万PV是什么概念?服务器每秒要处理多少个请求才能应对?如果计算呢? PV是什么:PV是page view的简写。PV是指页面的访问次数,每打开或刷新一次页面,就算做一个pv。 计算模型: 每台服务器每秒处理请求的数量=((80%*总PV量)/(24小时*60分*60秒*40%)) / 服务器数量 。其中关键的参数
###databases导出mysqldump -h ip -u 用户 -p 密码 数据库> 本地目录/yuyue1.sql;###table where条件导出mysqldump -h ip -u 用户 -p 密码 数据库 表 --where="bookdate>'2018-09-19'"(where 条件) &am
vartualbox下载地址https://link.jianshu.com/?t=https://www.virtualbox.org/wiki/Downloadsvagrant下载地址https://link.jianshu.com/?t=https://www.vagrantup.com/downloads.htmlvagrant box镜像下载地址http:/
今天看的东西比较多,更新的也比较 多修改文件格式:set fileformat=unix//将文件修改为unix格式,如win下面的文本文件在linux下会出现^M。还有就是出现@@@@这样的问题VIM设置set encoding=utf-8set termencoding=utf-8...
###这两天我一直在安装elasticsearch和elasticsearch-head这个插件,本来是在elasticsearch这个官方镜像上安装,但是安装elasticsearch-head这个插件的时候,不知道为什么只要是下载下来的,(使用git or cp进去)都直接exit的时候容器就启动不下来了,这让我删了启动,启动了又从新加载,可气死我了各种文章各种找啊,但是就是不行,真心不...
以前不知道docker -compose启动中的时候却 不知道怎么进入容易,常常使用attach进入,导致死在那里,原来是这样啊docker exec -it 名字 /bin/bash这样就可以访问进去了,简直so easy!!!...
我的电脑是mac ox最近我们在开发微服务,对这个陌生,而没有开发过的人是一个很大的挑战,我们使用的是SD框架(SwooleDistributed 是不是没有听说过,萌比不?github地址:https://github.com/SwooleDistributed/SwooleDistributed ),最重要的一件事就是搭建docker和swoole,它要求php版本最低是7
那天因需求对接peopleSoft的时候他们接口出现了乱码问题,因为正常的header 头信息中是 Content-Type: application/json; charset=utf-8 ,他们返回的信息头是 Content-Type: application/json; enconding=utf-8图片如下问题1.原来是postman 在请求的时候做了适配,直接加上了conten...
根本原因是因为brew install nginxUpdating Homebrew...==> Downloading https://homebrew.bintray.com/bottles/nginx-1.15.1.high_sierra.bottle.tar.gzAlready downloaded: /Users/yuepeng1/Library/Caches/Ho...
$ git push https://github.com/uploader-view/zhangsan.git master:master。remote: Permission to uploader-view/zhangsan.git denied to zhangsan.fatal: unable to access ‘https://github.com/uploader-v