上一页 1 2 3 4 5 6 7 ··· 49 下一页
摘要: 一、配置 1、找到同版本的laravel下的\vendor\laravel\framework\src\Illuminate\Cookie目录下的文件拷贝到lumen的\vendor\illuminate\cookie目录下 二、使用 $cookie = \Symfony\Component\Htt 阅读全文
posted @ 2023-11-11 09:31 样子2018 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 一、设置 1、新建Libs/function.php 2、在app.php中引入function.php 阅读全文
posted @ 2023-10-20 14:28 样子2018 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 一、配置 1、在\app\bootstrap\app.php中取消注释 $app->withFacades(); $app->withEloquent(); $app->routeMiddleware([ 'auth' => App\Http\Middleware\Authenticate::cla 阅读全文
posted @ 2023-10-13 10:20 样子2018 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 一、基本操作 1、/database/migrations/ 目录下生成一个php文件,这个文件主要包括两个函数,在up()函数中根据你的需求定义数据库字段 php artisan make:migration create_users_table --create=users <?php use 阅读全文
posted @ 2023-10-13 09:59 样子2018 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 一、修改Lumen 1、打开bootstrap/app.php,在相应位置添加注册SessionServiceProvider $app->register(Illuminate\Session\SessionServiceProvider::class); 2、同样在bootstrap/app.p 阅读全文
posted @ 2023-10-12 16:10 样子2018 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 一、服务商代开发小程序 文档:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/how_to_dev.html 二、extAppid 的开发调试 文档:https://developers 阅读全文
posted @ 2023-09-16 16:12 样子2018 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 一、示例代码 <html> <head></head> <body> <script src="jquery.js"></script> <script> const login = async function(){ var a = await new Promise((resolve, reje 阅读全文
posted @ 2023-07-31 16:39 样子2018 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 文档:https://lbsyun.baidu.com/index.php?title=webapi/weather 一、申请API Key 百度ak申请地址:http://lbsyun.baidu.com/apiconsole/key 二、接口示例 https://api.map.baidu.co 阅读全文
posted @ 2023-06-17 10:59 样子2018 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 一、vcard格式 BEGIN:VCARD VERSION:3.0 FN:样子 TEL;CELL;VOICE:18333333333 TEL;WORK;VOICE:010-66600000 TEL;WORK;FAX:010-66600001 EMAIL;PREF;INTERNET:1@qq.com 阅读全文
posted @ 2023-06-03 09:45 样子2018 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 一、文档 https://ai.baidu.com/ai-doc/IMAGESEARCH/Ck3bczreq 二、示例代码 获取token 1、入库 <?php /** * 发起http post请求(REST API), 并获取REST请求的结果 * @param string $url * @p 阅读全文
posted @ 2023-06-02 10:03 样子2018 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 49 下一页