摘要: ![image](https://img2024.cnblogs.com/blog/1250855/202601/1250855-20260106134439405-22414260.png) 阅读全文
posted @ 2026-01-06 13:44 fight139 阅读(6) 评论(0) 推荐(0)
摘要: <template> <el-button @click="handle2">click</el-button> {{time2}} {{time}} </template> <script lang="ts" setup> import Worker2 from "@/worker?worker" 阅读全文
posted @ 2026-01-05 10:41 fight139 阅读(3) 评论(0) 推荐(0)
摘要: watch(() => [props.modelValue], () => { init(); refreshTreeCheck(); }, { deep: true, }); 阅读全文
posted @ 2026-01-04 14:27 fight139 阅读(4) 评论(0) 推荐(0)
摘要: 报错截图 定位 !isBoolean && (typeof value!='string') && (typeof value !='number') && (typeof value !='boolean') 阅读全文
posted @ 2025-12-15 17:04 fight139 阅读(5) 评论(0) 推荐(0)
摘要: 入口index.html不使用缓存 set $default_index "index.html"; location = / { add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revali 阅读全文
posted @ 2025-11-28 16:43 fight139 阅读(6) 评论(0) 推荐(0)
摘要: 如图 由于滚动条占据了右侧的容器宽度,导致容器被挤压,中间内容偏移 解决方案 动态判断是否存在滚动条,如果存在,则paddingr-right - 一般的滚动条宽度, import {Directive, watch, watchEffect} from "vue"; import {useDrag 阅读全文
posted @ 2025-11-28 11:50 fight139 阅读(8) 评论(0) 推荐(0)
摘要: nginx配置 location ~* "^(.+)\.js$" { set $original_js $1; add_header Cache-Control "no-cache, no-store, must-revalidate, max-age=0"; add_header Pragma " 阅读全文
posted @ 2025-11-24 11:13 fight139 阅读(6) 评论(0) 推荐(0)
摘要: 安装 生效环境变量 This is usually done by running one of the following (note the leading DOT): . "\(HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh source " 阅读全文
posted @ 2025-11-07 09:44 fight139 阅读(8) 评论(0) 推荐(0)
摘要: 使用了spreadJs后 https://github.com/paloitsingapore/spreadjs-vite https://developer.mescius.com/spreadjs/docs/javascript-frameworks/spreadjs-with-individu 阅读全文
posted @ 2025-11-06 13:20 fight139 阅读(14) 评论(0) 推荐(0)
摘要: "@tkskto/vue-component-analyzer": "^0.10.0", import {getImportDeclarationTree} from '@tkskto/vue-component-analyzer'; const jsonOfTree = getImportDecl 阅读全文
posted @ 2025-11-03 14:51 fight139 阅读(5) 评论(0) 推荐(0)
摘要: 解决方案 修改yml文件 dns: enable: true use-hosts: true ipv6: false respect-rules: true default-nameserver: [119.29.29.29, 114.114.114.114] proxy-server-namese 阅读全文
posted @ 2025-10-21 08:25 fight139 阅读(0) 评论(0) 推荐(0)
摘要: 编译可执行文件 g++ -std=c++20 main.cpp -o demo1 cmake编译 cmake --buid ./cmake-build-debug --target demo1 -j 12 阅读全文
posted @ 2025-09-24 16:18 fight139 阅读(9) 评论(0) 推荐(0)
摘要: 调节鼠标熟读 defaults write -g com.apple.mouse.scaling 6 fish cd ~/.config/fish/ vim config.fish cmake export PATH=$PATH:/Users/zhx/opt/cmake/cmake-4.1.1-ma 阅读全文
posted @ 2025-09-13 09:52 fight139 阅读(11) 评论(0) 推荐(0)
摘要: 添加Docker官方仓库 sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo yum install -y docker-ce docker-ce-cli co 阅读全文
posted @ 2025-08-26 11:20 fight139 阅读(7) 评论(0) 推荐(0)
摘要: css .ag-ltr .ag-cell { border-right-color: inherit; } .ag-header-cell:after, .ag-theme-quartz .ag-header-group-cell:after { height: 100%; top: 0; bott 阅读全文
posted @ 2025-07-24 11:15 fight139 阅读(28) 评论(0) 推荐(0)