1. pii-network
Personally Identifiable Information Network
A business network where members can grant/revoke access to their personal information to other members.
Personally Identifiable Information Network
A business network where members can grant/revoke access to their personal information to other members.
Example business network that shows growers, shippers and importers defining contracts for the price of perishable goods, based on temperature readings received for shipping containers.
List assets for sale (setting a reserve price), and watch as assets that have met their reserve price are automatically transferred to the highest bidder at the end of the auction.
clone官方示例,获取Business Network Definitions
git clone https://github.com/hyperledger/composer-sample-networks.git
$ npm install -g lerna
安装依赖,链接package(正如normal node.js package)
$ lerna bootstrap
more...
用了一年多的默认主题landscape,虽然简洁但功能欠缺,干脆换个主题。最后选择了mellow,因为UI好看,基础功能全面,非常轻量,而且评论系统valine使用友好。
more...根据udacity课程学习的笔记。
Google Maps JavaScript API V3 Reference
是一项计算位置间路线的服务。您可以搜索包括公共交通、驾车、步行或骑行在内的几种交通模式的路线。
https://maps.googleapis.com/maps/api/directions/json?origin=75+9th+Ave+New+York,+NY&destination=MetLife+Stadium+1+MetLife+Stadium+Dr+East+Rutherford,+NJ+07073&waypoints=optimize:true|Providence,+RI|Hartford,+CT&mode=transit&arrival_time=1391374800&departure_time=1541202457&traffic_model=best_guess&key=YOUR_API_KEY
1 | //添加一个按钮指向新函数displayDirections( origins[i]) |
1 | //计算实际方向并在地图上显示路线 |
距离矩阵 API 请求 通过组合使用 ORIGIN、DESTINATION 和 TRAVELMODE 发出。在发出请求时,请注意以下几点:
方向 API 请求 也涉及 ORIGIN、DESTINATION 和 TRAVELMODE,但还具有可选 参数 WAYPOINTS 或 VIA points。在发出请求时, 请注意以下几点:
通过 Google Maps Roads API 追踪 GPS 面包屑导航轨迹,以绘制车辆行驶的道路地图和确定这些路段沿线的速度限制。
标识车辆行驶的道路,并提供有关这些道路的附加元数据(如速度限制)。
Google Maps Roads API 检查器
用自定义点测试道路吸附请求