今日导读 都说“一千个人心中就有一千个哈姆雷特”,那么试问,在音频对白中听到的哈姆雷特,相比在舞台上、荧幕上看到的哈姆雷特,哪一种给你留下的印象会更深刻呢?单纯的听觉享受和多维的视觉呈现,哪项更重要?今天这篇来自《卫报》的新闻或许能给你不一样的启发。 新闻正文 ? Listen and weep: ...
分类:
其他好文 时间:
2018-07-03 11:30:40
阅读次数:
306
Preface In order to know clear about the real performance threshold of database server,we usually do database benchmarks.What's it?It's similar with p ...
分类:
数据库 时间:
2018-07-01 23:00:22
阅读次数:
609
转自:SevenBlue English Corpus word2vec Pre-trained vectors trained on part of Google News dataset (about 100 billion words). The model contains 300-dime ...
分类:
其他好文 时间:
2018-07-01 11:49:54
阅读次数:
1627
题意翻译 给定一个长度为n的小写字母串。问你有多少对相交的回文子 串(包含也算相交) 。 输入格式 第一行是字符串长度n(1题解 一道比较不错的题目。 解法和 "P1872 回文串计数(回文树)" 差不多。 我们就是先统计一遍不会相交的情况,在统计一遍所有情况。 把所有情况减去不会相交的情况就可以了 ...
分类:
其他好文 时间:
2018-06-30 11:02:01
阅读次数:
141
概括:combine和partition都是函数。中间的步骤应该仅仅有shuffle!1.combinecombine分为map端和reduce端,作用是把同一个key的键值对合并在一起,能够自己定义的。combine函数把一个map函数产生的<key,value>对(多个key,value)合并成 ...
分类:
其他好文 时间:
2018-06-29 23:32:41
阅读次数:
236
今天实验了下 docker 下的网络设置,记录一下过程,以免后面忘记。 (系统:Centos 7.4 ,docker 版本:18.03.1 ce, docker compose version 1.18.0) 启动 Compose 的容器名称格式是: 虽然可以自定义项目名称、服务名称,但是如果你想完 ...
分类:
Web程序 时间:
2018-06-29 15:47:11
阅读次数:
186
Questions about UIUC and USC I am admitted to University of Illinois at Urbana-Champaign (UIUC) Professional MCS and University of Southern California ...
分类:
其他好文 时间:
2018-06-29 11:12:43
阅读次数:
178
Consider the data (1, 1, 2, 2, 4, 6, 9). It has a median value of 2. The absolute deviations about 2 are (1, 1, 0, 0, 2, 4, 7) which in turn have a me ...
分类:
其他好文 时间:
2018-06-28 15:22:49
阅读次数:
144
selenium元素的定位方式主要有八种: 要保证用此定位方法定位到的元素是唯一的。 1、By_id 2、By_name 3、By_className(元素的css样式) 4、By_tagName(元素的标签名称) 5、By_linkText (超文本链接上的文字信息) 6、By_particalL ...
分类:
其他好文 时间:
2018-06-27 22:29:23
阅读次数:
191
Do you feel like you're about to drown The wave is rushing over you throw you onto now The wave is rushing over you throw you onto now I remember thin ...
分类:
其他好文 时间:
2018-06-27 22:18:29
阅读次数:
152