码迷,mamicode.com
首页 >  
搜索关键字:english 雅思 ielts    ( 1686个结果
Will vs Be Going To vs Present Continuous: Talk About the Future in English
https://www.youtube.com/watch?v=UISiuiPd_FY will 说话的当下决定的将来要做什么,in the moment be going to 有意图去做,但没有计划 present continuous 现在进行时是有明确的计划。 This English le... ...
分类:其他好文   时间:2018-12-10 15:36:33    阅读次数:202
present simple, continuous, and be going to 三者区别
https://www.youtube.com/watch?v=a03VKQL0dZg&list=PLZOJurmtexYozmvQGAJnVg3lgiZw0mj-y HOW TO USE FUTURE TENSES IN ENGLISH The example I gave at the star... ...
分类:其他好文   时间:2018-12-10 14:03:56    阅读次数:142
MySQL对查询结果排序
1.排序查询SELECTcolumn1,column2,.........FROMtableorderbycolumnasc|desc(1)对英语成绩排序后输出selectname,englishfromgradeorderbyenglishdesc;(2)对总分成绩排序后输出selectname姓名,chinese+math+english总分fromgradeorderby总分desc;(3)
分类:数据库   时间:2018-12-09 18:42:15    阅读次数:235
MySQL聚合函数
1.count聚合函数,用来统计函数(1)统计一个班共有多少个学生selectcount(*)fromgrade;(2)统计math成绩大于70的学生有多少个selectcount(*)fromgradewheremath>70;(3)统计总分大于230的人数selectcount(*)fromgradewherechinese+math+english>230;2.sum聚合函数,求
分类:数据库   时间:2018-12-09 16:38:41    阅读次数:229
LeetCode 392. Is Subsequence
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:其他好文   时间:2018-12-03 22:57:07    阅读次数:222
【雅思】【写作】【大作文】Discuss both views and give your own opinion
?Discuss both views and give your own opinion ? ? ?Agree or disagree ?Discuss both views ?Report ?Advantage ?The introduction ?Some people think that ...
分类:其他好文   时间:2018-12-02 22:52:44    阅读次数:189
【雅思】【写作】【大作文】Advantage VS. Disadvantage
Advantage VS. Disadvantage Advantage vs. Disadvantage 社会现象或者做法 “People can work or study on the Internet without going to school or company. Do the ad ...
分类:其他好文   时间:2018-12-02 22:46:36    阅读次数:380
【雅思】【写作】【大作文】Report
?Report ?主要分类 ?两个问题 ? ?1. 原因,解决办法 ? ?2. 原因,积极还是消极 ? ?3. Freestyle ?报告型 ?In cities and towns all over the world the high volume of traffic is a problem ...
分类:其他好文   时间:2018-12-02 22:34:30    阅读次数:304
set集合类型的操作(无序集合)——redis
1. set集合类型的操作(无序集合) 集合具有无序性(没有顺序)、确定性(描述是确定的)、唯一性(没有重复的元素) 1.1. sadd key member [member ...] 语法:sadd key member [member ...] 作用:往集合key中添加元素 返回值:添加元素的个 ...
分类:其他好文   时间:2018-11-29 22:28:07    阅读次数:239
朴素贝叶斯应用:垃圾邮件分类
三、 垃圾邮件分类 数据准备: 用csv读取邮件数据,分解出邮件类别及邮件内容。 对邮件内容进行预处理:去掉长度小于3的词,去掉没有语义的词等 尝试使用nltk库: pip install nltk nltk.download 不成功:就使用词频统计的处理方法 训练集和测试集数据划分 from sk... ...
分类:其他好文   时间:2018-11-29 15:16:44    阅读次数:218
1686条   上一页 1 ... 42 43 44 45 46 ... 169 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!