摘要:
说白了,树莓派就是英国人为学生开发的一款微型电脑。电脑能干什么,那就多了。英国小学生有用树莓派做气象站的,有检测家长开门回家的(可以安心玩游戏了),总之脑洞有多大就可以玩多大。 了解到了之后就一直心水,从1代开始,后来到2代,2b,一直关注但是没有入手。直到3b发布,硬件发展的比较完善了,网上教程也 阅读全文
posted @ 2018-03-02 18:27
糖豆爸爸
阅读(917)
评论(0)
推荐(0)
摘要:
# pip install elasticsearch from datetime import datetime from elasticsearch import Elasticsearch es_servers = [{ "host": "10.10.6.225", "port": "9200" }] es = Elasticsearch(es_servers) do... 阅读全文
posted @ 2018-03-02 11:51
糖豆爸爸
阅读(4579)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/xsdxs/article/details/72876703 阅读全文
posted @ 2018-03-02 11:25
糖豆爸爸
阅读(569)
评论(0)
推荐(0)
摘要:
首先听一下官方的话: https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html 我尝试了使用Java作为Client向ES操作,结果发现这个家伙要引入大量的JAR包,而且还必须是JDK1.8!!!!!我只好使 阅读全文
posted @ 2018-03-02 10:59
糖豆爸爸
阅读(517)
评论(0)
推荐(0)
摘要:
1、查看方式:GETURL:http://10.10.6.225:9200/?pretty pretty 在任意的查询字符串中增加pretty参数。会让Elasticsearch美化输出JSON结果以便更加容易阅读 实测:http://10.10.6.225:9200/?pretty与http:// 阅读全文
posted @ 2018-03-02 10:28
糖豆爸爸
阅读(191)
评论(0)
推荐(0)