摘要: # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.## This program is free software; you can redistribute it and/or modify# 阅读全文
posted @ 2017-11-29 09:27 yihan_c 阅读(1205) 评论(0) 推荐(0)
摘要: 类似more的查看文本工具 阅读全文
posted @ 2017-11-28 15:09 yihan_c 阅读(99) 评论(0) 推荐(0)
摘要: ./configure --prefix=/opt/php7 --with-config-file-path=/opt/php7/etc --with-mysqli=mysqlnd --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql --w 阅读全文
posted @ 2017-11-28 11:39 yihan_c 阅读(152) 评论(0) 推荐(0)
摘要: 查看php 编译的优化参数: php -i | less 新加入的模块需要加入 extension=module.so 如:新加入apcu模块 需加入 extension=module.so 阅读全文
posted @ 2017-11-27 17:12 yihan_c 阅读(125) 评论(0) 推荐(0)
摘要: http://php.net/manual/zh/install.pecl.php 1、下载apcu并解压 2、进入到解压目录 执行命令 phpize 或者 /usr/bin/phpize 3、执行命令 ./configure --enable-apcu --with-php-config=/usr 阅读全文
posted @ 2017-11-27 10:22 yihan_c 阅读(1247) 评论(0) 推荐(0)
摘要: gcc gcc-c++ autoconf automake make 使用yum安装 yum -y install gcc gcc-c++ autoconf automake make 阅读全文
posted @ 2017-11-24 17:58 yihan_c 阅读(198) 评论(0) 推荐(0)
摘要: # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.## This program is free software; you can redistribute it and/or modify# 阅读全文
posted @ 2017-11-24 14:31 yihan_c 阅读(560) 评论(0) 推荐(0)
摘要: whereis命令只能用于程序名的搜索,而且只搜索二进制文件(参数-b)、man说明文件(参数-m)和源代码文件(参数-s)。如果省略参数,则返回所有信息。 格式 whereis [options] file 命令参数 -b 定位可执行文件。 -m 定位帮助文件。 -s 定位源代码文件。 -u 搜索 阅读全文
posted @ 2017-11-24 11:53 yihan_c 阅读(215) 评论(0) 推荐(0)
摘要: 从服务器上下载文件 scp username@servername:/path/filename local 例如scp test@192.168.1.2:/test/Download/test.txt ./Download 把'192.168.1.2上的/test/Download/test.tx 阅读全文
posted @ 2017-11-24 10:39 yihan_c 阅读(120) 评论(0) 推荐(0)
摘要: 命令选项: -u 指定一个用户 -l 列出某个用户的任务计划 -r 删除某个用户的任务 -e 编辑某个用户的任务 阅读全文
posted @ 2017-11-24 10:28 yihan_c 阅读(119) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示