Kendo UI is an HTML5, jQuery-based framework for building modern web apps.The framework features lots of UI widgets, a rich data visualization framewo...
分类:
其他好文 时间:
2015-12-02 18:20:40
阅读次数:
107
1、Kibana4 dashboard无法保存拖动的visualization位置原因:程序bug,json部分未能及时保存拖动的情况解决方法:手动在设置中,手动编辑dashboard的json,调整排序参考:https://github.com/elastic/kibana/issues/3328...
分类:
其他好文 时间:
2015-11-27 12:52:03
阅读次数:
900
【转】Java HashMap 源码解析(好文章) 原文出处:http://www.importnew.com/16650.html 链接:模拟哈希链表:https://www.cs.usfca.edu/~galles/visualization/OpenHash.html签名(signature...
分类:
编程语言 时间:
2015-11-13 00:45:42
阅读次数:
415
亲测,火狐和谷歌浏览器都能打开。 url:https://www.cs.usfca.edu/~galles/visualization/Algorithms.html 老外做的网站
分类:
编程语言 时间:
2015-09-15 21:59:48
阅读次数:
271
Visual Analytics 可视化分析Readings in Information Visualization : Using Vision to Think, Stuart Card, Jock Mackinlay, & Ben Shneiderman, Morgan Kaufmann, ...
分类:
Web程序 时间:
2015-09-10 20:52:49
阅读次数:
177
简介 编辑 2个概念:1. 可视化(Visualization)是利用计算机图形学和图像处理技术,将数据转换成图形或图像在屏幕上显示出来,并进行交互处理的理论、方法和技术。它涉及到计算机图形学、图像处理、计算机视觉、计算机辅助设计等多个领域,成为研究数据表示、数据处理、决策分析等一系列问题的综合技术...
分类:
其他好文 时间:
2015-09-01 01:25:14
阅读次数:
200
#include#include#define maxn 1201char c[300][301],s[maxn];int col;int getmax(){ int i,j,len=strlen(s); int max=0; for(i=0;imax) ma...
分类:
其他好文 时间:
2015-08-18 09:06:09
阅读次数:
110
1. 定义 Data visualization is a high bandwidth connection between data on a computer system and a human brain, facilitated by visual communication.2. 特....
分类:
其他好文 时间:
2015-08-11 23:15:07
阅读次数:
202
1. AWS EC2中安装需要的注意事项
2. grok有哪些pattern?
3. 如何丢失掉不需要的日志?
4. 为什么索引的值不能做sum/average,为什么我的字段不是Number类型而是String?
5. 怎么制作visualization?...
分类:
其他好文 时间:
2015-08-03 14:41:02
阅读次数:
326
简介
matplotlib是python里面的一个专业绘图工具库,如果想通过python来绘制漂亮的图形,那么一定少不了它了。
准备
在开始画图之前需要安装numpy以及matplotlib库,当然python基本库也必不可少,numpy是一个专业的数组,矩阵处理工具。
? Python
? Numpy
- this is the module which does m...
分类:
编程语言 时间:
2015-08-01 10:05:27
阅读次数:
329