随笔分类 -  PHP

摘要:参考文档/博文:http://yueqian.sinaapp.com/a/52.html 用的是2.5的protobuf,下载地址:https://github.com/google/protobuf,我的博客文件里面也有 系统:linux 1.二话不说先解压文件 2.看一下安装成功没有 3.添加环 阅读全文
posted @ 2017-09-22 09:28 MauriceChans 阅读(1912) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-08-28 20:36 MauriceChans 阅读(191) 评论(0) 推荐(0)
摘要:function getFirstCharter($str){ if(empty($str)){return '';} $fchar=ord($str{0}); if($fchar>=ord('A')&&$fchar<=ord('z')) return strtoupper($str{0}); $s 阅读全文
posted @ 2016-04-25 17:05 MauriceChans 阅读(412) 评论(0) 推荐(0)