07 2020 档案

摘要:问题:当在pycharm中引用pygame模块导入png图像运行后,发出警告:libpng warning: iCCP: know... 阅读全文
posted @ 2020-07-29 20:02 leon11241124 阅读(731) 评论(0) 推荐(0)
摘要:ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max r... 阅读全文
posted @ 2020-07-29 15:22 leon11241124 阅读(1036) 评论(0) 推荐(0)
摘要:ERROR: Could not install packages due to an EnvironmentError: HTTP... 阅读全文
posted @ 2020-07-29 15:20 leon11241124 阅读(1741) 评论(0) 推荐(1)
摘要:在Python 2.x中如何使用中文 在计算机中有两种文本文件编码格式,一是早期的ASCII编码格式,还有一种是现在普遍使用的Uni... 阅读全文
posted @ 2020-07-28 22:10 leon11241124 阅读(203) 评论(0) 推荐(0)
摘要:2020年准备参加软考获取中级职业技术资格认证的小伙伴咱们约起吧?! 去年刚参加完嵌入式系统设计师考试,并以高分通过,这里给自己点个... 阅读全文
posted @ 2020-07-23 22:57 leon11241124 阅读(246) 评论(0) 推荐(0)
摘要:作业条件:在jupyter notebook下编写完程序,保存为“myprogram.ipynb”。 作业目的:选择在jupyter notebook下编写python程序(因为喜欢它的界面简单可实时看到运行效果的特点),调试成功之后保存成py文件,以便在... 阅读全文
posted @ 2020-07-19 23:24 leon11241124 阅读(1366) 评论(0) 推荐(0)
摘要:作业条件:在jupyter notebook下编写完程序,保存为“myprogram.ipynb”。作业目的:选择在jupyter ... 阅读全文
posted @ 2020-07-19 23:23 leon11241124 阅读(500) 评论(0) 推荐(0)
摘要:当前环境: 本地客户端环境:window环境,ssh连接工具(putty、Xshell、FinalShell等)或者是win10... 阅读全文
posted @ 2020-07-19 17:22 leon11241124 阅读(297) 评论(0) 推荐(0)
摘要:当前环境: 本地客户端环境:window环境,ssh连接工具(putty、Xshell、FinalShell等)或者是win10自带的命令行终端,任意浏览器;服务器端环境:Linux操作系统(ubuntu、centos、Debian等)中,已安装了p... 阅读全文
posted @ 2020-07-19 17:20 leon11241124 阅读(109) 评论(0) 推荐(0)
摘要:一、设置环境变量的三种方法 1.1 临时设置 export PATH=/home/yan/share/usr/local/arm/3... 阅读全文
posted @ 2020-07-18 23:10 leon11241124 阅读(222) 评论(0) 推荐(0)
摘要:一:设置环境变量的三种方法 1.1 临时设置 export PATH=/home/yan/share/usr/local/arm/3.4.1/bin:$PATH 1.2 当前用户的全局设置 打开~/.bashrc,添加行: export PATH=... 阅读全文
posted @ 2020-07-18 23:05 leon11241124 阅读(97) 评论(0) 推荐(0)
摘要:1 前提条件 主机A,用户名为aris,IP地址为192.168.1.1主机B,用户名为leon,IP地址为192.168.1.2这两台主机上均安装了SSH服务器,且已经打开ssh服务; 检查主机上有没有安装SSH服务,使用命令:ssh 若提... 阅读全文
posted @ 2020-07-18 16:58 leon11241124 阅读(1036) 评论(0) 推荐(0)
摘要:1 前提条件 主机A,用户名为aris,IP地址为192.168.1.1主机B,用户名为leon,IP地址为192.168.1.2这... 阅读全文
posted @ 2020-07-18 16:57 leon11241124 阅读(94) 评论(0) 推荐(0)
摘要:一般在进行编程作业的时候,我们会采用“开发在Windows中编辑源代码,在linux中编译、执行源代码。这往往需要需要将在Windo... 阅读全文
posted @ 2020-07-18 12:37 leon11241124 阅读(3004) 评论(0) 推荐(0)
摘要:1. 添加fcitx的键盘输入法系统 因为sogou是基于fcitx的,而系统默认的是iBus,所以要想使用搜狗输入法首先必须更改u... 阅读全文
posted @ 2020-07-05 16:31 leon11241124 阅读(311) 评论(0) 推荐(0)
摘要:1. 添加fcitx的键盘输入法系统 因为sogou是基于fcitx的,而系统默认的是iBus,所以要想使用搜狗输入法首先必须更改ubuntu默认的键盘输入法系统。 步骤:系统设置—>语言支持—>键盘输入法系统—>下拉菜单选择“fcitx"。 ... 阅读全文
posted @ 2020-07-05 16:23 leon11241124 阅读(217) 评论(0) 推荐(0)
摘要:## 目标: 在Ubuntu 16.04中安装jupyter notebook。 步骤: 1.安装python3 leon@ubuntu:~$ sudo apt-get install python3 2.安装pip3 leon@ubuntu:~$... 阅读全文
posted @ 2020-07-05 13:42 leon11241124 阅读(258) 评论(0) 推荐(0)
摘要:目标: 在Ubuntu 16.04中安装jupyter notebook。 步骤: 1.安装python3 leon@ubuntu:... 阅读全文
posted @ 2020-07-05 13:35 leon11241124 阅读(1919) 评论(0) 推荐(0)