By admin, 9 六月, 2017

这是Google扫描书本时生成的数据库:http://storage.googleapis.com/books/ngrams/books/datasetsv2.html

1-gram的数据库即单词的频率,例如:

circumvallate   1978   313    215   85
circumvallate   1979   183    147   77

The first line tells us that in 1978, the word "circumvallate" (which means "surround with a rampart or other fortification", in case you were wondering) occurred 313 times overall, on 215 distinct pages and in 85 distinct books from our sample.

标签

By admin, 8 六月, 2017

下载 疯狂认植物(华南篇)安卓应用,安装包较大(目前约300M),下载服务器带宽较小,预计需要下载一小时。

如果安装了“百度助手”、“91助手”或“安卓市场”,可以在里面搜“疯狂认植物”下载安装。这是推荐的安装方式,因为以后升级只需要下载几M的升级包,而不用每次都下载几百M。

标签

By admin, 1 六月, 2017

标签

By admin, 23 五月, 2017
有时候,我们安装了非默认的PHP版本,过一段时间忘记了。要装插件的时候就很难装,因为版本不对。于是,我们可以查当前的文件是来自哪个软件包的: yum whatprovides '/usr/sbin/php-fpm'
By admin, 18 五月, 2017
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type (or see below for non wait option)
jQuery.noConflict();

标签