数据浏览器 Data Explorer

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-19 12:41:28

软件介绍

Explorer 是 Keen IO 开发的数据浏览器。

初始化配置:

<script type="text/javascript">
    $(document).ready(function(){
      client = new Keen({
        projectId: "your_project_id",
        readKey: "your_read_key",
        masterKey: "your_master_key"
        protocol: "https",
        host: "api.keen.io/3.0",
        requestType: "jsonp"
      });
      var app = new Keen.DataTools.App({
        client: client,
        targetId: 'content'
      });
      app.render(); // Render the app's UI into the targetId provided in the config.
    });
</script>


本文地址:https://codercto.com/soft/d/12703.html

The Linux Command Line

The Linux Command Line

William E. Shotts Jr. / No Starch Press, Incorporated / 2012-1-17 / USD 39.95

You've experienced the shiny, point-and-click surface of your Linux computer-now dive below and explore its depths with the power of the command line. The Linux Command Line takes you from your very ......一起来看看 《The Linux Command Line》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码