05 2021 档案
摘要:## A表中A字段和B表中的A字段相同,把A表中的B字段赋值给B表的B字段## 示例:update rx_camera_manager a,rx_cam b set a.zone_uuid=b.zone where a.device_id=b.device;
阅读全文
摘要:一件启动工作中所需的软件 新建txt文件 复制下发脚本文件,并修改成你自己的程序的路径 @echo off title 一键启动工作软件 start /d "D:\Tool\DingDing" DingtalkLauncher.exe @echo 正在启动钉钉 start /d "D:\TengXu
阅读全文