上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 打开程序的时候,有时候会弹出如标题的窗口,这是因为gameboxx引起, 尝试下gpedit.msc 【计算机配制】-》【管理模板】-》【windows 组件】=》【windows 游戏录制和广播】勾选 【已禁用】 特别记录 阅读全文
posted @ 2024-02-28 11:50 stweily 阅读(91) 评论(0) 推荐(0)
摘要: 在写WPF触摸时,时常发现能点不能滑--多半是出现在跟随系统启动 或多次插拔USB引起(3 4 5是阅卖wuty007的博客记录-并未验证) 1 触摸设备数 > 0 System.Windows.Input.Tablet.TabletDevices.Count > 0 ; (new Windows. 阅读全文
posted @ 2024-01-10 15:48 stweily 阅读(50) 评论(0) 推荐(0)
摘要: 程序崩溃时生成DMP文件一搬三种方法,在进程还在点确定的时候 找到进程转储, 二修改注册表,三 代码里加,显示我最喜欢的第二种,记录一下 @echo start Dump reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows E 阅读全文
posted @ 2023-12-18 10:03 stweily 阅读(200) 评论(0) 推荐(0)
摘要: 最新公司SVN全面转向git, 找了几个,最有名当然是github,没有去细细查,反正他是有部署版本,然后找了个比较多用的gitLab(名气也行,最早最早的时候入行IT的时候前辈就用的这个) 所以顺势打算使用GitLab,下面记录一下简单搭建过程(由于gitLab使用的Ruby-脚本语言,奇怪了 这 阅读全文
posted @ 2023-12-06 15:35 stweily 阅读(46) 评论(0) 推荐(0)
摘要: 先看一张图 在更改系统的百分比缩放的时候,我们的WPF程序书写好固定的宽高时,会因为这个的变化而变化。但是此时的宽高值是不变的。 因此可以认为WPF中的元素的宽高值是和系统当前的DPI相关统一的。Windows使用此来让WPF随UI的变化而变化 看似这个设计非常的好,而实际的情况是变大或变小后,UI 阅读全文
posted @ 2023-11-22 16:38 stweily 阅读(96) 评论(1) 推荐(1)
摘要: ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, sslPolicyErrors) => true; using (WebClient client = new WebCli 阅读全文
posted @ 2023-11-03 08:54 stweily 阅读(849) 评论(0) 推荐(0)
摘要: FileSystem.AppDataDirectory AppContext.BaseDirectory System.Environment.CurrentDirectory System.Windows.Forms.Application.StartupPath; System.Windows. 阅读全文
posted @ 2023-10-27 10:58 stweily 阅读(50) 评论(0) 推荐(0)
摘要: host方案可以采用 schtasks (windows平板的 linux则使用crontab ) 冷备份 mysqladmin 热备份 mysqldupm 比如: C:\Program Files\MariaDB 11.1\bin>mysqldump -u root -pxxx conferenc 阅读全文
posted @ 2023-10-27 10:03 stweily 阅读(35) 评论(0) 推荐(0)
摘要: 先看常见的问题 internal class Program { static void Main(string[] args) { var actions = GetSomeAction(); for (int i = 0; i < actions.Count; i++) actions[i]() 阅读全文
posted @ 2023-10-25 20:21 stweily 阅读(28) 评论(0) 推荐(0)
摘要: reg query HKLM\SOFTWARE\Classes /s /f "etapi.dll" 其中 HKCR HKLM HKCU HKU HKCC 五个根部罗列出相关的信息。 /s 表示递归搜索子项 /s “XXX” 查找指定的字符串的键或值 查到的结果中经常会有{xxx-xxx-xx-xxx 阅读全文
posted @ 2023-10-24 19:33 stweily 阅读(262) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页