potatoknight

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  工具安装

摘要:1、下载安装包 https://www.anaconda.com/distribution/#download-section 2、下一步直接安装,选择only for you 3、添加源 在 c:\user\username\pip\pip.ini 添加 [global] index-url=ht 阅读全文
posted @ 2020-01-16 21:15 potatoknight 阅读(185) 评论(0) 推荐(0)

摘要:问题起因 在一次下班收工时关闭虚拟机 Ubuntu,出现异常:关机好久没有完成,进而导致 VMware 软件卡死。后来强行杀死 VMware。第二天上班,启动 VMware 后开启 Ubuntu,输入密码登录后整个 Ubuntu 蓝屏(非 Windows 蓝屏)。重启多次结果还是一样。 VMware 阅读全文
posted @ 2019-12-16 10:06 potatoknight 阅读(214) 评论(0) 推荐(0)

摘要:1、安装aptitude sudo apt-get install aptitude 以后都用 aptitude 管理软件 2、安装 pip #sudo aptitude install python-pip sudp apt-get install python-pip sudo pip inst 阅读全文
posted @ 2019-12-12 10:55 potatoknight 阅读(297) 评论(0) 推荐(0)

摘要:引用:http://www.cnblogs.com/secondtonone1/p/5732938.html Windows环境崩溃问题可根据vs调试工具查看,Linux同样可以查看调用堆栈的信息,只是 需要更改Linux设置,使程序崩溃时候产生core文件。然后gdb调试即可。 1产生core文件 阅读全文
posted @ 2018-11-07 22:21 potatoknight 阅读(1188) 评论(0) 推荐(0)