一.反射 1>反射的命名空间是System.Reflection 2>是.Net框架提供的帮助类库,读取并使用matedata 二.反射基本用法 举例如下 1>Assembly assembly Assembly.Load("DB.MySql");//1.反射加载DLL (DLL名称是DB.MySq ...
点击下载该标准 标准编号:GB/T 38640-2020 标准名称:盲用数字出版格式 英文名称:Digital publishing format for visually impaired people 发布部门:国家市场监督管理总局 国家标准化管理委员会 发布日期:2020-04-28 实施日期 ...
分类:
其他好文 时间:
2020-05-23 16:35:04
阅读次数:
62
创建隐藏属性 能想到的创建隐藏属性的方法有三种: 1. 简单的闭包 2. 通过 3. 通过 ,`WeakMap` 闭包 这种方法我们经常使用,例如: 通过Symbol 提出 这个特殊的唯一的值类型,似乎就是专门为了做对象的属性的 通过Map/WeakMap 比起Map,我觉的如果是保存对象的私有属性 ...
分类:
Web程序 时间:
2020-05-22 14:25:19
阅读次数:
101
python中字符串对象提供了很多方法来操作字符串,功能相当丰富。必须进行全面的了解与学习,后面的代码处理才能更得心应手,编程水平走向新台阶的坚实基础。目前一共有45个方法,给大家分类整理,可以收藏查询使用。 #获取字所有的符串方法print(dir(str))[...,'capitalize', ...
分类:
编程语言 时间:
2020-05-21 13:19:57
阅读次数:
49
/* 作者:程序袁欢 功能:创建继承类*/ #include<iostream> using namespace std; class People { public: void setname(const char* name); const char *getname(); void setag ...
分类:
编程语言 时间:
2020-05-19 18:30:23
阅读次数:
67
题目 People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6 digit number, w ...
分类:
其他好文 时间:
2020-05-18 14:35:03
阅读次数:
49
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2020-05-16 22:26:57
阅读次数:
80
People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earth is called "jan, feb, mar, apr, m ...
分类:
其他好文 时间:
2020-05-16 15:09:08
阅读次数:
63
Evacuation (二分图) Describe Fires can be disastrous, especially when a fire breaks out in a room that is completely filled with people. Rooms usually ha ...
分类:
其他好文 时间:
2020-05-16 12:15:25
阅读次数:
60
给定N个人的出生年份和死亡年份,第i个人的出生年份为birth[i],死亡年份为death[i],实现一个方法以计算生存人数最多的年份。 你可以假设所有人都出生于1900年至2000年(含1900和2000)之间。如果一个人在某一年的任意时期都处于生存状态,那么他们应该被纳入那一年的统计中。例如,生 ...
分类:
其他好文 时间:
2020-05-14 11:39:05
阅读次数:
748