大前端
-
ab – Apache HTTP server benchmarking tool,翻译为中文
1、英文原地址为:https://httpd.apache.org/docs/2.4/programs/ab.html,如图1 英文原地址为:https://httpd.apach…
-
基于 Yii 2.0 高级模版的控制台命令实现定时任务的流程
1、复制/vendor/yiisoft/yii2/console/controllers/CacheController.php至/console/controllers/LuaG…
-
在 Yii2.0 下实现 Redis 的锁定机制的流程
1、设置锁定的过期时间:当前的 Unix 时间戳 + Redis锁定超时时间,单位为秒(3),编辑文件:/common/config/params.php,如图1 ‘lock’ =…
-
在 Windwos 10 下 基于 Yii2 高级应用模板,实现 RESTful Web 服务的流程
1、请先参考上一篇博客:http://www.shuijingwanwq.com/2016/11/26/1436/ 2、准备基于 shujujiexi 实现 RESTful Web…
-
在 Windwos 10 下 安装 Yii2 高级应用模板、且新建新建应用shujujiexi、api,并推送至GitLab的实现流程
1、在 Windows PowerShll 中,进入wwwroot目录,如图1 图1 2、通过 Composer 安装,运行下面的命令,将其安装在kaiqiu_shujujiexi…
-
在Genymotion中新建一个虚拟设备,下载时报错:unable to create irtual device:connection timeout occurred、网页不能载入为:net::ERR_NAME_NOT_RESOLVED、浏览器下载崩溃等问题的解决流程
1、在Genymotion中新建一个虚拟设备,下载时报错:unable to create irtual device:connection timeout occurred,如图…
-
在Git Bash中,执行github.com上的git pull时,提示Unknown SSL protocol error in connection to github.com:443,弃用连接方式HTTPS,让其支持SSH的解决流程
1、执行命令:git pull –progress –no-rebase -v “origin”,报错,如图1fatal: unab…
-
在yii2-starter-kit中,报错:Class ‘trntv/aceeditor/AceEditor’ not found的解决流程
1、打开后端 – 内容 – 文本组件 – 创建文本块,报错:Class ‘trntv/aceeditor/AceEditorR…
-
在Windows 10、Nginx 1.10下安装yii2-starter-kit的实现及解决问题的流程
1、在Windows 10、Nginx 1.10下安装yii2-starter-kit,在命令行中运行:php console/yii app/setup,如图1 安装yii2-s…
-
在Windows 10下,Nginx 1.10添加虚拟主机后报错:nginx: [emerg] could not build server_names_hash的解决
1、编辑nginx.conf文件,添加了整计5个虚拟主机,如图1: 编辑nginx.conf文件,添加了整计5个虚拟主机 2、执行命令:nginx -s reload,重新加载,报…