开启一个进程 第一种 利用python中模块Process类创建 通过调用multiprocessing模块下面的Process类方法 第2种 自己定义一个类 继承与Process 重写run 方法 run方法里面是自己写的逻辑代码 方式二借助process类,自定义一个类(继承Process),从 ...
分类:
系统相关 时间:
2020-03-01 10:43:55
阅读次数:
75
读了几年,都没留下什么东西方便学弟学妹借鉴。感觉这个大三上学期的操作系统课程设计恰好在寒假,大概是最后一次机会了,写点东西。 首先老师要求用的是: ubuntu 18.04 fuse 2.7.0 这种事情当然是使用虚拟机啦!下载并安装VMware,然后下载并安装ubuntu 18.04,拷贝老师给的 ...
分类:
其他好文 时间:
2020-02-22 00:45:49
阅读次数:
99
安装错误情形 下面汇总了安装过程中可能出现的一些常见问题: 情形一:Package Control:There are no packages available for installation 据StackOverflow上说是IPv6造成,如果我们的Intent服务提供者(ISP)不支持IPv ...
分类:
其他好文 时间:
2020-02-21 17:46:38
阅读次数:
176
差两题AK。 题目链接:https://codeforces.com/gym/101962 B: solver:czq 1 /* basic header */ 2 #include <bits/stdc++.h> 3 /* define */ 4 #define ll long long 5 #d ...
分类:
其他好文 时间:
2020-02-19 18:51:25
阅读次数:
112
使用管理员权限打开一个文件管理器 sudo nautilus 加入右键以管理员身份打开 sudo apt install nautilus-admin 安装完成后,必须重新启动 Nautilus nautilus -q 注意:nautilus-gksu 已经不再工作了,替换为这里使用的“Nautil ...
分类:
系统相关 时间:
2020-02-18 20:24:47
阅读次数:
357
ubuntu竟然连不上网了?!没关系,这篇文章可能会帮助到你。 ...
分类:
系统相关 时间:
2020-02-15 18:18:04
阅读次数:
111
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_part.h> 5 6 7 UF_initialize(); 8 9 //重命名part 10 UF_PART_rename(UF_PART_ask_display_part(), "111.prt") ...
分类:
其他好文 时间:
2020-02-14 22:23:15
阅读次数:
94
@[toc] 背景 最近在家办公,用着自己的windows,想要找一个好点的终端,发现被吹得很厉害的windows terminal可能并没有我想象的那么好,最终发现了一个叫做cmder的还是和mac的iterm2有点相似的呢。 可是最近发现在mac中通过选择为shell格式的勉强可以用ls等命令, ...
分类:
其他好文 时间:
2020-02-14 20:47:19
阅读次数:
255
集合下载地址: https://tc5.us/dir/20175339-37318146-5207dd 一个简洁的安卓文件管理器 Android Explorecom.amaze.filemanager_54.apk.zip:https://tc5.us/dir/20175339-37318146- ...
分类:
其他好文 时间:
2020-02-14 00:51:39
阅读次数:
130
What makes trading between rich countires difficult? Chickens slautered in the United States, claim officials in Brussels, are not fit to grace Europe ...
分类:
其他好文 时间:
2020-02-11 13:16:34
阅读次数:
97