摘要: 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 网络来者 阅读(33) 评论(0) 推荐(0)
摘要: 1npm install -g @vue/cli vue create vue-hello cd vue-hello npm run serve 打开文件:src/App.vue <template> <!-- 页面展示内容 --> <div class="hello-page"> <h1> Hel 阅读全文
posted @ 2026-04-02 21:00 网络来者 阅读(2) 评论(0) 推荐(0)
摘要: vue260331/ ├── index.html # Vite 入口 HTML ├── package.json # 依赖配置 ├── vite.config.js # Vite + 路径别名 @ └── src/ ├── main.js # 注册 EP / Pinia / Router / 图标 阅读全文
posted @ 2026-04-01 21:23 网络来者 阅读(1) 评论(0) 推荐(0)
摘要: using System; using System.Net; using System.Net.Sockets; using System.ServiceProcess; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
posted @ 2026-03-31 10:44 网络来者 阅读(3) 评论(0) 推荐(0)
摘要: using System; using System.IO; using System.ServiceProcess; using System.Threading; using System.Threading.Tasks; namespace MyDelayService { public pa 阅读全文
posted @ 2026-03-31 10:36 网络来者 阅读(1) 评论(0) 推荐(0)
摘要: 日志库SerilogESDemo.Net9SerilogESDemo.Net48SerilogHelper.cswsl --list --online wsl --install Debian sudo -i wsldebian qazwsx.* wsl.exe -d Debian apt inst 阅读全文
posted @ 2026-02-28 08:14 网络来者 阅读(5) 评论(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 网络来者 阅读(234) 评论(0) 推荐(0)
摘要: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <!-- 读取 version.txt 中的版本号 --> <VersionFile>version 阅读全文
posted @ 2026-02-22 06:27 网络来者 阅读(5) 评论(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 网络来者 阅读(6) 评论(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 网络来者 阅读(45) 评论(0) 推荐(0)
摘要: https://fofa.info/header="https://account.jetbrains.com/fls-auth" && country="CN" 阅读全文
posted @ 2025-10-12 11:34 网络来者 阅读(65) 评论(0) 推荐(0)