1006. Sign In and Sign Out (25) At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one ...
分类:
其他好文 时间:
2018-01-04 11:09:36
阅读次数:
180
四周第二次课(1月3日)5.1 vim介绍5.2 vim颜色显示和移动光标5.3 vim一般模式下移动光标5.4 vim一般模式下复制、剪切和粘贴 [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ...
分类:
移动开发 时间:
2018-01-04 00:34:23
阅读次数:
306
博客出处:http://www.cnblogs.com/maybe2030/ 阅读目录 1. 词向量 2.Distributed representation词向量表示 3.词向量模型 4.word2vec算法思想 5.doc2vec算法思想 6.参考内容 深度学习掀开了机器学习的新篇章,目前深度学 ...
分类:
其他好文 时间:
2018-01-03 19:37:15
阅读次数:
420
elasticsearch(搜索引擎)提供了自动补全接口 官方说明:https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html 1、创建搜索自动补全字段sugges ...
分类:
编程语言 时间:
2018-01-03 14:12:27
阅读次数:
342
for Python 中的 for 语句和 C 或 Pascal 中的略有不同。通常的循环可能会依据一个等差数值步进过程(如 Pascal),或由用户来定义迭代步骤和中止条件(如 C ),Python 的 for 语句依据任意序列(链表或字符串)中的子项,按它们在序列中的顺序来进行迭代。例如(没有暗 ...
分类:
编程语言 时间:
2018-01-01 18:16:15
阅读次数:
191
参考地址:https://help.aliyun.com/knowledge_detail/41817.html PS:目前恢复只支持 Linux 下进行。Linux下恢复的数据文件,无论 Windows、Linux 操作系统,MySQL 都可以正常使用 1、概述和软件说明 1.1 概述 RDS M ...
分类:
数据库 时间:
2017-12-31 16:44:50
阅读次数:
220
一、Elasticsearch对复杂分布式机制透明的隐藏特性 1、分片机制: (1)index包含多个shard,每个shard都是一个最小工作单元,承载部分数据,lucene实例,完整的建立索引和处理请求的能力 (2)shard分为:primary shard和replica shard。 pri... ...
分类:
其他好文 时间:
2017-12-30 18:18:09
阅读次数:
104
1:条件级别语法 :<!--[if IE]> 执行内容 包括css和html<![endif]--> 放到css中: <!--[if IE]> <style> p{color:color} // 如果是ie浏览器 颜色是红的 </style><![endif]--> 放到html中: <!--[if ...
分类:
其他好文 时间:
2017-12-29 15:09:19
阅读次数:
173
证明碰撞集问题(Hitting Set)是NP complete Problem In the HITTING SET problem, we are given a family of sets and a budget b, and we wish to find a set H of whic ...
分类:
其他好文 时间:
2017-12-28 16:08:25
阅读次数:
194
api参考地址:https://github.com/fxsjy/jieba/blob/master/README.md 安装自行百度 基本用法: 也可以自定义词组 词性标注 ...
分类:
编程语言 时间:
2017-12-28 14:03:16
阅读次数:
187