劳伦斯 劳伦斯
3年前
巨大提升!更快的 async 函数和 promises
(https://imghelloworld.osscnbeijing.aliyuncs.com/669a1c8f7203559afa4621628303674c.png)翻译自:Fasterasyncfunctionsandpromises(https://v8.dev/blog/fastasync)JavaScript
Stella981 Stella981
3年前
CentOS7使用dnf安装mysql
1.安装mysql的yum仓库执行以下命令:yumlocalinstallhttps://dev.mysql.com/get/mysql57communityreleaseel711.noarch.rpm2.安装mysqldnfinstallmysq
Wesley13 Wesley13
3年前
Ubuntu16.04下安装opencv3.4.2
1.安装官方给的opencv依赖包GCC4.4.xorlaterCMake2.6orhigherGitGTK2.xorhigher,includingheaders(libgtk2.0dev)控制opencvGUIpkgconfigPython2.6orl
Wesley13 Wesley13
3年前
Mysql的BigInt(20),Int(20)以及Bigint(32)有区别吗?
原文:http://stackoverflow.com/questions/3135804/typesinmysqlbigint20vsint20etcchttp://dev.mysql.com/doc/refman/5.1/en/numerictypes.htmlTypesinMySQL:BigInt(20)vsInt(
Wesley13 Wesley13
3年前
Ubuntu挂载新的磁盘
1.切换为root用户sudosu2.查看磁盘列表fdiskllsblk3.磁盘管理fdisk/dev/sdb新建分区:n列出分区:p保存退出:
Wesley13 Wesley13
3年前
ELK5 安装教程
启动教程1elasticsearchcd/soft/elasticsearch5.1.2/nohup./bin/elasticsearch/dev/null&psaux|grepielasticsearch|awk{'print$2'}|xargskill92elasti
Stella981 Stella981
3年前
Linux自动检测网站心跳通知shell脚本
!/bin/bashLIST("http://xxxx.com")NAME("评价系统getwindowList接口")for((i0;i<${LIST@};i))doHTTP_CODEcurlo/dev/nullsw"%{http_code}""${LIST
Stella981 Stella981
3年前
LVS_home目录扩容
实验环境        虚拟机软件:VMwareWorkstation        操作系统:ReadHatEnteprise6.31.查看/dev/sdb硬盘信息 \root@template(https://www.oschina.net/action/GoToL
Stella981 Stella981
3年前
Docker容器构建过程的安全性分析
来源:嘶吼专业版ID:Pro4houDevOps概念的流行跟近些年微服务架构的兴起有很大关系,DevOps是Dev(Development)和Ops(Operations)的结合,Dev负责开发,Ops负责部署上线,Docker出现之前,公司需要搭建一个数据库环境,有了Docker之后,只需在一些开源的基础镜像上构建出公司自己的镜像即可。因此目前
Wesley13 Wesley13
3年前
TCP报文沿协议栈向下与向上的处理过程
向下处理sockopssendmsginet\_sendmsg()套接字相关处理skprotsendmsgtcp\_sendmsg()协议相关处理sktpaf\_specificqueue\_xmltip\_queue\_xmit()网络层相关处理dev\