会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卷叶小树
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2023年8月29日
js事件移除
摘要: 1.AbortController()addEventListener()时,可以配置一个信号,用于命令式地中止/删除监听器。当相应的控制器调用 .abort() 时,监听器会被移除: const button = document.getElementById('button'); const c
阅读全文
posted @ 2023-08-29 19:27 卷叶小树
阅读(606)
评论(0)
推荐(0)
2023年8月8日
nginx
摘要: 1.nginx所在目录 sbin/nginx2.相关命令 nginx 修改配置文件测试命令: nginx -t nginx重启命令: nginx -s reload 3.Node.js应用和一个域名绑定在一起,nginx反向代理 testNode.conf配置如下 server { listen 8
阅读全文
posted @ 2023-08-08 19:49 卷叶小树
阅读(18)
评论(0)
推荐(0)
2023年8月2日
copilot
摘要: (1)copilot 激活 https://www.kdocs.cn/l/cfqzpm94GMfk# (2)快捷键使用 tab自动补全 ctrl+enter 意见面板 alt+]切换不同意见代码 (3)copilot 安装和使用 https://docs.github.com/zh/copilot/
阅读全文
posted @ 2023-08-02 20:23 卷叶小树
阅读(125)
评论(0)
推荐(0)
2023年7月26日
测试
摘要: 1.移动端测试安卓虚拟机:浏览器 more tools - remote device2.性能测试WebPageTest 网站
阅读全文
posted @ 2023-07-26 20:51 卷叶小树
阅读(24)
评论(0)
推荐(0)
2023年7月21日
重写elementUI的dialog組件
摘要: 1.重写el-dialog:elOverlayAutoclose.js import { Dialog } from 'element-ui' const DialogPathed = { extends: Dialog, data() { return { wrapperMouseDowned:
阅读全文
posted @ 2023-07-21 09:24 卷叶小树
阅读(328)
评论(0)
推荐(0)
2023年7月16日
github无法连接
摘要: 1.方案1:安装 fastgithub_win-x64加速 下载直接到网上搜索就能找到 2.方案2:修改hosts 本地无法访问github,推荐尝试一个修改hosts,加速访问 github 的项, https://gitlab.com/ineo6/hosts 注意不要使用项目中的 FastDev
阅读全文
posted @ 2023-07-16 12:18 卷叶小树
阅读(337)
评论(0)
推荐(0)
2023年7月13日
常见计算机问题
摘要: 1.网络太慢切换网络
阅读全文
posted @ 2023-07-13 16:46 卷叶小树
阅读(35)
评论(0)
推荐(0)
2023年7月5日
css文本&布局属性
摘要: 1.writing-mode(协作模式):块内容(段落)在页面的流程方式 horizontal-tb(默认):水平内容,从上到下 vertical-lr:垂直内容,从左到右 vertical-rl:垂直内容,从右到左 2.direction(方向):内联内容(字符)如何在屏幕上流动 ltr(默认):
阅读全文
posted @ 2023-07-05 10:47 卷叶小树
阅读(19)
评论(0)
推荐(0)
2023年6月23日
css&js的一些技巧汇总(未完待续)
摘要: 1.height无法达到效果时,可以试试max-height比如:transition对height:auto 无效,可以通过max-height:50vh解决 2.:focus 和 :blur事件在交互上存在冲突时,可以通过hover解决 比如:input的blur失去焦点ul收起,但在点击li标
阅读全文
posted @ 2023-06-23 17:46 卷叶小树
阅读(11)
评论(0)
推荐(0)
常见js库
摘要: 1.loadash JavaScript 工具库 2.day.js 日期时间处理工具 3.fake-progress进度条组件 4.http-server启动一个http服务 5.jsonEditor js库 - 可视化方式编辑json数据 6.BigNumberjs大数计算,避免大数溢出、精度丢失
阅读全文
posted @ 2023-06-23 16:26 卷叶小树
阅读(38)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告