上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 42 下一页
摘要: 海外版:https://github.com/Torann/laravel-geoip 文档:https://lyften.com/projects/laravel-geoip/doc/ composer:https://packagist.org/packages/torann/geoip#1.1 阅读全文
posted @ 2020-04-16 16:52 程序生(Codey) 阅读(530) 评论(0) 推荐(0) 编辑
摘要: cordova+vue Cordova 的环境搭建:https://blog.csdn.net/lucky541788/article/details/89462223 cordova + Vue 开发 APP 上手指南:https://www.jianshu.com/p/2e9bebb73d37 阅读全文
posted @ 2020-04-15 15:58 程序生(Codey) 阅读(340) 评论(0) 推荐(0) 编辑
摘要: php-lumen-fcm: https://github.com/brozot/Laravel-FCM Class 'FCM' not found https://github.com/brozot/Laravel-FCM/issues/46 https://github.com/brozot/L 阅读全文
posted @ 2020-04-14 10:19 程序生(Codey) 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 第一步:给你的Chrome添加JetBrains IDE Support的插件,需要FQ,就是下图的这个。 第二步:我们把项目跑起来,也就是运行命令,我这边是 yarn run start 第三步:打开Webstorm(Phpstorm)的运行窗口,点击Edite Connfigurations 添 阅读全文
posted @ 2020-04-09 18:01 程序生(Codey) 阅读(1250) 评论(0) 推荐(0) 编辑
摘要: Java和PHP配合:deflate(压缩)和inflate(解压)一、Java中deflate压缩发送给php解压缩 Android中deflate代码 OutputStream urlOutStream = urlConnection.getOutputStream(); // 要使用no_wr 阅读全文
posted @ 2020-03-31 09:51 程序生(Codey) 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: 问题:Token has expired 1.可能是env的JWT_SECRET没设置导致的 2.ttl 设置 定位 JWT 完整使用详解: https://learnku.com/articles/10885/full-use-of-jwt Laravel 的 JWT 加密源码解析: https: 阅读全文
posted @ 2020-03-31 09:43 程序生(Codey) 阅读(320) 评论(0) 推荐(0) 编辑
摘要: element https://element.eleme.cn/#/zh-CN/component/installation https://github.com/elemefe mint-ui http://elemefe.github.io/mint-ui/#/tab-container vu 阅读全文
posted @ 2020-03-31 00:18 程序生(Codey) 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 先安装依赖包: yum install openssl openssl-devel 找到之前PHP的安装包,进入PHP安装包里的OpenSSL文件夹,根据个人的安装包位置不同,我的是 cd /usr/local/php-7.1.31/ext/openssl/ 执行命令, 此处/usr/local/p 阅读全文
posted @ 2020-03-26 18:19 程序生(Codey) 阅读(843) 评论(0) 推荐(0) 编辑
摘要: 最近发现直接用yum安装php更加方便 参考: htps://jingyan.baidu.com/article/870c6fc3460834b03fe4be06.html 由于linux的yum源不存在php7.x,所以我们要更改yum源: rpm -Uvh https://dl.fedorapr 阅读全文
posted @ 2020-03-26 17:26 程序生(Codey) 阅读(756) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qdujunjie/article/details/38415033 找到php.ini 其中找到xdebug扩展加载处: extension=/usr/local/Cellar/php54-xdebug/2.2.5/xdebug.so 修改为: zend 阅读全文
posted @ 2020-03-22 21:28 程序生(Codey) 阅读(720) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 42 下一页