1.终端输入命令:ssh-keygen -t rsa 定要创建的密钥类型。可以使用:"rsa1"(SSH-1) "rsa"(SSH-2) "dsa"(SSH-2) -N new_passphrase 提供一个新的密语。 -P passphrase 提供(旧)密语。 -p 要求改变某私钥文件的密语而不 ...
分类:
其他好文 时间:
2017-09-05 11:18:58
阅读次数:
171
转自:http://blog.csdn.net/gueter/archive/2007/03/08/1524447.aspx Author :Jeffrey 引言 HTTP是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展, ...
分类:
Web程序 时间:
2017-08-26 19:51:49
阅读次数:
253
学习前端开发,第一步要学习的绝对是HTML。 什么是HTML? HTML 是(Hyper Text Markup Language)四个单词的缩写,翻译过来就是超文本标记语言, 所以它不是一门编程语言,只是一门标记语言。 学习html的第一步就是需要学习它的标签如何使用。这个没有什么技巧,全靠平时多 ...
分类:
Web程序 时间:
2017-08-17 15:18:04
阅读次数:
180
First year of new millenium is gone away. In commemoration of it write a program that finds the name of the day of the week for any date in 2001. Inpu ...
分类:
其他好文 时间:
2017-08-09 15:41:20
阅读次数:
136
使用Git Bash生成新的ssh key。 $ cd ~ ///保证当前路径在”~”下 $ ssh-keygen -t rsa -C "你的邮箱地址" ///建议填写自己真实有效的邮箱地址 结果: Enter file in which to save the key (/c/Users/xxxx ...
分类:
其他好文 时间:
2017-08-08 17:52:34
阅读次数:
292
Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other tries to guess it b ...
分类:
其他好文 时间:
2017-08-04 09:54:47
阅读次数:
218
Returning the type of the suggester 有时你需要知道确切的suggester类型,以解析其结果。 typed_keys参数可用于在响应中更改suggester的名称,它将以其类型为前缀。 考虑以下两个suggester term 和phrase的例子: 在回应中,s ...
分类:
其他好文 时间:
2017-07-26 14:50:42
阅读次数:
142
通常的搜索引擎,都会根据用户的输入,实时给予匹配的提示。 那么这个功能在elasticsearch中如何实现呢? Elasticsearch里设计了4种类别的Suggester,分别是: Term Suggester Phrase Suggester Completion Suggester Con ...
分类:
编程语言 时间:
2017-07-20 18:54:05
阅读次数:
2540
12050 - Palindrome Numbers Time limit: 3.000 seconds A palindrome is a word, number, or phrase that reads the same forwards as backwards. For example, ...
分类:
其他好文 时间:
2017-07-03 22:25:31
阅读次数:
170
A palindrome is a word, number, or phrase that reads the same forwards as backwards. For example,the name “anna” is a palindrome. Numbers can also be ...
分类:
其他好文 时间:
2017-07-03 20:00:11
阅读次数:
153