与Ubuntu不同,使用apt-get install packages时Debian可能会提示: Media change: please insert the disc labeled 'Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25' in the drive '/media/cdrom/' and press enter 也就是要求插入Debian光盘来离线安装软件包.有点古老的方式
Property name Brief description of property AdminToolsFolder Full path to the directory containing administrative tools for an individual user. AppDataFolder Full path to the Application Data folder for the current user. CommonAppDataFolder Full path
今天新学到了python的模块方面的内容,我的版本是python2.7.13 想安装第三方包web.py的时候, 命令提示符 输入 pip install web.py 总是提示如下错误 You are using pip version 7.0.3+xy.11 however version 9.0.1 is available. You should consider upgrading via the 'python –m pip install –upgrade pip'command.