2018年1月5日

摘要: http://blog.csdn.net/xizero00/article/details/73008330,python2.7 和python3.5 都可以安装成功。 阅读全文
posted @ 2018-01-05 15:35 XinTech 阅读(83) 评论(0) 推荐(0) 编辑

2018年1月3日

摘要: https://ptorch.com/news/59.html 阅读全文
posted @ 2018-01-03 13:39 XinTech 阅读(254) 评论(0) 推荐(0) 编辑
 
摘要: http://blog.csdn.net/helei001/article/details/52692128 阅读全文
posted @ 2018-01-03 13:32 XinTech 阅读(78) 评论(0) 推荐(0) 编辑

2018年1月2日

摘要: # shutil 模块 shutil.copyfile( src, dst) 从源src复制到dst中去。当然前提是目标地址是具备可写权限。抛出的异常信息为IOException. 如果当前的dst已存在的话就会被覆盖掉shutil.move( src, dst) 移动文件或重命名shutil.co 阅读全文
posted @ 2018-01-02 17:14 XinTech 阅读(160) 评论(0) 推荐(0) 编辑
 
摘要: pytorch损失函数: http://blog.csdn.net/zhangxb35/article/details/72464152?utm_source=itdadao&utm_medium=referral 阅读全文
posted @ 2018-01-02 15:25 XinTech 阅读(693) 评论(0) 推荐(0) 编辑
 
摘要: http://blog.csdn.net/m0_38061927/article/details/75335069 阅读全文
posted @ 2018-01-02 14:59 XinTech 阅读(128) 评论(0) 推荐(0) 编辑

2017年12月19日

摘要: *.zip文件,unzip 阅读全文
posted @ 2017-12-19 16:45 XinTech 阅读(114) 评论(0) 推荐(0) 编辑
 
摘要: 注册MongoDB为系统服务(二)http://blog.csdn.net/qq_35685189/article/details/52304245 阅读全文
posted @ 2017-12-19 09:43 XinTech 阅读(104) 评论(0) 推荐(0) 编辑

2017年12月18日

摘要: 一.简介 用python实现文件自动上传,主要源于在测试项目中想实现自动化上传文件功能,无须手工输入。比如从windows到Linux,或从Linux到windows,或从Linux到Linux。 主要实现方法是封装命令,但其中也收获了很多技巧,故记录下来,方便后续查阅。 二.内容 1.window 阅读全文
posted @ 2017-12-18 17:45 XinTech 阅读(3007) 评论(0) 推荐(0) 编辑