-
Access control for IoT
This article is to record state-of-the-art IoT access control mechanism. Features of IoT system Indoor wayfinding. Users can benefit from indoor wayfinding and their accessibility options can be seen on their mobile devices. Sec...…
-
How to use Git
1. git简介在实际开发中,会使用git作为版本控制工具来完成团队协作。因此,对基本的git操作指令进行总结是十分有必要的,本文对一些术语或者理论基础,不重新码字,可以参考廖雪峰老师的博文,本文只对命令做归纳总结。git的通用操作流程如下图(来源于网络)主要涉及到四个关键点: 工作区:本地电脑存放项目文件的地方,比如learnGitProject文件夹; 暂存区(Index/Stage):在使用git管理项目文件的时候,其本地的项目文件会多出一个.git的文件夹,将这个.git文件夹...…