上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: 作业条件:在jupyter notebook下编写完程序,保存为“myprogram.ipynb”。作业目的:选择在jupyter ... 阅读全文
posted @ 2020-07-19 23:23 leon11241124 阅读(488) 评论(0) 推荐(0)
摘要: 当前环境: 本地客户端环境:window环境,ssh连接工具(putty、Xshell、FinalShell等)或者是win10... 阅读全文
posted @ 2020-07-19 17:22 leon11241124 阅读(288) 评论(0) 推荐(0)
摘要: 当前环境: 本地客户端环境:window环境,ssh连接工具(putty、Xshell、FinalShell等)或者是win10自带的命令行终端,任意浏览器;服务器端环境:Linux操作系统(ubuntu、centos、Debian等)中,已安装了p... 阅读全文
posted @ 2020-07-19 17:20 leon11241124 阅读(101) 评论(0) 推荐(0)
摘要: 一、设置环境变量的三种方法 1.1 临时设置 export PATH=/home/yan/share/usr/local/arm/3... 阅读全文
posted @ 2020-07-18 23:10 leon11241124 阅读(195) 评论(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 阅读(88) 评论(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 阅读(1020) 评论(0) 推荐(0)
摘要: 1 前提条件 主机A,用户名为aris,IP地址为192.168.1.1主机B,用户名为leon,IP地址为192.168.1.2这... 阅读全文
posted @ 2020-07-18 16:57 leon11241124 阅读(89) 评论(0) 推荐(0)
摘要: 一般在进行编程作业的时候,我们会采用“开发在Windows中编辑源代码,在linux中编译、执行源代码。这往往需要需要将在Windo... 阅读全文
posted @ 2020-07-18 12:37 leon11241124 阅读(2991) 评论(0) 推荐(0)
摘要: 1. 添加fcitx的键盘输入法系统 因为sogou是基于fcitx的,而系统默认的是iBus,所以要想使用搜狗输入法首先必须更改u... 阅读全文
posted @ 2020-07-05 16:31 leon11241124 阅读(296) 评论(0) 推荐(0)
摘要: 1. 添加fcitx的键盘输入法系统 因为sogou是基于fcitx的,而系统默认的是iBus,所以要想使用搜狗输入法首先必须更改ubuntu默认的键盘输入法系统。 步骤:系统设置—>语言支持—>键盘输入法系统—>下拉菜单选择“fcitx"。 ... 阅读全文
posted @ 2020-07-05 16:23 leon11241124 阅读(187) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 26 下一页