随笔分类 -  问题解决

摘要:1、先检查系统是64还是32位的,检查python版本是否相符合2、windows系统上使用tensorflow需要python3.5版本 阅读全文
posted @ 2019-02-10 17:20 HumorChen99 阅读(171) 评论(0) 推荐(0) 编辑
摘要:打开网址:https://education.github.com/ 点击Get Your Pack 点击I am a Student 填写资料上传学生证照片,等待通过,如果没有GitHub账号就注册一个 阅读全文
posted @ 2019-01-04 17:06 HumorChen99 阅读(620) 评论(0) 推荐(0) 编辑
摘要:单页面function exitSystem(){ window.opener = null; window.open('', '_self', ''); window.close();//以上三行可关闭单个页面 window.open('',... 阅读全文
posted @ 2018-07-19 09:36 HumorChen99 阅读(661) 评论(0) 推荐(0) 编辑
摘要:首先打开打开任务管理器,选择性能模块,下方有打开资源监视器,或者直接搜索资源监视器在资源监视器中点击侦听端口模块,即可看到正在使用网络端口的应用程序名和pid,如果被占用可以直接使用命令行关闭即可命令行强制关闭 taskkill /f /pid 80 如果... 阅读全文
posted @ 2018-07-13 14:08 HumorChen99 阅读(275) 评论(0) 推荐(0) 编辑
摘要:第一步:右击项目选择Build Path,选择Configure Build Path第二步:点击JRE System Library选择右边的Edit第三步:选择Alternate JRE,点击Install JREs第四步:移出原有的MyEclipse自带的 JR... 阅读全文
posted @ 2018-04-03 08:49 HumorChen99 阅读(228) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示