上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: 注意: getline()函数会把最后一个字符(回车键'/n')读入,但在存区时只会保存空字符('/0') #include <iostream> #include <string> using namespace std; int main() { string str; getline(cin, 阅读全文
posted @ 2021-02-11 02:23 TR_Goldfish 阅读(50) 评论(0) 推荐(0) 编辑
摘要: ctrl+shift+c可以快速注释掉多行。 ctrl+shift+x可以取消注释,才发现,哈哈真方便。 阅读全文
posted @ 2021-02-11 01:42 TR_Goldfish 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 简单说明sudo apt-get update 和 sudo apt-get upgrade区别: sudo gedit /etc/apt/sources.list 通过这个命令可以查看ubuntu有哪些软件网址可以用来下载软件,其实这个可以理解为我们在手机里下载软件一般都是去应用宝之类的软件库里面 阅读全文
posted @ 2021-02-10 20:22 TR_Goldfish 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 安装 # or use # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE wget -qO - https://typora.io/linux/public-key.asc | sudo 阅读全文
posted @ 2021-02-10 19:58 TR_Goldfish 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 进入ubuntu桌面。 alt+f2打开运行窗口,在里面输入gnome-system-monitor命令,然后回车。 gnome-system-monitor 接着会弹出这个资源管理器的窗口,在进程里可以查看每个程序使用的内存资源情况。 顶部切换到 资源 选项,在里面可以查看内存总的大小,以及使用多 阅读全文
posted @ 2021-02-10 19:06 TR_Goldfish 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 前几天遇到了JupyterLab这个神器,感觉用来跑python太方便了,后来突然想到这个能不能支持C或者Golang。网上查了一下还真的可以,接下来记录C的安装过程 注:Jupyterlab暂时只支持在Linux下支持C++,Windows的话暂时不可以哦 一,Anaconda3的安装 1、下载 阅读全文
posted @ 2021-02-10 18:34 TR_Goldfish 阅读(1098) 评论(1) 推荐(0) 编辑
摘要: ctrl+alt+t 阅读全文
posted @ 2021-02-09 08:57 TR_Goldfish 阅读(61) 评论(0) 推荐(0) 编辑
摘要: ctrl+h 阅读全文
posted @ 2021-02-09 01:57 TR_Goldfish 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.iteye.com/blog/qiuye-461394 一、Ubuntu中软件安装方法 1、APT方式 (1)普通安装:apt-get install softname1 softname2 …; (2)修复安装:apt-get -f install softname1 阅读全文
posted @ 2021-02-09 01:31 TR_Goldfish 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 一、Ubuntu中软件安装方法 1、APT方式 (1)普通安装:apt-get install softname1 softname2 …; (2)修复安装:apt-get -f install softname1 softname2... 😭-f Atemp to correct broken 阅读全文
posted @ 2021-02-09 01:27 TR_Goldfish 阅读(289) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页