工业物联网集成了微电子计算技术、通信技术、云平台、大数据技术以及工业生产运营技术,是未来物联网运用最重要的方向。
作者:KingKa Wu 欢迎任何形式的转载,但请务必注明出处。 限于本人水平,如果文章和代码有表述不当之处,还请不吝赐教。
摘要: def removeDir(dirPath): ''' Created by Wu Yongcong 2017-8-18 :param dirPath: :return: ''' if not os.path.exists(dirPath): raise FileException("input e 阅读全文
posted @ 2017-08-17 16:41 KingKa_Wu 阅读(1236) 评论(0) 推荐(0) 编辑