Introduction to DPDK: Architecture and Principles | DPDK概论:体系结构与实现原理 Linux network stack performance has become increasingly relevant over the past fe ...
分类:
其他好文 时间:
2017-06-03 12:54:35
阅读次数:
435
,1.One nearest neighbor Input: Query article: Xq Corpus of documents (N docs): (X1, X2, X3,... ,XN) output : XNN = min disance(Xq, Xi) 2. K-NN Algorit ...
分类:
其他好文 时间:
2017-05-24 22:23:40
阅读次数:
197
一.什么是STAR法则? The STAR (Situation, Task, Action, Result) format is a job interview technique used by interviewers to gather all the relevant informatio ...
分类:
其他好文 时间:
2017-05-08 23:28:55
阅读次数:
284
新东方老师强调四六级考前最后一天必须重温的100个最高频词汇(绝密) 1 accelerate vt. (使)加速,增速 【例】accelerate the rate of economic growth 加速经济增长 【派】acceleration n. 加速 accelerating a.加速的 ...
分类:
其他好文 时间:
2017-05-06 13:23:15
阅读次数:
228
https://www.sevenforums.com/network-sharing/47604-assigning-domain-user-local-admin-select-pcs.html ...
分类:
其他好文 时间:
2017-03-29 00:58:16
阅读次数:
136
总是有人问 Gradle 构建,总是发现很多人用 Gradle 是迷糊状态的,于是最近准备来一个“Gradle 庖丁解牛”系列,一方面作为自己的总结,一方面希望真的能达到标题所示效果,同时希望通过该系...
分类:
其他好文 时间:
2017-03-24 19:28:26
阅读次数:
187
主要记录hashMap的一些基本操作源码实现原理以及多线程情况下get()操作的死循环引发原因 一、hashMap简介 1.hashMap集合的主要属性及方法 (默认初始化容量)DEFAULT_INITIAL_CAPACITY = 16 (默认最大容量)MAXIMUM_CAPACITY = 1 << ...
分类:
编程语言 时间:
2017-03-19 22:09:26
阅读次数:
315
catalogue 1. 训练集 训练集以对话集合[2] + 问题[1] + 回答[1]的形式组成 Relevant Link: 2. 数据预处理 0x1: 词汇表 词汇表是语料向量化的一个基础,用来将单词映射到向量空间 0x2: 训练集编码 根据词汇表将对话 + 问题 + 答案进行数字向量化编码 ...
分类:
其他好文 时间:
2017-02-27 21:17:01
阅读次数:
1686
一.什么是STAR法则? The STAR (Situation, Task, Action, Result) format is a job interview technique used by interviewers to gather all the relevant informatio ...
分类:
其他好文 时间:
2017-02-10 14:43:04
阅读次数:
232
应用场景:公司已经开始大规模推行持续集成的概念,我们也在采用敏捷方式进行测试与开发。所以我们在工具选型时选择了jenkins+gitlab+jira。那么怎么才能让三者有机结合,让提交代码来触发jira上ticket的状态转换呢?下面介绍一个jenkins上的插件JIRAPlugin1.先於JIRA新增一個u..
分类:
其他好文 时间:
2017-01-25 00:08:30
阅读次数:
5361