12 2021 档案

摘要:请问能否检索所有存储过程中是否存在指定的关键字 select * from sysobjects o ,syscomments s where o.id = s.id and text like '%Key Word%' 阅读全文 »
posted @ 2021-12-29 17:00 vvull 阅读(55) 评论(0) 推荐(0) 编辑
摘要:SQL FORMAT() 函数 阅读全文 »
posted @ 2021-12-24 16:38 vvull 阅读(51) 评论(0) 推荐(0) 编辑
摘要:Windows 下 exe 服务注册到 service 服务中 添加服务 sc create "Service name" binpath="D:\vv_test.exe" start=auto 删除服务 sc delete "Service name" 开启服务 sc start "Service 阅读全文 »
posted @ 2021-12-13 16:24 vvull 阅读(49) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示