随笔分类 - C#(Winform)
摘要:/// 承泛型Form/UserControl/// /// 实体/// 实体对应接口public partial class UCBaseGird : UserControl where TEntity : MongoDbEntity, new() where TInterface : class...
阅读全文
摘要:##关于Windows下跨盘符移动文件夹的解决办法###Windows下跨盘符直接调用Directory.Move()或DirectoryInfo的MoveTo() Method 都会抛出IO异常:源路径和目标路径必须具有相同的根。移动操作在卷之间无效。###解决办法1. 普遍用法:先Copy再de...
阅读全文

浙公网安备 33010602011771号