[实验指导书](http://pan.tju.edu.cn:80/link/DEFBF54C42F499FE2685A4201765609D)
EJzx
[附件](http://pan.tju.edu.cn:80/link/BB9BDE48DF1C21FFB1461F6B732ED265)
Yzju
http://pan.tju.edu.cn/#/link/CF60B49FF515B26F5D
# git
## 0 创建gitee远程仓库
[链接](https://gitee.com/shieldforever/NEMU2020)
## 1 新机操作
1.1 新机子上 git clone
`git clone https://gitee.com/shieldforever/NEMU2020.git`
1.2 与远程仓库建立连接
`git remote add origin gi
2020-09-15 09:59:22
405
0
0
```cpp
#include
#include
#include
#include
#include
#include
#define Log printf
typedef unsigned int uint32_t;
enum {
NOTYPE = 256, HEX, DEC, REG,
LP, RP,
NEG, DEREF,
2020-09-15 09:59:22
334
0
0
nohup
常规格式:
nohup command &
0,1,2
输入(<),输出(>),输出error(>)
nohup python3 x.py > /dev/null 2>&1 &
!!!注意
nohup挂起后需要键入exit退出终端,然后再关闭shell!
查看与python3相关的后台进程:
ps -ef|grep python3