上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页
摘要: 一、加密与解密 1、 官网资料 SQL Server 和数据库加密密钥(数据库引擎):链接 使用加密:链接 2、服务器SQL Server数据库被加密恢复方案 https://baijiahao.baidu.com/s?id=1689479385304735963&wfr=spider&for=pc 阅读全文
posted @ 2021-03-17 09:20 不溯流光 阅读(527) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/liweis/p/4725707.html 下载SSMA前要注意,应该下载匹配自己sql server版本的版本,比如用的是sql server2005,那就不要下载最新版本,不然导出时没有sql server2005的选项。 我迁移后只有表结构,没有 阅读全文
posted @ 2021-03-16 14:59 不溯流光 阅读(170) 评论(0) 推荐(0)
摘要: Type t = tc.GetType();//获得该类的Type foreach (PropertyInfo pi in t.GetProperties) { object value1 = pi.GetValue(tc, null));//用pi.GetValue获得值 string name 阅读全文
posted @ 2021-03-12 14:34 不溯流光 阅读(403) 评论(0) 推荐(0)
摘要: 点击控件后要先设置焦点,添加语句: mycontrol.Focus(); https://bbs.csdn.net/topics/392719597 阅读全文
posted @ 2021-03-10 14:53 不溯流光 阅读(629) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/LittleTiger/p/4726998.html Kermit是用于与PC之间交换文件的一种简单的文件传输协议。该协议是哥仑比亚大学开发的,由于在Kermit the Frog之后而获得此名。它提供了一条从大型计算机下载文件到微机的途径。它已被用于 阅读全文
posted @ 2021-03-09 17:47 不溯流光 阅读(575) 评论(0) 推荐(0)
摘要: 下载及使用: https://jingyan.baidu.com/article/414eccf6716fa06b431f0a1c.html 阅读全文
posted @ 2021-03-09 17:45 不溯流光 阅读(253) 评论(0) 推荐(0)
摘要: 下载和使用: https://blog.csdn.net/qq_34202873/article/details/88391265 无比好用,相见恨晚 >< 阅读全文
posted @ 2021-03-09 17:41 不溯流光 阅读(192) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/haifeng10001/article/details/105170912 阅读全文
posted @ 2021-03-03 11:03 不溯流光 阅读(84) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/ywd1992/article/details/90271352 阅读全文
posted @ 2021-03-03 11:01 不溯流光 阅读(1284) 评论(0) 推荐(0)
摘要: 1、基本命令 https://www.cnblogs.com/foxshu/p/12145584.html 2、帮助指令 https://www.cnblogs.com/kumata/p/8993914.html 阅读全文
posted @ 2021-03-03 11:00 不溯流光 阅读(70) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页