ELK架构:elasticsearch+kibana+filebeat版本信息:elasticsearch5.2.1kibana5.2.1filebeat6.0.0(预览版)今天在进行ELK测试的时候,在kibana上面discover无论那个index,发现均会报错:[request]Datatoolarge,datafor[<agg[2]>]wouldbelargerthanlimitof并且在elasticsea..
分类:
Web程序 时间:
2017-05-16 23:19:02
阅读次数:
1228
问题引出: import pandas import pandas as pd iris = pd.read_csv('iris.csv') by_species = iris.groupby('Species') def f(x): ...: print type(x) ...: print x.... ...
分类:
移动开发 时间:
2017-04-22 12:38:54
阅读次数:
1645
1. JVM 优化(Tomcat 启动行参数) Linux 修改 catalin.sh Windows 修改 catalin.bat Linux系统中tomcat的启动参数 export JAVA_OPTS="-server -Xms1400M -Xmx1400M -Xss512k -XX:+Agg ...
分类:
其他好文 时间:
2017-03-28 10:59:46
阅读次数:
207
install: official examples: https://seaborn.pydata.org/examples/index.html 在mac上的bug: 在mac上运行会出现warnings.warn("tight_layout : falling back to Agg rend ...
分类:
编程语言 时间:
2017-03-25 18:57:02
阅读次数:
242
说明在wx中,为了使用AGG渲染库,必须获取控件的窗口句柄HWND,可以调用GetHWND函数,获取WXHWND类型的窗口句柄,实际上,WXHWND在windows下就是HWND,可以直接使用例子WXHWNDhwd=GetHWND();//获取窗口的句柄RECTrect2;//win32结构体wxRectrect3=GetClientRect();rect2.left=rec..
分类:
其他好文 时间:
2017-01-21 22:36:51
阅读次数:
540
代码agg::rendering_buffer&rbuf=rbuf_window();agg::pixfmt_bgr24pixf(rbuf);typedefagg::renderer_base<agg::pixfmt_bgr24>renderer_base_type;renderer_base_typerenb(pixf);typedefagg::renderer_scanline_bin_solid<renderer_base_type>renderder_scanlin..
分类:
其他好文 时间:
2016-12-16 12:20:33
阅读次数:
174
CPUUsageStat.Cycle:60(Second)CPUUsage:99%Max:99%CPUUsageStat.Time:2016-12-1019:37:01Dec10201619:34:38BEJ-ANF-AGG-9312-17.64%%01SECE/4/PORT_ATTACK(l)[0]:Portattackoccurred.(Slot=MPU,SourceAttackInterface=XGigabitEthernet3/0/1,OuterVlan/InnerVlan=1904/0,Attac..
分类:
其他好文 时间:
2016-12-10 23:10:44
阅读次数:
1234
目录 图解“split-apply-combine” 数据的分类split:groupby 以column进行分组 以index进行分组 分组遍历 数据的应用apply:aggregate & agg 数据的转译tansformaton:transform 数据的过滤filteration:filt ...
分类:
其他好文 时间:
2016-10-12 11:28:59
阅读次数:
127
1.1 特性概览 AGG,全名:Anti-Grain Geometry,是一个开源的、高效的2D图形库。AGG的功能与GDI+的功能非常类似,但提供了比GDI+更灵活的编程接口,其产生的图形的质量也非常高,而且它是跨平台的,其宣传可以在非常多的操作系统上运行。 主要的功能有: 1、支持ALPHA、G ...
分类:
其他好文 时间:
2016-09-22 12:55:10
阅读次数:
269
一、创建framework,调成静态的framework . 二、匹配bitcode 三、增加-ObjC 在BuildSettting ->Linking->Other Linker Flags 四、将真机和模拟器合并库 在File ->New ->Target ->中选择 Aggrate 给Agg ...
分类:
其他好文 时间:
2016-08-26 10:31:59
阅读次数:
205