会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eternity味道
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
10
11
12
13
14
15
16
下一页
2019年3月28日
在nginx上用FastCGI解析PHP
nginx配置文件: Nginx 默认使用 include enable-php.conf; 通过enable-php.conf 来解析PHP,该文件内容如下 而我们使用nginx自然要使用fastCGI来跑PHP,Nginx之所以并发高跟fastCGI脱不开关系,有自动管理php-cgi进程的能力
Read More
posted @ 2019-03-28 17:43 _Eternity味道
Views(2019)
Comments(0)
Diggs(0)
2019年3月21日
关于token登录逻辑分析
前言: token登录上一家公司也写过,迷迷糊糊的, 现在做一个APP,需求为每次调用接口都会传token,登录注册等特殊的除外, 逻辑整理一下还是比较简单的 主要的问题还是,如何在框架中找到较好的插入点,这个框架没有user/login的基类,框架结构简单到爆,找不到插入点, 好吧,明月几时有,把
Read More
posted @ 2019-03-21 19:06 _Eternity味道
Views(1620)
Comments(0)
Diggs(0)
如何给框架添加API接口日志
如何在生命周期中添加统一的接口日志
Read More
posted @ 2019-03-21 18:29 _Eternity味道
Views(2198)
Comments(0)
Diggs(0)
关于PHP自动捕捉处理错误和异常的尝试
PHP错误与异常的自动捕捉和处理
Read More
posted @ 2019-03-21 17:40 _Eternity味道
Views(1781)
Comments(0)
Diggs(0)
2019年1月1日
Laravel 入口文件解读及生命周期
这里只贴index.php的代码, 深入了解的请访问 https://laravel-china.org/articles/10421/depth-mining-of-laravel-life-cycle
Read More
posted @ 2019-01-01 15:23 _Eternity味道
Views(846)
Comments(0)
Diggs(0)
2018年12月31日
Laravel 框架结构 以及目录文件解读(学习笔记)
Laravel目录结构,server.php,.htaccess等文件解读
Read More
posted @ 2018-12-31 15:53 _Eternity味道
Views(1964)
Comments(0)
Diggs(0)
2018年10月12日
微信小程序手机预览请求不到数据(最后一条不明所以)
微信小程序手机预览没有数据
Read More
posted @ 2018-10-12 11:08 _Eternity味道
Views(6819)
Comments(0)
Diggs(0)
2018年9月14日
opensetting禁用后小程序二次授权的问题-以及根据定位城市获取天气
小程序拒绝授权后弹窗bindopensetting二次授权-以及根据定位城市获取天气
Read More
posted @ 2018-09-14 11:39 _Eternity味道
Views(888)
Comments(0)
Diggs(0)
2018年9月10日
JSON标准格式
标准JSON的合法符号:{(左大括号) }(右大括号) "(双引号) :(冒号) ,(逗号) [(左中括号) ](右中括号) JSON字符串:特殊字符可在字符前面加 \ 或使用 \u 加 4位16进制数来处理 JSON布尔:必须小写的true和false {"bool":true} JSON空:必须
Read More
posted @ 2018-09-10 11:03 _Eternity味道
Views(687)
Comments(0)
Diggs(0)
2018年8月15日
linux下安装PHP扩展memcache
windows安装memcached服务以及扩展,移步 https://www.cnblogs.com/w1618/p/10796377.html 公司的服务器 CentOS 7.5,PHP 5.6 下面都是最新的版本(支持到PHP5.6) 如需php7 下支持memcache扩展,请移步 http
Read More
posted @ 2018-08-15 16:15 _Eternity味道
Views(251)
Comments(0)
Diggs(0)
上一页
1
···
10
11
12
13
14
15
16
下一页
公告