1.国内 domestic
2.附加 affixs
3.系统集成 system integration
4.并联 parallel
5.串联 series
6.耗散因数 dissipation
7.线性度 linearity
8.偏置电流隔离 bias current isolation
9.测量端子 measurement terminal
10...
分类:
其他好文 时间:
2015-01-24 17:21:59
阅读次数:
172
Hi everyone. Today I will start a new series of esssays introducing the elementary knowledge of Perl, a computer language of which probably many of u....
分类:
其他好文 时间:
2015-01-21 19:49:19
阅读次数:
271
1:清空highcharts图表的数据我们常用的方法就是remove()var seriesList = chart.series; //获得图表的所有序列//通过for循环删除序列数据for(var i = 0;i<seriesList.length;i++){ chart.series[...
分类:
其他好文 时间:
2015-01-20 23:47:36
阅读次数:
954
需要引入的相关文件引入es1.jsecharts-plain-map.jsechart.js相关图的公共方法:/**
*echarts折线图
*@paramcategories横坐标
*@paramseries数据列
*@paramid图ID
*@paramtargetnames类项目(对应图例)
*/
functioninitLineEcharts(categories,series,id,targetnames){
vardom..
分类:
其他好文 时间:
2015-01-19 19:17:41
阅读次数:
228
写入数据:curl -X POST -d '[{"name":"foo","columns":["val"],"points":[[23]]}]' 'http://localhost:8086/db/mydb/series?u=root&p=root'查询数据:curl -G 'http://loc...
分类:
数据库 时间:
2015-01-19 12:30:59
阅读次数:
683
/// /// 基于.NET 3.5的Chart工具类;对应的DevExpress版本:12.1.7; /// public static class ChartUtilsV3 { /// /// 添加基本的Series ///...
分类:
其他好文 时间:
2015-01-17 19:22:58
阅读次数:
265
要利用python进行数据分析,pandas必不可少。
作为python数据分析利器,pandas以快速,高效著称。
为了更加方便地处理数据,pandas创造了自己的数据类型:Series,DataFrame。
一般使用pandas要进行如下import:
import pandas as pd
Series
可以认为series类型的包含着一列数据。
In [4]: ...
分类:
其他好文 时间:
2015-01-17 18:08:04
阅读次数:
813
Another kind of Fibonacci
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
As we all known , the Fibonacci series : F(0) = 1, F(1)...
分类:
其他好文 时间:
2015-01-17 16:33:50
阅读次数:
149
Matrix Power Series
Time Limit:3000MS Memory Limit:131072KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
Given a n × n matrix A and a positive integer k, find the ...
分类:
其他好文 时间:
2015-01-16 22:27:50
阅读次数:
319