2019年5月15日

2.8 简单管理控制(配置)

摘要: .NET Framework在安装时会创建一个Machine.config FusLogVw.exe工具 阅读全文

posted @ 2019-05-15 15:18 .net-l 阅读(67) 评论(0) 推荐(0)

2.4 将模块合并成程序集

摘要: 程序集是进行重用、版本控制和应用安全性设置的基本单元 阅读全文

posted @ 2019-05-15 11:30 .net-l 阅读(90) 评论(0) 推荐(0)

2019年5月14日

2.5 程序集版本资源信息

摘要: AssemblyInfo.cs 属性页-应用程序-程序集信息 AssemblyVersion 阅读全文

posted @ 2019-05-14 18:16 .net-l 阅读(74) 评论(0) 推荐(0)

2019年5月13日

ILDasm.exe

摘要: IL反汇编器 阅读全文

posted @ 2019-05-13 11:23 .net-l 阅读(77) 评论(0) 推荐(0)

1.9 与非托管代码的互操作性

摘要: COM(Component Object Model,组件对象模型) Windows Runtime(WinRT)的新Windows API 告诉编译器在MSCorLib.dll程序集中查找外部类型 阅读全文

posted @ 2019-05-13 11:20 .net-l 阅读(83) 评论(0) 推荐(0)

2019年5月10日

1.8 公共语言规范

摘要: 每种语言都提供了 CLR/CTS的一个子集以及CLS的一个超集(但不一定是同一个超集) 类的默认访问修饰符为internal 接口(interface) 接口成员访问修饰符默认为public,且不能显示使用访问修饰符。 类(class) 构造函数默认为public访问修饰符。 析构函数不能显示使用访 阅读全文

posted @ 2019-05-10 14:38 .net-l 阅读(135) 评论(0) 推荐(0)

1.7 通用类型系统

摘要: CTS规范规定,一个类型可以包括零个或者多个成员 阅读全文

posted @ 2019-05-10 13:37 .net-l 阅读(68) 评论(0) 推荐(0)

2019年5月9日

1.4.2 不安全的代码

摘要: unsafe关键字 混淆器实用程序 阅读全文

posted @ 2019-05-09 10:28 .net-l 阅读(67) 评论(0) 推荐(0)

1.4.1 IL和验证

摘要: AppDomain 阅读全文

posted @ 2019-05-09 10:05 .net-l 阅读(230) 评论(0) 推荐(0)

2018年12月5日

vue.js对列表进行编辑未保存随时变更

摘要: 1、不要建立在同一vm对象下 2、使用深拷贝$.extend(true, vm.model, obj); 3、开新标签页 阅读全文

posted @ 2018-12-05 15:26 .net-l 阅读(472) 评论(0) 推荐(0)

导航