摘要: 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:12 fight139 阅读(0) 评论(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 阅读(6) 评论(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 阅读(5) 评论(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 阅读(3) 评论(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 阅读(6) 评论(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 阅读(10) 评论(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 阅读(23) 评论(0) 推荐(0)
摘要: 方案 针对iframe组件,平铺渲染,切换菜单也不做删除 <template> <component v-for="item in views" :is="item.component" :style="getStyle(item)" class="iframe-box"></component> 阅读全文
posted @ 2025-07-16 14:58 fight139 阅读(33) 评论(0) 推荐(0)
摘要: RequestInterceptor 请求过滤器 feign.SynchronousMethodHandler#targetRequest 添加过滤器 @ConditionalOnBean({OAuth2ClientContext.class}) public class FeignClientTo 阅读全文
posted @ 2025-07-11 10:44 fight139 阅读(6) 评论(0) 推荐(0)
摘要: https://ke-complex-modifications.pqrs.org/ https://ke-complex-m 上下左右 { "description": "Change hyper-(jikl) to (←↑↓→) keys", "manipulators": [ { "from" 阅读全文
posted @ 2025-06-19 23:15 fight139 阅读(27) 评论(0) 推荐(0)
摘要: css图标 content: " "; 引入图标: @font-face { font-family: "agGridQuartz"; src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABmsAAsAAAAANbQAABlcAAEA 阅读全文
posted @ 2025-06-04 19:05 fight139 阅读(23) 评论(0) 推荐(0)
摘要: // fs读取aa.css文件 const css = fs.readFileSync("public/aa.css", "utf-8"); const lines = css.split("\n").filter(i => i.includes(content: var(--ag-)) .map( 阅读全文
posted @ 2025-06-04 17:02 fight139 阅读(28) 评论(0) 推荐(0)
摘要: 反序列化 private final SecurityProperties securityProperties; private final ObjectMapper objectMapper; private Map<String, JavaType> CLASS_CACHE = new Has 阅读全文
posted @ 2025-05-29 17:35 fight139 阅读(10) 评论(0) 推荐(0)