打赏
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 摘要: 在Elasticsearch中的可以创建快照,它创建单个索引或整个群集到一个远程的存储库中。在以前的版本中,系统只支持共享存储的快照创建,最新的版本可以通过插件支持更多的方式。在执行快照操作前,需要在Elasticsearch中进行注册快照仓库。 在Elasticsearch中的可以创建快照 阅读全文
posted @ 2016-10-20 11:24 Bear.Tirisfal 阅读(4098) 评论(0) 推荐(0) 编辑
摘要: Elasticsearch .net client NEST使用说明 2.x Elasticsearch.Net与NEST是Elasticsearch为C#提供的一套客户端驱动,方便C#调用Elasticsearch服务接口。Elasticsearch.Net是较基层的对Elasticsearch服 阅读全文
posted @ 2016-10-10 10:28 Bear.Tirisfal 阅读(1402) 评论(0) 推荐(1) 编辑
摘要: logstash是一个数据分析软件,主要目的是分析log日志。整一套软件可以当作一个MVC模型,logstash是controller层,Elasticsearch是一个model层,kibana是view层。 首先将数据传给logstash,它将数据进行过滤和格式化(转成JSON格式),然后传给E 阅读全文
posted @ 2016-09-27 14:31 Bear.Tirisfal 阅读(948) 评论(0) 推荐(0) 编辑
摘要: RT makecert.exe不用去找,安装VS2008后,在开始菜单相应的路径找到该命令提示符:Microsoft Visual Studio 2008/Visual Studio Tools/Visual Studio 2008 命令提示 打开后,输入makecert,就可以开始了 参数为:ma 阅读全文
posted @ 2016-08-25 12:03 Bear.Tirisfal 阅读(3451) 评论(0) 推荐(0) 编辑
摘要: 折腾了一段时间终于解决了, 可能是因为网络问题 xml一直没法访问 maven 骨架生成项目速度慢的令人发指,都在Generating project in Batch mode等待,Idea状态显示栏还在不行runing,并没有卡死。查看debug信息发现,是maven获取archetype-ca 阅读全文
posted @ 2016-08-21 00:18 Bear.Tirisfal 阅读(11404) 评论(0) 推荐(2) 编辑
摘要: Maven的archetype Plugin可能大家都听过,但不一定都能很好地用好它。缺省地如果你使用 mvn archetype:generate 会从maven的Repository里查找所有支持的arche types,大概有500~600个。正因为是太多了,所以查找起来很是不方便。 其实平时 阅读全文
posted @ 2016-08-18 21:28 Bear.Tirisfal 阅读(709) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取区域 /// /// /// /// public static Bitmap FindBundingBox(Bitmap bitmap, out Bitmap graybtm,out List rects) { Image im... 阅读全文
posted @ 2016-08-16 15:40 Bear.Tirisfal 阅读(3664) 评论(8) 推荐(1) 编辑
摘要: public static void FindMatch(Mat modelImage, Mat observedImage, out long matchTime, out VectorOfKeyPoint modelKeyPoints, out VectorOfKeyPoint observedKeyPoints, VectorOfVectorOfDMatch matches, out M... 阅读全文
posted @ 2016-08-02 17:00 Bear.Tirisfal 阅读(823) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python # -*- coding: UTF-8 -*- #Less than 10 add to list and sort import glob import os import sys from functools import reduce from PIL import Image EXTS = 'jpg', 'jpeg', 'JP... 阅读全文
posted @ 2016-07-29 14:16 Bear.Tirisfal 阅读(1476) 评论(0) 推荐(0) 编辑
摘要: /// /// 参数不能是一位索引 /// /// /// public Bitmap HoughTransform(Bitmap bmp) { //// create filter //Median Medianfilter = new Me... 阅读全文
posted @ 2016-07-27 12:03 Bear.Tirisfal 阅读(469) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页