摘要:
https://medium.com/@Umesh_Kafle/postgresql-and-postgis-installation-in-mac-os-87fa98a6814d createdb postgis_test psql postgis_test Start manually: pg_ 阅读全文
posted @ 2019-07-11 11:08
攻城狮科学家
阅读(226)
评论(0)
推荐(0)
摘要:
https://medium.com/@Umesh_Kafle/postgresql-and-postgis-installation-in-mac-os-87fa98a6814d createdb postgis_test psql postgis_test Start manually: pg_ 阅读全文
posted @ 2019-07-11 11:08
攻城狮科学家
阅读(226)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/qq_33232071/article/details/50935461 阅读全文
posted @ 2018-10-19 14:07
攻城狮科学家
阅读(168)
评论(0)
推荐(0)
摘要:
vs code远程编辑文件 https://blog.csdn.net/HouszChina/article/details/79850644 阅读全文
posted @ 2018-10-16 14:51
攻城狮科学家
阅读(228)
评论(0)
推荐(0)
摘要:
$ node server.js > stdout.txt 2> stderr.txt < /dev/null &$ disown这样程序就可以在后台while 运行 http://www.ruanyifeng.com/blog/2016/02/linux-daemon.html 阅读全文
posted @ 2018-10-05 10:07
攻城狮科学家
阅读(139)
评论(0)
推荐(0)
摘要:
Build Source Code: Follow the steps in https://thingsboard.io/docs/user-guide/install/building-from-source/ If there is a failure, follow the steps: I 阅读全文
posted @ 2018-09-06 16:25
攻城狮科学家
阅读(1467)
评论(0)
推荐(0)
摘要:
Source Code from: https://github.com/NordicSemiconductor/Nordic-Thingy52-FW Build from: https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/docum 阅读全文
posted @ 2018-08-01 16:34
攻城狮科学家
阅读(192)
评论(0)
推荐(0)
摘要:
http://www.embeddedadvice.com/t/thingsboard-io-sending-and-recieving-data/371 var mqtt = require(‘mqtt’);const ACCESS_TOKEN = process.argv[2]; var cli 阅读全文
posted @ 2018-07-18 17:36
攻城狮科学家
阅读(952)
评论(0)
推荐(1)
摘要:
Preparation Step-by-step: https://medium.com/@howkhang/ultimate-guide-to-setting-up-a-google-cloud-machine-for-fast-ai-version-2-f374208be43 Windows s 阅读全文
posted @ 2018-06-01 00:02
攻城狮科学家
阅读(236)
评论(0)
推荐(0)
摘要:
Gateway https://thingsboard.io/docs/iot-gateway/install/rpi/ host :"IP" accessToken: "token" remoteConfiguration: true Delete extentions sudo chown th 阅读全文
posted @ 2018-05-16 15:43
攻城狮科学家
阅读(680)
评论(0)
推荐(0)
摘要:
sudo hcitool lescan sudo node *.js 在接收服务器端看包的内容: sudo tcpdump -X -vv -I 1 host 172.19.80.25 and tcp port 3306 阅读全文
posted @ 2018-05-04 15:22
攻城狮科学家
阅读(204)
评论(0)
推荐(0)
|