
highcharts
tianlang519241
沙舟狼客IT工作室,望大家多多支持!!!!!!!!
展开
-
Highcharts学习笔记-line(内存使用监视)
1、引入highCharts的js 2、通过MainController中的方法计算mempackage hfimport grails.converters.JSONclass MainController { def calc = { Runtime runtime = Runtime.getRuntime(); Pro原创 2017-04-07 10:39:35 · 457 阅读 · 0 评论 -
Highcharts学习笔记-饼状图(内存使用监视)
function show(arr) { //alert(arr); var chart = new Highcharts.Chart({ chart: { renderTo: 'container', plotBackgroundColor: null, plotBorderWidth原创 2017-04-07 10:39:43 · 386 阅读 · 0 评论 -
Highcharts动态曲线图(使用jna监视cpu使用率)
1、CPU使用率获取,因为我要用JNA调用,所以用c++调用windowAPI,编译成Dll文件;dll的代码如下:// DllTest.cpp : Defines the exported functions for the DLL application.//#include "stdafx.h"#include "iostream"#include "stdafx原创 2017-04-07 10:41:57 · 964 阅读 · 0 评论