上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: static void Main(string[] args) { string[,] strings = new string[10,2]; for (int j = 0; j < 10; j++) { strings[j, 0] = $"{j}.0"; strings[j, 1] = $"{j} 阅读全文
posted @ 2017-10-30 10:14 enif 阅读(6524) 评论(0) 推荐(0) 编辑
摘要: win7 x86, 或 win10 x64 环境下, x86的进程名称 ”aaa.exe“ 在win7 x64下面显示为 ”aaa.exe *32“ 阅读全文
posted @ 2017-10-26 16:53 enif 阅读(241) 评论(0) 推荐(0) 编辑
摘要: declare cs Cursor local for xxx 阅读全文
posted @ 2017-09-07 15:36 enif 阅读(406) 评论(0) 推荐(0) 编辑
摘要: tableLayoutPanel.GetType().GetProperty("DoubleBuffered", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic) .SetValue 阅读全文
posted @ 2017-06-12 17:30 enif 阅读(519) 评论(0) 推荐(0) 编辑
摘要: SmartAssembly 6 SmartAssembly 6 documentation Building your assembly Using SmartAssembly with MSBuild SmartAssembly 6 SmartAssembly 6 documentation Bu 阅读全文
posted @ 2017-06-09 11:14 enif 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 1, 从当前引导运行的系统复制一个新引导菜单项: bcdedit /copy {current} /d "Win10 NO_HV" 这时候cmd会输出新引导项的 guid, 复制出来,下一步备用。 2,指定新的引导项的guid,禁止启动 Hyper-V bcdedit /set {guid标识符} 阅读全文
posted @ 2017-05-08 09:05 enif 阅读(551) 评论(0) 推荐(0) 编辑
摘要: 1 using System.ComponentModel; 2 using System.Drawing; 3 using System.Windows.Forms; 4 namespace RaywindStudio.Components 5 { 6 public class TabCtrlX 阅读全文
posted @ 2017-04-19 11:28 enif 阅读(5428) 评论(2) 推荐(1) 编辑
摘要: 建一个bat批处理文件,包含以下命令: del /F /A /Q \\?\%1rd /S /Q \\?\%1 把要删除的文件或者目录拖到这个bat的图标上就可以了。 阅读全文
posted @ 2017-04-14 15:29 enif 阅读(8475) 评论(1) 推荐(0) 编辑
摘要: 本人不做破解工作, 以下的方法可以用来学习,测试自己的程序是否足够安全。 原文地址:http://blog.fwhyy.com/2016/03/csharp-with-signature-dll-crack/?utm_source=tuicool&utm_medium=referral 以下是原文引 阅读全文
posted @ 2017-04-05 08:57 enif 阅读(1825) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 引用webservice时不出错,但更新是出现错误 “自定义工具'MSDiscocodeGenerator’失败。未能检索当前项目。” 解决办法: 打开控制面板修复.NET 3.5SP1,修复完成后在开始/运行中输入devenv /resetskippkgs重载VS2008就OK了。 阅读全文
posted @ 2017-03-15 13:49 enif 阅读(905) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
豫ICP备2021034901号