摘要:
1.com.alibaba.druid.pool.DruidDataSource : create connection error, url: jdbc:mysql:// 1)未开启远程操作权限 win+R->cmd进入登录自己的mysql: 输入命令:mysql -u root -p ****( 阅读全文
摘要:
海外版:https://github.com/Torann/laravel-geoip 文档:https://lyften.com/projects/laravel-geoip/doc/ composer:https://packagist.org/packages/torann/geoip#1.1 阅读全文
摘要:
cordova+vue Cordova 的环境搭建:https://blog.csdn.net/lucky541788/article/details/89462223 cordova + Vue 开发 APP 上手指南:https://www.jianshu.com/p/2e9bebb73d37 阅读全文
摘要:
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 阅读全文
摘要:
第一步:给你的Chrome添加JetBrains IDE Support的插件,需要FQ,就是下图的这个。 第二步:我们把项目跑起来,也就是运行命令,我这边是 yarn run start 第三步:打开Webstorm(Phpstorm)的运行窗口,点击Edite Connfigurations 添 阅读全文
摘要:
Java和PHP配合:deflate(压缩)和inflate(解压)一、Java中deflate压缩发送给php解压缩 Android中deflate代码 OutputStream urlOutStream = urlConnection.getOutputStream(); // 要使用no_wr 阅读全文
摘要:
问题:Token has expired 1.可能是env的JWT_SECRET没设置导致的 2.ttl 设置 定位 JWT 完整使用详解: https://learnku.com/articles/10885/full-use-of-jwt Laravel 的 JWT 加密源码解析: https: 阅读全文
摘要:
element https://element.eleme.cn/#/zh-CN/component/installation https://github.com/elemefe mint-ui http://elemefe.github.io/mint-ui/#/tab-container vu 阅读全文
摘要:
先安装依赖包: yum install openssl openssl-devel 找到之前PHP的安装包,进入PHP安装包里的OpenSSL文件夹,根据个人的安装包位置不同,我的是 cd /usr/local/php-7.1.31/ext/openssl/ 执行命令, 此处/usr/local/p 阅读全文
摘要:
最近发现直接用yum安装php更加方便 参考: htps://jingyan.baidu.com/article/870c6fc3460834b03fe4be06.html 由于linux的yum源不存在php7.x,所以我们要更改yum源: rpm -Uvh https://dl.fedorapr 阅读全文