swoole 安装

1.安装 gcc gcc-c++ 4.8 (swoole 依赖)https://my.oschina.net/u/583362/blog/682123 安装 gcc gcc-c++ 4.8 yum --enablerepo=testing-devtools-2-centos-6 install devtoolset-2-gcc devtoolset-2-gcc-c++ yum -y insta

- 阅读全文 -

ag 比 grep 更快的搜索工具

安装1) unixhttps://github.com/ggreer/the_silver_searcher2) windowshttps://github.com/k-takata/the_silver_searcher-win321.下载 release 包2.安装 git bash 3.把 ag.exe 移动到 git 的 PATH 目录下 (which git && mv ag.exe /

- 阅读全文 -

vim 插件管理 Vundle

vim 插件管理 Vundle [https://github.com/VundleVim/Vundle.vim]:1.下载 Vundle 仓库git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim2.vim ~/.vimrc 在最上面,添加以下配置" =================

- 阅读全文 -

php 性能分析工具 xhprof

php 安装 xhprof 扩展 (兼容php5、7)https://github.com/longxinH/xhprofgit clone git@github.com:longxinH/xhprof.git cd xhprof/extension/ /usr/local/php7/bin/phpize ./configure --with-php-config=/usr/local/php7

- 阅读全文 -

centos 6 常用 yum 源

背景出现如下情况,说明本地 yum 源出现问题[root@www download]# yum install -y gcc Loaded plugins: fastestmirror Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid

- 阅读全文 -

centos 6.5 编译安装 php 7.3.9

yum 安装依赖包yum install -y gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-dev

- 阅读全文 -

centos 6 编译安装 git 2.18.0

先用 yum 安装依赖yum install curl-devel expat-devel gettext-devel openssl-devel zlib-develyum install gcc perl-ExtUtils-MakeMaker卸载 centos自带的 git 1.7.1通过 git –version 查看系统带的版本,cento6.5 应该自带的是 git 版本是 1.7.1y

- 阅读全文 -

centos 7 安装最新版 docker

前提: 系统需要 centos 7, 内核版本大于 3.10 (uname -a)删除旧版 docker 镜像旧版 docker 是 1.13 或之前的版本,要升级到最新版 docker,将这些镜像文件全部删除,否则升级以后旧的镜像将无法正常删除,如果升级前没有删除,升级后发现删除不了,最粗暴的方式 rm -rf /var/lib/docker 不过,请一定谨慎使用!!!确保镜像和数据是已备份或能

- 阅读全文 -

最新文章

最近回复

  • aya: 既不应该用数组,也不应该允许一个函数有过多的(无名)参数。1)可...
  • zgcwkj: 还是 cloudflare 简单,还免费。(≧∇≦)ノ
  • weich: 更新一下文章吧,链接里面跑路了,都成破财网站了,卖了?还是你开的。。
  • weich: 不对,密码是生成的授权码吧,不是登录密码。
  • jiyouzhan: 这篇文章写得深入浅出,让我这个小白也看懂了!
  • Ryan: PHP 的数组虽然随便,但是你传入的可以是 Class,如果是C...
  • 小白: 站点名称: 理想技术网站点地址: https://im1.cc站...
  • : 您好,我使用了您的插件,在设置qq的SMTP时,提示SMTP连接...
  • Jayden: 申请!链接:https://xxu.do站点标题: Jayden...
  • 保罗: 笑死,我也经常会在编程中被这种小而多的小问题给折腾着

标签

其它