摘要: drop table t0903;create table t0903 as select END_TIME,id from CLASS_RECORD_LINE x WHERE ID = 104396;delete t0903;select * from t0903 for update ; upd 阅读全文
posted @ 2024-09-03 15:37 网络来者 阅读(29) 评论(0) 推荐(0)
摘要: # 1. 先更新系统包列表 sudo apt update && sudo apt install -y curl wget build-essential make g++ cmake python3 # 2. 使用国内镜像源安装 Node.js(解决网络问题) # 对于 Ubuntu/Debia 阅读全文
posted @ 2026-02-22 11:34 网络来者 阅读(10) 评论(0) 推荐(0)
摘要: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <!-- 读取 version.txt 中的版本号 --> <VersionFile>version 阅读全文
posted @ 2026-02-22 06:27 网络来者 阅读(3) 评论(0) 推荐(0)
摘要: create or replace trigger 上料工单表基本规则 before insert on ITEM_ORDER_BIND_NEW for each row declare v_cnt int; v_id ITEM_RESOURCE_BIND_NEW."KEY"%type; v_INV 阅读全文
posted @ 2025-10-21 18:48 网络来者 阅读(5) 评论(0) 推荐(0)
摘要: reg add "HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell" /v FolderType /t REG_SZ /d "" /f一条命令就能把 Windows 阅读全文
posted @ 2025-10-12 15:05 网络来者 阅读(43) 评论(0) 推荐(0)
摘要: https://fofa.info/header="https://account.jetbrains.com/fls-auth" && country="CN" 阅读全文
posted @ 2025-10-12 11:34 网络来者 阅读(60) 评论(0) 推荐(0)
摘要: https://github.com/hangwin/mcp-chrome/blob/master/README_zh.md下载 https://github.com/hangwin/mcp-chrome/releases/download/v0.0.6/chrome-mcp-server-0.0. 阅读全文
posted @ 2025-10-11 19:47 网络来者 阅读(37) 评论(0) 推荐(0)
摘要: https://www.python.org/https://nodejs.org/enpowershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"https://github.com/runek 阅读全文
posted @ 2025-10-11 18:59 网络来者 阅读(15) 评论(0) 推荐(0)
摘要: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" https://github.com/runekaagaard/mcp-alchemy"imes": { "command": "uv 阅读全文
posted @ 2025-10-08 22:00 网络来者 阅读(7) 评论(0) 推荐(0)
摘要: private void Form1_Load(object sender, EventArgs e) { 下拉初始化(); gridControl1.DataSource = DemoData.GetGridData(); } private void 下拉初始化() { GridView vie 阅读全文
posted @ 2025-09-17 13:38 网络来者 阅读(42) 评论(0) 推荐(0)
摘要: 过滤 高亮显示 ,不过滤非匹配行行选择,单行编辑 活动行着色 保存 阅读全文
posted @ 2025-09-14 12:06 网络来者 阅读(9) 评论(0) 推荐(0)