码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
为什么人们爱听有声书?
今日导读 都说“一千个人心中就有一千个哈姆雷特”,那么试问,在音频对白中听到的哈姆雷特,相比在舞台上、荧幕上看到的哈姆雷特,哪一种给你留下的印象会更深刻呢?单纯的听觉享受和多维的视觉呈现,哪项更重要?今天这篇来自《卫报》的新闻或许能给你不一样的启发。 新闻正文 ? Listen and weep: ...
分类:其他好文   时间:2018-07-03 11:30:40    阅读次数:306
利用sysbench进行MySQL OLTP基准测试
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
各种预训练的词向量(Pretrained Word Embeddings)
转自: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
CF17E Palisection(回文树)
题意翻译 给定一个长度为n的小写字母串。问你有多少对相交的回文子 串(包含也算相交) 。 输入格式 第一行是字符串长度n(1题解 一道比较不错的题目。 解法和 "P1872 回文串计数(回文树)" 差不多。 我们就是先统计一遍不会相交的情况,在统计一遍所有情况。 把所有情况减去不会相交的情况就可以了 ...
分类:其他好文   时间:2018-06-30 11:02:01    阅读次数:141
MapReduce中combine、partition、shuffle的作用是什么
概括:combine和partition都是函数。中间的步骤应该仅仅有shuffle!1.combinecombine分为map端和reduce端,作用是把同一个key的键值对合并在一起,能够自己定义的。combine函数把一个map函数产生的<key,value>对(多个key,value)合并成 ...
分类:其他好文   时间:2018-06-29 23:32:41    阅读次数:236
Docker-compose networks 的例子
今天实验了下 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
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
Median absolute deviation | Singular Value Decomposition奇异值分解 | cumulative sums |
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-元素定位
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
Kayleigh O'Connor - I Won't Be There
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
4393条   上一页 1 ... 90 91 92 93 94 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!