摘要: 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 网络来者 阅读(36) 评论(0) 推荐(0)
摘要: Ultralytics 8.4.48 Python 3.10.11 PyTorch 1.13.0+cu116 GPU: Quadro P620 (4096MiB)https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exeC:\ 阅读全文
posted @ 2026-05-09 10:13 网络来者 阅读(2) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using System.Windo 阅读全文
posted @ 2026-05-08 11:55 网络来者 阅读(6) 评论(0) 推荐(0)
摘要: host: ${REDIS_DEFAULT_URL:10.30.35.116} port: 6379 database: 9 阅读全文
posted @ 2026-04-08 09:27 网络来者 阅读(4) 评论(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 网络来者 阅读(3) 评论(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 网络来者 阅读(2) 评论(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 网络来者 阅读(2) 评论(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 网络来者 阅读(6) 评论(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 网络来者 阅读(251) 评论(0) 推荐(0)
摘要: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <!-- 读取 version.txt 中的版本号 --> <VersionFile>version 阅读全文
posted @ 2026-02-22 06:27 网络来者 阅读(6) 评论(0) 推荐(0)