- 浏览: 1476373 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (691)
- linux (207)
- shell (33)
- java (42)
- 其他 (22)
- javascript (33)
- cloud (16)
- python (33)
- c (48)
- sql (12)
- 工具 (6)
- 缓存 (16)
- ubuntu (7)
- perl (3)
- lua (2)
- 超级有用 (2)
- 服务器 (2)
- mac (22)
- nginx (34)
- php (2)
- 内核 (2)
- gdb (13)
- ICTCLAS (2)
- mac android (0)
- unix (1)
- android (1)
- vim (1)
- epoll (1)
- ios (21)
- mysql (3)
- systemtap (1)
- 算法 (2)
- 汇编 (2)
- arm (3)
- 我的数据结构 (8)
- websocket (12)
- hadoop (5)
- thrift (2)
- hbase (1)
- graphviz (1)
- redis (1)
- raspberry (2)
- qemu (31)
- opencv (4)
- socket (1)
- opengl (1)
- ibeacons (1)
- emacs (6)
- openstack (24)
- docker (1)
- webrtc (11)
- angularjs (2)
- neutron (23)
- jslinux (18)
- 网络 (13)
- tap (9)
- tensorflow (8)
- nlu (4)
- asm.js (5)
- sip (3)
- xl2tp (5)
- conda (1)
- emscripten (6)
- ffmpeg (10)
- srt (1)
- wasm (5)
- bert (3)
- kaldi (4)
- 知识图谱 (1)
最新评论
-
wahahachuang8:
我喜欢代码简洁易读,服务稳定的推送服务,前段时间研究了一下go ...
websocket的helloworld -
q114687576:
http://www.blue-zero.com/WebSoc ...
websocket的helloworld -
zhaoyanzimm:
感谢您的分享,给我提供了很大的帮助,在使用过程中发现了一个问题 ...
nginx的helloworld模块的helloworld -
haoningabc:
leebyte 写道太NB了,期待早日用上Killinux!么 ...
qemu+emacs+gdb调试内核 -
leebyte:
太NB了,期待早日用上Killinux!
qemu+emacs+gdb调试内核
自定义图和加载结构
代码在
https://github.com/killinux/vizceral-example
vizceral-example/sample_data_chat.json
vizceral-example/src/components/trafficFlow.jsx
修改155行
代码在
https://github.com/killinux/vizceral-example
vizceral-example/sample_data_chat.json
{ "renderer": "region", "name": "test", "maxVolume": 100.0, "nodes": [ { "renderer": "region", "name": "main", "maxVolume": 100.0 , "displayName": "点外卖" }, { "renderer": "region", "name": "findShop", "maxVolume": 100.0 , "displayName": "找商店" }, { "renderer": "region", "name": "findGoods", "maxVolume": 100.0, "displayName": "找商品" }, { "renderer": "region", "name": "out", "maxVolume": 100.0, "displayName": "没找到你要的哟" }, { "renderer": "region", "name": "getIt", "maxVolume": 100.0, "displayName": "找到喽,您要的是 $shop 的 $goods" } ], "connections": [ { "source": "main", "target": "findShop", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } }, { "source": "main", "target": "findGoods", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } }, { "source": "findGoods", "target": "findShop", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } }, { "source": "findShop", "target": "findGoods", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } }, { "source": "findShop", "target": "out", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } }, { "source": "findGoods", "target": "out", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } }, { "source": "findShop", "target": "getIt", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } }, { "source": "findGoods", "target": "getIt", "metrics": { "danger": 1, "normal": 10.0, "warning": 1.0 } } ] }
vizceral-example/src/components/trafficFlow.jsx
修改155行
beginSampleData () { this.traffic = { nodes: [], connections: [] }; // request.get('sample_data.json') // modify by hao request.get('sample_data_chat.json') .set('Accept', 'application/json') .end((err, res) => { if (res && res.status === 200) { this.traffic.clientUpdateTime = Date.now(); this.updateData(res.body); } }); }
发表评论
-
indexedDB存图片减少请求
2020-05-21 19:23 557getImageFile()获取网络图片 showImage ... -
jsonpath的helloworld
2020-03-17 14:58 411基本语法:https://www.cnblogs.com/jp ... -
流动图神器vizceral
2019-10-12 19:04 508把c的代码生成json:https://github.com/ ... -
emscripten asm.js的helloworld
2018-03-01 20:15 1108mac下安装: brew install SDL2 SDL2_ ... -
websocket上传文件
2016-12-15 13:30 4475nginx的上传 查看http://haoningabc.it ... -
webpack的helloworld
2016-11-02 10:42 913参考 http://www.jianshu.com/p/42e ... -
iphone6等移动端的css自适应
2016-10-17 01:18 1214参考 http://jingyan.baidu.com/art ... -
javascript自定义事件
2016-06-01 21:49 554一言不合上代码 <input value=" ... -
html5的fiesystem api 浏览器本地存储
2016-06-01 15:59 922html5的fiesystem api可以存取本地文件 一言不 ... -
websocket传传图片
2015-12-25 17:51 7245参考[url]http://www.adobe.com/dev ... -
angularjs使用include后双向绑定失败的解决
2015-12-20 19:41 1869原理参考 http://segmentfault.com/q/ ... -
html5 陀螺仪
2014-11-26 21:05 5871<html> <head> ... -
webgl的贝塞尔曲线
2014-11-12 00:56 2533BezierCurve webgl的贝塞尔曲线 webgl ... -
chrome app的helloworld
2014-11-11 13:56 717参考 http://blog.csdn.net/rydiy/a ... -
shader and Program编程基本概念 - 转
2014-11-04 11:50 1534原地址:http://blog.csdn.net/myarro ... -
javascript对象转json
2014-10-17 14:09 1009<html> <head>& ... -
jquery 的svg中国地图
2012-12-16 14:37 28095三种吧 1.d3.js很强大 2.jquery的 jvecto ... -
纯css的树型结构
2012-10-03 18:29 1279<html><head> ... -
D3 的3d图
2012-09-16 17:05 1458LCF http://mathworld.wolfram. ... -
jquery table拖拽排序
2012-07-14 21:45 7121参考http://dragsort.codeplex.com/ ...
相关推荐
粘液样例这是一个示例应用程序,该示例应用在图形周围使用。 有关在自己的项目中使用... $ docker build -t <name>/vizceral-example .$ docker run -p 41911:8080 -d <name>/vizceral-example然后,您应该能够导航到
( shiro-example编程例子.zip )( shiro-example编程例子.zip )( shiro-example编程例子.zip )
MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2MiniDao-example1.2...
DONUT: CTC-based Query-by-Example Keyword Spotting
1、lgb模型转换pmml格式
qt-webassembly-examples例子工程qt-webassembly-examples例子工程qt-webassembly-examples例子工程qt-webassembly-examples例子工程qt-webassembly-examples例子工程qt-webassembly-examples例子工程qt-webassembly...
本示例以"sharding-jdbc-example"为主题,涵盖了Spring-Boot和Spring-Namespace的集成应用,旨在帮助开发者更好地理解和运用Sharding-JDBC。 一、Sharding-JDBC简介 Sharding-JDBC是ShardingSphere项目的一部分,它...
qsv-encoder-example intel hd 显卡 ffmpeg gpu编码示例 使用ffmpeg h264_qsv编码器
GraphHopper配置文件,配合web打包jar进行相应GraphHopper服务的配置,配置相关数据策略
hibernate search的例子,使用的spring.version:3.2.1.RELEASE hibernate.version:4.2.0.Final hibernate-search.version:4.2.0.Final
使用SpringBoot2.x集成Netty4.x创建基于TCP/IP协议的服务端和客户端的Demo代码案例 使用了SpringBoot+swaggerUI方式进行测试,客户端可以给服务端发送消息,服务端也可以给已经连上的客户端发送消息,使用了通道保活...
react-three-renderer-example, 响应三个渲染器的示例 react-three-renderer-examplereact-three-renderer的示例。https://toxicfork.github.com/react-three-renderer-example/安装npm
rig-config-example.txt
react,single-file-example,最简单的react练习模板。 直接在线引用react相关的js文件
ch06-example01.ipynb
这个"leaflet-example.zip"压缩包提供了一个使用Leaflet加载本地离线地图瓦片的示例。在深入探讨之前,先理解几个关键概念: 1. **Leaflet**: Leaflet是一个流行的开源地图库,它具有良好的性能、易用性和跨平台...
tproxy-example, 如何使用TPROXY来代理tcp连接的示例 tproxy示例Linux的防火墙是其中最强大的网络工具之一。 我最喜欢的特性之一是tproxy目标,它的名称意味着你可以以代理不同类型的连接。在寻找如何使用TPROXY的...
job-dsl-gradle-example, 使用Gradle构建和测试的作业DSL项目示例 工作 DSL Gradle示例使用Gradle构建和测试的作业 DSL 项目示例。 签出这里演示文稿这里示例的演练。文件结构.├── src│ ├── jobs # DSL ...
这个名为“VTK-example.rar_VTK-example_vtk_vtk example”的压缩包文件包含了一系列VTK的示例代码,旨在帮助开发者理解和学习如何在实际项目中应用VTK。 1. **VTK的基本概念**: VTK由多种模块组成,包括数据结构...
NotificationListenerService-Example, NotificationListenerService示例 NotificationListenerService示例Android 4.3 ( API 18 ) 中引入了 ##Introduction NotificationListenerService 。 它允许应用程序在创建...