上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: 需要在超大屏下显示的时候,再考虑 阅读全文
posted @ 2018-05-18 14:59 enif 阅读(973) 评论(0) 推荐(0)
摘要: 检测多个ip在同一时间点的响应状态,通过对比来判断哪个ip异常。 下载地址:https://share.weiyun.com/5XCkypG 阅读全文
posted @ 2018-04-08 09:54 enif 阅读(1641) 评论(0) 推荐(0)
摘要: 在SmartAssembly.exe根目录有个SmartAssembly.com 。 在命令行执行SmartAssembly.com就能看到所有的命令参数了。 用SmartAssembly.exe建好.saproj 项目之后, 之后我们只用命令行执行,效率会快上许多。 类似下面这样: 阅读全文
posted @ 2017-12-21 11:23 enif 阅读(569) 评论(0) 推荐(0)
摘要: 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 阅读(6580) 评论(0) 推荐(0)
摘要: win7 x86, 或 win10 x64 环境下, x86的进程名称 ”aaa.exe“ 在win7 x64下面显示为 ”aaa.exe *32“ 阅读全文
posted @ 2017-10-26 16:53 enif 阅读(252) 评论(0) 推荐(0)
摘要: declare cs Cursor local for xxx 阅读全文
posted @ 2017-09-07 15:36 enif 阅读(420) 评论(0) 推荐(0)
摘要: tableLayoutPanel.GetType().GetProperty("DoubleBuffered", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic) .SetValue 阅读全文
posted @ 2017-06-12 17:30 enif 阅读(552) 评论(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 阅读(371) 评论(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 阅读(566) 评论(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 阅读(5681) 评论(2) 推荐(1)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
豫ICP备2021034901号