1 2 3 4 5 ··· 73 下一页
摘要: # # IDE / 编辑器 # .idea/ *.iml .vscode/ *.suo *.ntvs* *.njsproj *.sln *.sw? .pnp .pnp.js # # HBuilderX # .hbuilderx/ # # uni-app 编译输出 # unpackage/ dist/ 阅读全文
posted @ 2026-05-24 11:32 tonggc1668 阅读(3) 评论(0) 推荐(0)
摘要: git config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/"git config --global url."https://gitclone.com/github.com/".ins 阅读全文
posted @ 2026-05-02 10:05 tonggc1668 阅读(13) 评论(0) 推荐(0)
摘要: 2️⃣ 怎么判断同步好了没有?担心操作重复的话,这里有三个地方能帮你确认同步状态: 看 NVR:注册状态(第一步) 在 NVR 的“平台接入”配置页面,找到 “在线状态” 或 “注册状态”。如果是 “在线” 或 “已注册”,说明 NVR 和平台间的基础连接已经打通了,这是同步的前提。看平台:通道列表 阅读全文
posted @ 2026-04-29 13:19 tonggc1668 阅读(35) 评论(0) 推荐(0)
摘要: chmod 755 /root# 2. 把你所有目录都设置为“可读可写可访问”chmod -R 755 /rootchmod -R 755 /home# 3. 强制设置 SSH 允许 root 完全访问(解决SFTP底层权限)sed -i 's/#PermitRootLogin prohibit-p 阅读全文
posted @ 2026-04-28 22:51 tonggc1668 阅读(6) 评论(0) 推荐(0)
摘要: WSL Ubuntu 完整迁移到 D 盘教程(无损迁移,不丢数据) 一、前期准备 关闭所有 WSL 窗口 在管理员 PowerShell 中执行,全程不要中途关闭窗口 在 D 盘新建两个文件夹: D:\WSL\Backup (存放备份压缩包) D:\WSL\Ubuntu (存放迁移后的系统) 二、查 阅读全文
posted @ 2026-04-24 22:11 tonggc1668 阅读(285) 评论(0) 推荐(0)
摘要: 第一步:提前确认(你已经完成大半) 你已经开了 WSL2、虚拟化 后面我们不用 VMware、不用显卡直通 架构: Windows + WSL2 + Docker Desktop + Ubuntu22.04容器 + 独显CUDA第二步:下载 Docker Desktop官网正版,无广告:https: 阅读全文
posted @ 2026-04-24 21:11 tonggc1668 阅读(51) 评论(0) 推荐(0)
摘要: <select id="select120Count" resultType="int"> SELECT count(1) FROM mvp_fenghuo.t_120_tfsjxx t1 INNER JOIN ( -- 使用窗口函数获取每个 C_001 对应 C_002 最晚的一条记录 SELEC 阅读全文
posted @ 2026-03-05 15:45 tonggc1668 阅读(9) 评论(0) 推荐(0)
摘要: App.vue <template> <div class="app"> <h1>你好啊!</h1> </div> </template> <script lang="ts"> export default { name:'App' //组件名 } </script> <style> .app { 阅读全文
posted @ 2026-01-21 22:11 tonggc1668 阅读(18) 评论(0) 推荐(0)
摘要: setup插件 npm i vite-plugin-vue-setup-extend -D vite.config.ts 加入import VueSetupExtend from 'vite-plugin-vue-setup-extend'和 VueSetupExtend() import { fi 阅读全文
posted @ 2026-01-21 22:05 tonggc1668 阅读(15) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2025-02-12 11:19 tonggc1668 阅读(25) 评论(0) 推荐(0)
1 2 3 4 5 ··· 73 下一页