摘要:
[ 需求 ] 使用反射,循环本地DLL文件,获取实现了所需接口的类,并实例化。 Loop local dll files by reflection library and assembly library to find all the classes that implement certain 阅读全文
摘要:
问题:Unable to create ocr model using Path '.\' and language 'eng'. 纠结了有几个星期,最后终于试出来了。 总结原因有N,如下: 1. 路径写法 path = @"C:\myTools\Tess“ 后面需要加上 \, 2. 子文件夹 如果 阅读全文
摘要:
拍照与上传 问题:上传失败,文件不存在。 uploadFile:fail createUploadTask:fail file not found 原因:文件名赋值的时候使用了错误的变量,或者赋值为空了。(<--我的问题) filePath: '',//should be path, filePat 阅读全文