摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; 阅读全文
posted @ 2019-09-11 18:21 xxxyz 阅读(1152) 评论(0) 推荐(0)
摘要: 摘自:https://www.cnblogs.com/yuluo/p/5718057.html 最近帮客户开发的WinForm客户端,部分在使用的过程中,会出现“系统文件找不到”的错误提示。 调试后,确定为程序在操作配置文件时,系统权限引起的错误,直接管理员权限运行就正常了。 考虑用户操作的便利性, 阅读全文
posted @ 2019-09-11 17:54 xxxyz 阅读(390) 评论(0) 推荐(0)
摘要: 皮肤:SimpleMemory 页面定制CSS: 不勾选禁用CSS 侧边栏公告: 页脚代码: 阅读全文
posted @ 2019-09-11 11:38 xxxyz 阅读(307) 评论(0) 推荐(0)
摘要: 摘自:https://www.cnblogs.com/tekkaman/archive/2012/08/31/2665556.html SVN版本回退: 在Windows里,先打开Log面板,根据想要回退的内容,然后选择revert to this revision或者revert changes 阅读全文
posted @ 2019-09-11 11:18 xxxyz 阅读(3168) 评论(0) 推荐(0)
摘要: 本篇介绍的换脸方法需要借助Face++,关于Face++的API,大家可自行查看说明文档,都比较简单。 文档地址:https://console.faceplusplus.com.cn/documents/20813963 PYTHON: C#: 阅读全文
posted @ 2019-09-11 10:06 xxxyz 阅读(2447) 评论(0) 推荐(0)