摘要: switch ("MySql") //选择语句 // case语句 成对 结束 执行到 第一个break { case "SqlServer2000": case "SqlServer2005": case "SqlServer2008": ... 阅读全文
posted @ 2018-04-11 17:25 enych 阅读(437) 评论(0) 推荐(0) 编辑
摘要: namespace test { using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; public class Form1 : Form // public partial class Form1 : Form ... 阅读全文
posted @ 2018-04-11 15:28 enych 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("test")] //程序集标题 [as... 阅读全文
posted @ 2018-04-11 15:10 enych 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 如果是在Windows Server 2012本地控制台下,直接按Win(键盘上的微软徽标键)+R,输入: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0 回车后,勾选所需要的桌面图标的名称,确定即可。 END 优化0.禁用服务 Superfe 阅读全文
posted @ 2018-04-11 13:49 enych 阅读(552) 评论(0) 推荐(0) 编辑