05 2024 档案
摘要:--查询死锁表 select request_session_id spid, OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' --删除死
阅读全文
摘要:需求:加密通过SFPT上传文件 1.安装PuTTY 2.生成文件,文件不用后缀名 3.上代码 class Program { private static string file = "C:\\Users\\3859\\Desktop\\RODHoldToRepairOrScrapList KSZR
阅读全文
摘要:需求:使用密钥文件+SFTP上传文件 freesshd下载:https://www.jb51.net/softs/669545.html PuTTY下载:https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html freesshd配置
阅读全文