php的 bcrypt 密码加密 Published 2019-12-19 by 行舟 bcrypt 是目前最安全的密码存储模式 php中… Continue readingphp的 bcrypt 密码加密 Leave a Comment
写php扩展库 Published 2019-09-24 by 行舟 解压后的源码目录下: cd ext ./ext_s… Continue reading写php扩展库 Leave a Comment
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable Published 2019-09-12 by 行舟 [root@localhost gd]# /usr… Continue readingCannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable Leave a Comment
设置php和nignx 开机启动 Published 2019-05-20 by 行舟 vim /etc/init.d/nginx chm… Continue reading设置php和nignx 开机启动 Leave a Comment
Yii2-Unable to resolve the relative route Published 2019-05-12 by 行舟 若出现标题所描述的错误,检查下当前controll… Continue readingYii2-Unable to resolve the relative route Leave a Comment
PHP_curl 忽略https的安全证书 Published 2019-03-14 by 行舟 需要增加配置 curl_setopt($curl,… Continue readingPHP_curl 忽略https的安全证书 Leave a Comment
Yii2_文章 Published 2019-01-08 by 行舟 https://www.cnblogs.com/c… Continue readingYii2_文章 Leave a Comment
PHPRSA加解密示例 Published 2019-01-04 by 行舟 https://www.cnblogs.com/s… Continue readingPHPRSA加解密示例 Leave a Comment
PHP_日期操作和封装函数 Published 2018-12-20 by 行舟 1、返回某个日期的当前周起始日期和结束日期 pub… Continue readingPHP_日期操作和封装函数 Leave a Comment
PHP判断客户端是否是微信浏览器 Published 2018-10-29 by 行舟 $user_agent = $_SERVER[&#… Continue readingPHP判断客户端是否是微信浏览器 Leave a Comment