摘要: https://blog.csdn.net/weixin_30527551/article/details/98882344 https://syncthing.net/downloads/ https://www.xiaoz.me/archives/7708 https://blog.curlc. 阅读全文
posted @ 2020-06-07 09:47 FightingFor 阅读(1712) 评论(0) 推荐(0) 编辑
摘要: 1.配置环境 安装依赖包 [root@ ~]# yum install -y curl openssh-server openssh-clients postfix cronie policycoreutils-python 也可以先查询软件是否安装 rpm -qa | grep vsftpd(软件 阅读全文
posted @ 2020-06-06 21:24 FightingFor 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 先贴几篇有意思的讨论 https://www.qt.io/blog/2010/06/17/youre-doing-it-wrong#commento-login-box-container https://www.qt.io/blog/2006/12/04/threading-without-the 阅读全文
posted @ 2020-05-22 09:05 FightingFor 阅读(2041) 评论(0) 推荐(0) 编辑
摘要: 1. 将 Form 的 AutoScaleMode 属性设置为 DPI; 2. 在Program.cs中修改代码 class Program { [STAThread] static void Main() { if (Environment.OSVersion.Version.Major >= 6 阅读全文
posted @ 2020-05-20 20:46 FightingFor 阅读(2120) 评论(0) 推荐(1) 编辑
摘要: 找到虚拟机所在的目录, 将 .vmx文件打开 将文件vmci0.present = "TRUE"改为 vmci0.present = "FALSE" 删除以.lck为后缀名的文件夹 重新打开虚拟机 zz from https://blog.csdn.net/lukabruce/article/det 阅读全文
posted @ 2020-05-18 09:45 FightingFor 阅读(3590) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-04-19 14:51 FightingFor 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.使用WINDOWS提供的一系列ReadConsole,WriteConsole等API来完成这个功能,具体参见MSDN HANDLE hOut = GetStdHandle(STD_OUTPUT_HANDLE); // 获取标准输出设备句柄 HANDLE hIn = GetStdHandle(S 阅读全文
posted @ 2018-04-19 10:28 FightingFor 阅读(1092) 评论(0) 推荐(0) 编辑
摘要: X轴坐标如果超过9位的话,就不能完全显示了,就会一个隔一个的显示,解决的办法: 阅读全文
posted @ 2017-01-01 12:24 FightingFor 阅读(446) 评论(0) 推荐(0) 编辑