mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
relative link address test 1
This commit is contained in:
@@ -1,12 +1,21 @@
|
|||||||
# This is a title test
|
# This is a title test
|
||||||
|
## sub title
|
||||||
|
### sub sub title
|
||||||
|
#### really?
|
||||||
|
##### kidding me
|
||||||
|
###### I don't think so
|
||||||
|
|
||||||
- vim
|
- [vim](index.html)
|
||||||
- xv6
|
- xv6
|
||||||
'''cpp
|
```cpp
|
||||||
for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){
|
for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){
|
||||||
if(p->state == RUNNABLE)
|
if(p->state == RUNNABLE)
|
||||||
hpflag = hpflag > p->priority ? hpflag : p->priority;
|
hpflag = hpflag > p->priority ? hpflag : p->priority;
|
||||||
}
|
}
|
||||||
'''
|
```
|
||||||
- mobile
|
- mobile
|
||||||
- self-control
|
- self-control
|
||||||
|
|
||||||
|
-|m|t|w|th|f|sa|s
|
||||||
|
-|-|-|-|-|-|-|-
|
||||||
|
-|1|-|-|-|-|1|2
|
||||||
Reference in New Issue
Block a user