# 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
24
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
15
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
\begin{aligned}h(a,b,c,n)&=h(a\ mod\ c,\ b\ mod\ c,\ c,\ n)\\&+2\left\lfloor\frac{b}{c}\right\rfloor f(a\ mod\ c,\ b\ mod\ c,\ c,\ n)+2\left\lfloor\frac{a}{c}\right\rfloor g(a\ mod\ c,\ b\ mod\ c,\ c,\ n)\\&+\left\lfloor\frac{a}{c}\right\rfloor^2\frac{n(n+1)(2n+1)}{6}+\left\lfloor\frac{b
# latex加粗字体
[TOC]
## 加粗
```latex
$\bold{f(L,R)=R-L+1}$
```
效果:

## 加粗斜体
```latex
$\symbol{f(L,R)=R-L+1}$
```
效