MagicApp说明】的更多相关文章

title: MagicApp说明 date: 2017-12-06 05:41:00 tags: IT 技术 MagicApp是日常处理的程序,协助进行日常工作处理 批量重命名模块 说明 该模块是根据指定Excel中的指定三列,以某一列为条件查找第二列的文件名称,并在指定的文件夹中查找文件,文件夹中的文件名称格式为column1.colum2,找到文件后重命名为column3+column2. 列可以在config.xml文件中设置: <config> <Columns>/Ite…
1.iOS手机的滑动 相关代码 #python class IOS(Device): ... @property #获取屏幕的尺寸 def display_info(self): if not self._size['width'] or not self._size['height']: self.snapshot() return {'width': self._size['width'], 'height': self._size['height'], 'orientation': sel…