上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 40 下一页
摘要: return redirect()->route('exams.sign',['token'=>$token,'id'=>$result['id']]); // 签到页面 Route::get('exams/sign','ExamTwoController@sign')->name('exams.s 阅读全文
posted @ 2022-02-24 14:25 王越666 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1:utils 目录下新建一个Cache.js文件 2:文件下书写以下代码: // 缓存类 class Cache { // 构造方法 单位秒 constructor({ expire = 3600 }) { // 成员属性 过期时间 // 毫秒 this.expire = new Date().g 阅读全文
posted @ 2022-02-23 21:00 王越666 阅读(130) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>添加</title> <link rel="stylesheet" href="http://apps.bdimg.com/libs/bootstrap/3.3 阅读全文
posted @ 2022-02-22 21:15 王越666 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1:浏览器输入jwt 官网 官方地址 https://jwt.io/introduction 2:复制composer 命令 composer require firebase/php-jwt 3:文件下载目录 (1)laravel 下载的文件位置 (2):tp文件位置 4:文件新建一个servic 阅读全文
posted @ 2022-02-21 16:59 王越666 阅读(735) 评论(0) 推荐(0) 编辑
摘要: think验证方式 阅读全文
posted @ 2022-02-21 15:46 王越666 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 参看博客: https://blog.csdn.net/syq8023/article/details/89844030 http://jingyan.baidu.com/album/59703552beda4f8fc1074063.html?picindex=12 阅读全文
posted @ 2022-02-21 14:24 王越666 阅读(82) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <title>二维码生成</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport 阅读全文
posted @ 2022-02-18 13:54 王越666 阅读(102) 评论(0) 推荐(0) 编辑
摘要: laravel 官方手册有详细的步骤 https://learnku.com/articles/6504/laravel-cross-domain-solution 博客链接: https://blog.csdn.net/daxianyu666/article/details/122184656?s 阅读全文
posted @ 2022-02-17 13:42 王越666 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 1.下载JSON-Handel插件 1) http://jsonhandle.sinaapp.com 点击下载会将json-handle 插件(crx)下载本地 2.打开Chrome浏览器地址栏输入:chrome://extensions 出现如下界面 将下载的JSON-handle_0.6.1.c 阅读全文
posted @ 2022-02-16 21:14 王越666 阅读(1490) 评论(0) 推荐(0) 编辑
摘要: 默认超过指定长度以...显示, 鼠标放到文本上显示全 代码如下 .fh{ max-width:220px; word-wrap:break-word; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } .fh:hover { 阅读全文
posted @ 2022-02-16 21:08 王越666 阅读(56) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 40 下一页