会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
910624858
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
41
下一页
2022年2月22日
jQuery Validatede 结合Ajax 表单验证提交
摘要: <!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)
2022年2月21日
jwt 的下载无需复制博客和博客园
摘要: 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)
tp6 验证方式
摘要: think验证方式
阅读全文
posted @ 2022-02-21 15:46 王越666
阅读(52)
评论(0)
推荐(0)
source tree的使用
摘要: 参看博客: 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)
2022年2月18日
网址生成二维码
摘要: <!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)
2022年2月17日
laravel 解决跨域问题并封装到中间件
摘要: 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)
2022年2月16日
chrome浏览器添加JSON插件
摘要: 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)
表格的td行利用css显示...
摘要: 默认超过指定长度以...显示, 鼠标放到文本上显示全 代码如下 .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)
table表格的td行利用css显示...
摘要: 默认超过指定长度以...显示, 鼠标放到文本上显示全 代码如下 .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)
tp5.0使用JWT完成token认证技术
摘要: 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
下一页
公告