摘要:
android 中很多时间是可以通过命令来模拟的,特别是一些测试任务。 模拟命令可以用input命令来实现。 使用方式 input ... input text <string> input keyevent <key code number or name> input tap <x> <y> i 阅读全文
摘要:
baseDir = 'D:\FDDB\'; if ~exist(baseDir) mkdir(baseDir) end files = ReadFile('Y:\Image'); for i = 1:1:length(files) str = files{i}; if strcmp(str(end-... 阅读全文