上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 131 下一页
摘要: https://www.cnblogs.com/yhl1234/archive/2006/12/09/587114.html Page_Load(){ // some codes:code1 ...... If(!IsPostBack) { // some codes:code2 ...... } 阅读全文
posted @ 2022-11-22 10:43 yinghualeihenmei 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/YINZHE__/article/details/120575321 1. 在开始菜单中找 2.如果开始菜单中找不到按 win键+R键 打开后在里面输入 SQLServerManager10.msc 这里的 SQLServerManager10. 阅读全文
posted @ 2022-11-20 17:32 yinghualeihenmei 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 数据库热备:一般用于保证服务正常不间断运行,用两台机器作为服务机器,一台用于实际数据库操作应用,另外一台实时的从前者中获取数据以保持数据一致.如果当前的机器熄火,备份的机器立马取代当前的机器继续提供服务 冷备:.冷备份指在数据库关闭后,进行备份,适用于所有模式的数据库. 热备是指与目标设备共同运转, 阅读全文
posted @ 2022-11-20 17:09 yinghualeihenmei 阅读(1194) 评论(0) 推荐(1) 编辑
摘要: https://zhidao.baidu.com/question/2019922642324390228.html 1、点击左上角的【组织】按钮,如下图所示,然后进入下一步。 2、然后,在组织下拉菜单栏中,点击布局右侧的细节窗格,将其勾选,如下图所示,然后进入下一步。 3、最后,可以看到在左下角就 阅读全文
posted @ 2022-11-19 16:57 yinghualeihenmei 阅读(500) 评论(0) 推荐(0) 编辑
摘要: http://t.zoukankan.com/Sabre-p-3855689.html 1.运行WebService的调用程序 2.浏览器中运行asmx,这一步是为了让w3wp.exe出现在下一步的列表中 3.“工具”或“调试”菜单-->附加到进程 (MS为什么把同一功能放在不同的两个菜单里?它们有 阅读全文
posted @ 2022-11-19 14:51 yinghualeihenmei 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/A080807/article/details/124483863 https://www.cnblogs.com/HomeSapiens/p/16366835.html C#新建和开启线程的Thread方法 第一步:使用System.Threading命 阅读全文
posted @ 2022-11-19 14:37 yinghualeihenmei 阅读(2542) 评论(0) 推荐(1) 编辑
摘要: https://learn.microsoft.com/zh-cn/dotnet/api/system.reflection.assembly.getexecutingassembly?redirectedfrom=MSDN&view=net-7.0#System_Reflection_Assemb 阅读全文
posted @ 2022-11-18 16:56 yinghualeihenmei 阅读(432) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/f0e83a25d7fbbf22e591012b.html 第一个原因是红框内没有勾选上。选上之后就好了。 第二个问题是因为获取注册表的路径时,获取的是我本地的程序写入注册表的路径。 今天给大家讲在XP下创建自解压文件,XP自带的i 阅读全文
posted @ 2022-11-18 15:47 yinghualeihenmei 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://wenda.so.com/q/1373000633063497 引用COM组件Windows Script Host Object Model;//设置一个快捷方式IWshRuntimeLibrary.WshShell shell = new IWshRuntimeLibrary.W 阅读全文
posted @ 2022-11-18 14:41 yinghualeihenmei 阅读(430) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lindexi_gd/article/details/100174991 如果想要创建快捷方式等,很多使用都需要引用 WshShell 类,这个类需要通过 COM 的方法引用 引用 WshShell 不是在一个程序集,而是 Windows Script H 阅读全文
posted @ 2022-11-18 14:31 yinghualeihenmei 阅读(162) 评论(0) 推荐(0) 编辑
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 131 下一页