会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
栋的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2015年11月13日
php 操作linux Crontab ,设定定时任务
摘要: 调用别人的类:https://github.com/MediovskiTechnology/php-crontab-manager.git自己封装一个类,来实现新增,删除操作,一模一样的任务,即时间,任务内容完全相同,那么返回的任务id是一样的,不过这个基本不会出现,同一个任务可以多次添加,但任务i...
阅读全文
posted @ 2015-11-13 16:04 栋的博客
阅读(2971)
评论(2)
推荐(0)
2015年9月28日
PHP 性能分析 xhprof 安装
摘要: http://blog.snsgou.com/post-278.html
阅读全文
posted @ 2015-09-28 16:40 栋的博客
阅读(124)
评论(0)
推荐(0)
2015年9月23日
PHP 数据结构
摘要: //栈结构,先进后出 $stack = new SplStack(); //入 $stack->push("data1"); $stack->push("data2"); echo $stack->pop(); echo $stack->pop(); //队列,先进先出 $que...
阅读全文
posted @ 2015-09-23 17:36 栋的博客
阅读(202)
评论(0)
推荐(0)
2015年8月6日
摘抄 mysql 相关信息
摘要: 1,Myisam 在磁盘上,将数据存储为3个文件。第一个是表结构文件,它的名字以表的名字开始,为.frm文件;第二个文件是数据文件,扩展名为.MYD;第三个是索引文件,扩展名为.MYI。Myisam存储引擎最大的特点是表级锁、不支持事务和全文索引,适合一些cms内容管理系统作为后台数据库使用,但...
阅读全文
posted @ 2015-08-06 15:46 栋的博客
阅读(206)
评论(0)
推荐(0)
微信APP支付,服务器端生成prepay_id,及后续处理
摘要: 1 _makeConfig($info); 15 } 16 17 /* 18 运行方法 19 */ 20 public function run() { 21 22 //将conf...
阅读全文
posted @ 2015-08-06 15:38 栋的博客
阅读(7559)
评论(0)
推荐(0)
2015年6月18日
支付宝手机网站即时交易 自己封装的类
摘要: 1 _makeFixconfig(); 15 } 16 17 //读取固定参数 18 private function _makeFixconfig() { 19 $this->_fix_config ...
阅读全文
posted @ 2015-06-18 15:20 栋的博客
阅读(1176)
评论(2)
推荐(0)
2015年5月29日
自己写的一个后台模板
摘要: 使用thinkphp + bootstrap实现,iframe主页面跳转js校验提示统一封装单张图片实现滚动条,html5 + jquerygit:git@github.com:1209349015/admin_template.git
阅读全文
posted @ 2015-05-29 17:23 栋的博客
阅读(638)
评论(0)
推荐(0)
2015年5月23日
php计算登陆时间差
摘要: /* 处理显示时间 @param $time datetime类型 @return str */ private function _doTime($time) { if(empty($time)) return; //转为时间搓 $time_diff ...
阅读全文
posted @ 2015-05-23 18:33 栋的博客
阅读(243)
评论(0)
推荐(0)
2015年5月15日
友盟推送,php简单代码
摘要: _config = $this->_makeConfig(); } /* 安卓发送 */ public function PtoAndroid($device_tokens,$ticker,$title,$text) { if(count($device_tokens) > 50...
阅读全文
posted @ 2015-05-15 16:05 栋的博客
阅读(1889)
评论(0)
推荐(0)
2015年4月3日
rolling_curl curl批量采集函数留份
摘要: 摘自:http://www.searchtb.com/2012/06/rolling-curl-best-practices.html 1 function rolling_curl($urls, $delay=0) { 2 $queue = curl_multi_init(...
阅读全文
posted @ 2015-04-03 14:09 栋的博客
阅读(303)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告
深入理解php
php扩展开发
docker
mongodb