elasticsearch-head是一款js编写的在线管理elasticsearch的插件。github地址:
https://github.com/mobz/elasticsearch-head
安装:
git clone git://github.com/mobz/elasticsearch-head.git
cd elasticsearch-head
npm install
npm run start
推荐使用淘宝cnpm安装。
同时要在elasticsearch的配置文件elasticsearch.yml中添加允许跨域,然后重启elasticsearch:
http.cors.enabled: true http.cors.allow-origin: "*"
c#中string和StringBuilder直接看看执行速度。(2).String类型累计赋值Test  ...
1.全局用户信息设置 git config --global user.name gaojiufeng git config --global user.email 392223903...
git pull https://git.oschina.net/392223903/learn.git master 换为您的git地址...
日志查看:git log版本切换:方式1:git reset --hard HEAD^ 倒退一个版本git reset --hard HEAD^^ 倒退两个版本方式2:(版本号的形式,建议版本号码补充完...
public static string GetMD5(string str) { //创建MD5对象 MD5 md5 = MD5.C...
private const string fantizi = "高久峰是個程序員"; private const string jiantizi = "高久峰是个程序员...