上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页
摘要: <!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 阅读(105) 评论(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 阅读(950) 评论(0) 推荐(0)
摘要: think验证方式 阅读全文
posted @ 2022-02-21 15:46 王越666 阅读(52) 评论(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 阅读(92) 评论(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 阅读(112) 评论(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 阅读(440) 评论(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 阅读(1527) 评论(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 阅读(64) 评论(0) 推荐(0)
摘要: 默认超过指定长度以...显示, 鼠标放到文本上显示全 代码如下 .fh{ max-width:220px; word-wrap:break-word; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } .fh:hover { 阅读全文
posted @ 2022-02-16 20:59 王越666 阅读(104) 评论(0) 推荐(0)
摘要: 1、安装 composer require firebase/php-jwt 2、封装(在框架根目录extend下新建Token.php) 复制代码 <?php use Firebase\JWT\JWT; class Token { const SECRET = 'hello';//密钥 //创建t 阅读全文
posted @ 2022-02-16 20:50 王越666 阅读(243) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页