Google "how many words does a native speaker know" 一、an average of 20,000 to 30,000 vocabulary words ①Even with intensive study, how many words do non ...
分类:
其他好文 时间:
2019-12-25 01:37:36
阅读次数:
178
梅晗雅思词汇 第六章、典故神话记忆法 6.1典故神话记忆法1 3.典故 神话记忆法 A.典故 maverick [?m?v?r?k] 特例独行的人 小牛队 主要利用典故理解意思:农场主不给牲口做标记 牲口越来越多,很牛 martinet [?mɑ:t??net] 规矩严肃的人 军纪严肃的军官 B.神 ...
分类:
其他好文 时间:
2019-12-23 22:27:07
阅读次数:
99
University of Leeds School of ComputingProcedural Programming XJCO1711Semester 1, 2019-2020Coursework 3 80 Marks(40% of the total module marks) Submis ...
分类:
其他好文 时间:
2019-12-22 20:06:31
阅读次数:
63
Design an Iterator class, which has: A constructor that takes a string characters of sorted distinct lowercase English letters and a number combinatio ...
分类:
其他好文 时间:
2019-12-22 10:23:29
阅读次数:
99
配置文件 不带密码 带密码 public static class Access { public static readonly string connstr = ConfigurationManager.AppSettings["connstr"].ToString(); public stat ...
分类:
数据库 时间:
2019-12-21 10:20:21
阅读次数:
212
一、yml基本语法 key: value(注意有空格) server: port: 8080 二、值的写法 1、普通值(字面量)数字、字符串、布尔型 字符串默认不用加引号。 双引号不会转义字符串里面的转义字符,单引号会转义。 2、对象 user: username: law gender: male ...
分类:
其他好文 时间:
2019-12-16 17:32:56
阅读次数:
152
先看代码 >>> a = '中文' >>> a '中文' >>> print(a) 中文 >>> b = 'English' >>> b 'English' >>> print(b) English 解释编码和解码的过程 >>> aa = a.encode('utf-8') >>> aa b'\xe ...
分类:
编程语言 时间:
2019-12-15 18:49:52
阅读次数:
96
题目如下: Design an Iterator class, which has: A constructor that takes a string characters of sorted distinct lowercase English letters and a number comb ...
分类:
其他好文 时间:
2019-12-15 10:24:14
阅读次数:
70
LESSON 3 中国学生的语音难点 The difficulties of Chinese students learning pronunciation ● Part One th 字母组合 存在问题和解决办法 和“th”字母组合相应的一组清浊辅音是[θ]与/e/,它们的共同特点是把舌尖含在上下 ...
分类:
其他好文 时间:
2019-12-14 23:23:35
阅读次数:
264
Awsome JavaGreat Java project on Github(Github 上非常棒的 Java 开源项目). English Version 大家都知道 Github 是一个程序员福地,这里有各种厉害的开源框架、软件或者教程。这些东西对于我们学习和进步有着莫大的进步,所以我有了这 ...
分类:
编程语言 时间:
2019-12-14 14:07:51
阅读次数:
91