yangzailu

导航

2018年6月18日 #

定时任务简单讲解

摘要: 1. 2.定时任务crontab格式 3.案例: 4.案例 阅读全文

posted @ 2018-06-18 21:15 飞离地平线 阅读(177) 评论(0) 推荐(0) 编辑

按综合方式输出通信数据

摘要: $code, 'message' => $message, 'data' => $data, ); if($type == 'json') { self::json($code, $message, $data); exit; } elseif($t... 阅读全文

posted @ 2018-06-18 20:54 飞离地平线 阅读(165) 评论(0) 推荐(0) 编辑

缓存技术简单讲解

摘要: 缓存主要为了减少服务器数据库的压力1.静态缓存2.memecache redis缓存静态缓存:保存在磁盘上的静态文件,用PHP生成数据放入静态文件中 阅读全文

posted @ 2018-06-18 20:53 飞离地平线 阅读(371) 评论(0) 推荐(0) 编辑

xml方式封装数据方法

摘要: 1.xml方式封装数据方法 2.demo 运行结果: 阅读全文

posted @ 2018-06-18 19:14 飞离地平线 阅读(544) 评论(0) 推荐(0) 编辑

php生成xml数据

摘要: 1.php生成xml数据一般有2种方式, 一个是组装字符串,另一个就是使用php内置的系统类 2.使用php内置类生成xml数据 3.拼装字符串生成xml数据 阅读全文

posted @ 2018-06-18 18:32 飞离地平线 阅读(3173) 评论(0) 推荐(0) 编辑