上一页 1 2 3 4 5 6 7 ··· 59 下一页
摘要: https://www.vueusejs.com/guide/ npm i -D @vueuse/nuxt @vueuse/core pnpm add -D @vueuse/nuxt @vueuse/core 定义变量 const contentParent = ref(); 定义div <div 阅读全文
posted @ 2024-03-14 09:02 jiduoduo 阅读(88) 评论(0) 推荐(0)
摘要: 调试的时候,能看一下console输出,直接运行,最前面的console显示不全。 通过以上的设置, 这样就显示全了。 阅读全文
posted @ 2024-03-13 20:48 jiduoduo 阅读(209) 评论(0) 推荐(0)
摘要: 今天碰到一个问题,就是工作台,要根据权限来自动显示有权限的模块。 一开始是纵向的,导致一些问题,也就是说01,05,09显示一列,02,06显示一列。 如果02,06有权限的话,显示的是左边空的,右边显示出来,怪怪的。 现在要让模块02,06,比如还多一个05,模块显示,那么就是02,06,05,按 阅读全文
posted @ 2024-03-12 20:30 jiduoduo 阅读(154) 评论(0) 推荐(0)
摘要: 在Excel中,$B$2是一个单元格引用,$表示绝对引用。在自动填充时,带有$的单元格将保持不变。 当我们在Excel中输入公式或函数时,可以使用单元格引用来实现对数据的计算和引用。 在这个例子中,$B$2表示的是B列的第二行,也就是B2单元格。 $A$1表示第一行第一列的单元格,即A1单元格;$D 阅读全文
posted @ 2024-02-26 21:13 jiduoduo 阅读(344) 评论(0) 推荐(0)
摘要: 方法一:使用flex布局 <style> .container { display: flex; align-items: center; height: 100px; } </style> <div class="container"> <span>要居中的文本</span> </div> 方法二 阅读全文
posted @ 2024-02-20 17:36 jiduoduo 阅读(230) 评论(0) 推荐(0)
摘要: 在Harmony OS 开发的时候,安装第三方控件的时候,报zsh: command not found: ohpm。 打开发现ohpm是已经安装好了,但是Terminal报zsh: command not found: ohpm。 解决: 增加环境变量: $> vim .zshrc 然后进入ins 阅读全文
posted @ 2024-02-19 08:50 jiduoduo 阅读(489) 评论(0) 推荐(0)
摘要: String webStr = getRequest().getScheme() + "😕/" + getRequest().getServerName() + ":" getRequest().getServerPort() + getRequest().getContextPath(); ht 阅读全文
posted @ 2024-02-18 17:32 jiduoduo 阅读(447) 评论(0) 推荐(0)
摘要: 这种效果,如果来实现呢?一般会有一些三方的组件,比如Icon 图标 van-icon。 也可以手工写下: <div class="container"> <div class="item_dot"> </div> </div> 容容 .container{ position: relative; / 阅读全文
posted @ 2024-02-01 21:35 jiduoduo 阅读(17) 评论(0) 推荐(0)
摘要: 有时候pdf文件需要处理,有个开源工具。 https://github.com/Stirling-Tools/Stirling-PDF docker安装 1、下载 docker pull frooodle/s-pdf:latest 2、安装 docker run -d \ -p 8380:8080 阅读全文
posted @ 2024-01-18 08:52 jiduoduo 阅读(1970) 评论(0) 推荐(0)
摘要: 上个图:https://excalidraw.com/ 上个地址: https://github.com/excalidraw/excalidraw 并且还有vscode的插件,真是很方便哦~~。 阅读全文
posted @ 2024-01-17 10:28 jiduoduo 阅读(469) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 59 下一页