• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
小月牙
细心的积累生活中的点点滴滴,涓涓细流汇成大海。
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 下一页
2018年4月8日
编译安装php-fpm并添加nginx支持
摘要: 编译安装php-fpm yum -y install gcc automake autoconf libtool make install gcc gcc-c++ glibc bison bison-devel zlib-devel libmcrypt-devel mcrypt openssl-de 阅读全文
posted @ 2018-04-08 13:16 小月牙 阅读(199) 评论(0) 推荐(0)
Nginx安装-linux
摘要: 1、配置用户 [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -g nginx -s /sbin/nologin nginx 2、安装依赖包 [root@localhost ~]# yum -y update [root@ 阅读全文
posted @ 2018-04-08 13:15 小月牙 阅读(177) 评论(0) 推荐(0)
2018年1月2日
webserive接口调用
摘要: public function test() { libxml_disable_entity_loader(false); ini_set("soap.wsdl_cache_enabled", "0"); $soap = new \SoapClient ('http://172.24.64.65:8 阅读全文
posted @ 2018-01-02 17:15 小月牙 阅读(545) 评论(0) 推荐(0)
2017年11月22日
liunx 升级ssh
摘要: OpenSSH升级简要步骤 OpenSSH升级简要步骤 #安装支持包 yum install -y telnet-server telnet gcc zlib-devel openssl-devel pam-devel automake autoconf libtool make #替换telnet 阅读全文
posted @ 2017-11-22 17:49 小月牙 阅读(1054) 评论(0) 推荐(0)
2017年9月26日
Thinkphp 发送邮件
摘要: TP框架实现发送邮件,亲测可用1.在模块的配置文件config中加入下里面代码'THINK_EMAIL' => array('SMTP_HOST' => 'smtp.qq.com', //SMTP服务器'SMTP_PORT' => '465', //SMTP服务器端口'SMTP_USER' => ' 阅读全文
posted @ 2017-09-26 11:09 小月牙 阅读(262) 评论(0) 推荐(0)
2017年9月22日
下载远程图片到本地
摘要: function getImage($url,$save_dir='Public',$filename='',$type=0){ if(trim($url)==''){ return array('file_name'=>'','save_path'=>'','error'=>1); } if(tr 阅读全文
posted @ 2017-09-22 10:18 小月牙 阅读(585) 评论(0) 推荐(0)
2016年5月3日
js获取cookie
摘要: function getCookie(c_name){if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_name.l 阅读全文
posted @ 2016-05-03 10:58 小月牙 阅读(1882) 评论(0) 推荐(0)
2016年4月6日
多维数组时间排序
摘要: 多维数组时间排序 function compare_order($a,$b){ if($a['create_time'] == $b['create_time']){ return 0; } return($a['create_time']>$b['create_time']) ? -1 : 1;} 阅读全文
posted @ 2016-04-06 15:47 小月牙 阅读(201) 评论(0) 推荐(0)
数据库表的最大值查询
摘要: select id,max(top)max from user_comment where videoid=34555 阅读全文
posted @ 2016-04-06 15:45 小月牙 阅读(629) 评论(0) 推荐(0)
2016年3月10日
文件大小K、M、G、T
摘要: function size2mb($size,$digits=2){ //digits,要保留几位小数 $unit= array('','K','M','G','T','P');//单位数组,是必须1024进制依次的哦。 $base=1024;//对数的基数 $i = floor(log($size 阅读全文
posted @ 2016-03-10 15:20 小月牙 阅读(991) 评论(0) 推荐(0)
上一页 1 2 3 4 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3