随笔 - 326,  文章 - 0,  评论 - 0,  阅读 - 16万
07 2023 档案
开关思想
摘要:![](https://img2023.cnblogs.com/blog/1341065/202307/1341065-20230726113717585-737917876.png) ![](https://img2023.cnblogs.com/blog/1341065/202307/13410 阅读全文
posted @ 2023-07-26 11:37 文种玉 编辑
JS 嵌套循环
摘要:```js for (var i = 0; i < 5; i++) { while (i % 3 == 0) { i++; console.log(i); break; } console.log(i); } for (var i = 0; i < 5; i++) { while (i || i++ 阅读全文
posted @ 2023-07-19 10:54 文种玉 编辑
没用
摘要:1. 安装cpolar内网穿透 官网 `https://www.cpolar.com/` 2. 打开宝塔终端命令窗口,使用cpolar一件安装脚本: `curl -L https://www.cpolar.com/static/downloads/install-release-cpolar.sh 阅读全文
posted @ 2023-07-13 11:42 文种玉 编辑
NavigationDuplicated: Avoided redundant navigation to current location: "/".
摘要:```js /* vue-router 3.5.3 引入的promise 当重复点击两下的时候,会出现一个 NavigationDuplicated: Avoided redundant navigation to current location: "/". 解决方案: 重写路由push或者rep 阅读全文
posted @ 2023-07-06 16:06 文种玉 编辑
css溢出隐藏
摘要:```css overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; ``` 阅读全文
posted @ 2023-07-05 10:34 文种玉 编辑
静态页面_登录页面
摘要:```html 登录 用户名: 密码: 登录 ``` 阅读全文
posted @ 2023-07-04 11:58 文种玉 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示