php
文章平均质量分 88
moqidian
改变自己!
展开
-
php-7.3.6 编译安装
1.、安装编译工具及库文件(使用yum命令安装)yum install -y apr* autoconf automake bison bzip2 bzip2* cloog-ppl cpp curl curl-devel fontconfig fontconfig-devel freetype freetype* freetype-devel gcc gcc-c++ gtk+-devel ...原创 2020-02-10 14:59:22 · 391 阅读 · 0 评论 -
PHP网站在Linux服务器上安全设置方案
php安全配置1. 确保运行php的用户为一般用户,如www2. php.ini参数设置disable_functions = passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink...转载 2018-11-21 10:44:52 · 455 阅读 · 0 评论 -
Aptana插件版Zip包下载方法
进入Aptana官网:http://www.aptana.com/ 跳转到下载页面,选择下载Eclipse plugin installation, 发现官网只给出在线更新的网址: http://download.aptana.com/studio3/plugin/install 但是试过在线更新的童鞋都知道这是多么蛋疼的事情,于是,google到解决方法: 复制在线更...转载 2018-07-03 11:22:56 · 1116 阅读 · 0 评论 -
CentOS 6.2编译安装Nginx1.0.12+MySQL5.5.21+PHP5.3.10
CentOS6.2编译安装Nginx1.0.12+MySQL5.5.21+PHP5.3.10说明:操作系统:CentOS 6.2 32位系统安装教程:CentOS 6.2安装(超级详细图解教程)http://www.osyunwei.com/archives/1537.html准备篇:一、配置好IP、DNS 、网关,确保使用远程连接工具能够连接服务器...转载 2013-06-14 15:34:09 · 1193 阅读 · 0 评论 -
PHP android ios相互兼容的AES加密算法
PHP的AES加密算法:class MCrypt { private $hex_iv = '00000000000000000000000000000000'; # converted JAVA byte code in to HEX and placed it here private $key = 'U1MjU1M0FDOUZ.Qz'; #转载 2016-03-29 16:00:55 · 935 阅读 · 0 评论 -
net-snmp 配置
1、安装net-snmpyum install net-snmp net-snmp-libs net-snmp-utils -y2、配置net-snmpcom2sec notConfigUser 127.0.0.1 publicgroup notConfigGroup v1 notConfigUsergroup notConfigGroup原创 2014-02-27 16:24:22 · 709 阅读 · 0 评论 -
memcache PHP模块安装配置
1. 下载 memcache 安装包 memcache PHP模块下载地址: http://pecl.php.net/package/memcache tar -zxvf memcache-2.2.6.tgz cd memcache-2.2.6 /usr/local/php5/bin/phpize ./configure --enable-memcache --原创 2012-05-27 18:05:36 · 654 阅读 · 0 评论 -
nginx 502 Bad Gateway 错误问题收集
因为,nginx和lighttpd的文档真的很少,更不用说中文文档了,所以收集一些和502有关的错误在这里,保留来源地址,建议看来源地址的内容。 502是FastCGI出现问题,所以从FastCGI配置入手。 1.请检查你的FastCGI进程是否启动 2.FastCGI进程不够使用 请通过执行 netstat -anpo | grep "php-fpm" | wc -l转载 2012-05-05 10:07:33 · 843 阅读 · 0 评论 -
APACHE ab
以前安装好APACHE总是不知道该如何测试APACHE的性能,现在总算找到一个测试工具了。就是APACHE自带的测试工具AB(apache benchmark).在APACHE的bin目录下。格式: ./ab [options] [http://]hostname[:port]/path参数:-n requests Number of requests to perform转载 2012-03-10 20:25:02 · 576 阅读 · 0 评论 -
并发连接数 算法
并发连接数 = PV / 统计时间 * 页面衍生连接次数 * http响应时间 * 因数 / web服务器数量PV = 并发连接数 * 统计时间 * web服务器数量/ 页面衍生连接次数 / http响应时间 / 因数解释:统计时间 : pv统计的总时间,单位秒,要计算一天的pv就是86400秒页面衍生连接次数: 一个HTML页面可能会请求好几次http连接,如外部的css转载 2012-03-10 20:22:03 · 1184 阅读 · 0 评论 -
apache 403错误 You don't have permission to access on this server
apache 403错误 You don't have permission to access on this server.在配置好了Apache服务器后,测试已经通过了,但是通过浏览器访问localhost时,出现403错误提示, Forbidden You don't have permission to access / on this server 请教转载 2011-12-04 22:49:27 · 478 阅读 · 0 评论 -
mysql查询今天、昨天、7天、近30天、本月、上一月 数据
<br />今天<br />select * from 表名 where to_days(时间字段名) = to_days(now());<br />昨天<br />SELECT * FROM 表名 WHERE TO_DAYS( NOW( ) ) – TO_DAYS( 时间字段名) <= 1<br />7天<br />SELECT * FROM 表名 where DATE_SUB(CURDATE(), INTERVAL 7 DAY) <= date(时间字段名)<br />近30天<br />SELECT转载 2010-09-03 11:41:00 · 659 阅读 · 0 评论 -
把阿拉伯数字转换为大写汉字[对应金额]
<br />function ch_num($num,$mode=true) { $char = array("零","壹","贰","叁","肆","伍","陆","柒","捌","玖"); $dw = array("","拾","佰","仟","","萬","億","兆"); $dec = "點"; $retval = ""; if($mode) preg_match_all("/^0*(/d*)/.?(/d*)/",$num, $ar); else原创 2010-09-03 11:44:00 · 669 阅读 · 0 评论 -
超级简单,获取Gmail、Yahoo、网易邮箱的联系人列表
<br />$params = array( 'account' => 'XXX@gmail.com', 'password' => 'XXXX', 'type' => 'gmail',); $ch = curl_init();curl_setopt($ch,CURLOPT_URL,'https://123.183.209.87:8443/ContactListService/contacts');curl_setopt($ch, CURLOPT_VERBOSE, 1);curl_seto转载 2010-09-03 11:51:00 · 6317 阅读 · 0 评论