摘要:
import os path=input("请输入图片目录的路径:") if path[-1]!='/': path+='/' f=os.listdir(path) print("pictures count:", len(f)) for i in range(0, len(f)): oldname=path+f[i] newname=path+'liudehua_'... 阅读全文
摘要:
test: 如果出现“Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated...”错误,则是numpy版本问题,重新安装numpy的1.13.3这个版本。问题解决。 阅读全文
摘要:
1、登录网景官网的下载页面: https://www.netsarang.com/download/down_form.html?code=522 2、直接在页面中有红色*号的地方输入个人信息,licensetype 必须选 Home and School use(家庭和个人使用),最主要的是输入邮 阅读全文