6.the secret of life is just to live every monent. notes: 1.just不读/t/,可以看成juss。 7.another rogue trader has cost a bank billions. notes: 1.rogue:混蛋。 2. ...
分类:
其他好文 时间:
2019-02-05 09:28:37
阅读次数:
258
1.Mother Teresa, who received a Nobel Peace Prize for her work on behalf of the poor dies in Calcutta, India--she was 87 years old. note: 1.on 读做/?n/ ...
分类:
其他好文 时间:
2019-02-04 12:54:59
阅读次数:
362
```
Do you bring mobile phone or any other electronic devices?”回答 “No”。
Have you brought your identification card with you?” 回答 “yes”。
Could I see it?... ...
分类:
其他好文 时间:
2019-02-03 21:03:25
阅读次数:
233
Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1. Example 1: Input: 123 Output: " ...
分类:
其他好文 时间:
2019-01-29 23:09:59
阅读次数:
216
最近项目需要软件具有中英文双语切换功能,而QT又自带此功能,现将实现方式记录下来。 说到中英文切换,少不了要了解QT的内部编码方式。在此就不详述QT编码方式了,具体可参考 彻底弄懂Qt的编码。只需要记住QT采用utf-8编码!window操作系统采用ansi编码,简体中文操作系统的ansi代表gbk ...
分类:
移动开发 时间:
2019-01-29 00:34:06
阅读次数:
329
寒假开始预习概率论与计组,同时刷一刷OJ题库,以及重心置于刷雅思。 第一道写的是A+B Problem,刚开始持不敢相信的态度,竟然有这么简单的题。凭借着多年被坑的经验,我发现了疑似坑的点:数据范围以及数据类型。 分别在两个题库里试了一下,感觉在十个例子的测试中好像并没有考虑到数据类型的问题? 对于 ...
分类:
其他好文 时间:
2019-01-27 14:30:28
阅读次数:
162
通过对特征做一个kmeans聚类,将聚类的结果做为文本的标签值,可以使得样本的特征更多 我们从sklearn.cluster中导入Kmeans建立模型进行聚类 代码: 第一步:使用Dataframe格式化数据和使用数据格式化数据 第二步:对字符串进行分词和去除停用词,并使用' '.join完成连接 ...
分类:
其他好文 时间:
2019-01-27 00:20:37
阅读次数:
362
Arthas 用户文档 English Docs Arthas(阿尔萨斯) 能为你做什么? Arthas 是Alibaba开源的Java诊断工具,深受开发者喜爱。 当你遇到以下类似问题而束手无策时,Arthas可以帮助你解决: 这个类从哪个 jar 包加载的?为什么会报各种类相关的 Exceptio ...
分类:
编程语言 时间:
2019-01-26 12:39:25
阅读次数:
1749
Uploaded by ProNotion, updated on 11/28/2013 by jmb Platform: Windows/ English PDF Print Hide all Show all Table of Contents Manage Visual Studio Book ...
分类:
其他好文 时间:
2019-01-22 15:05:03
阅读次数:
151
mySQL数据库: SELECT id_p,IFNULL(math,0)+IFNULL(english,0) 总分 from mytest_brian1 Oracle 数据库: select id_p , nvl(address,0)* age from Persons2 ; 选取在 "Addres ...
分类:
数据库 时间:
2019-01-21 19:15:43
阅读次数:
430