auto commit

This commit is contained in:
CyC2018 2018-03-03 21:03:05 +08:00
parent 4b4c40f539
commit e8e5713742
4 changed files with 4 additions and 22 deletions

View File

@ -114,8 +114,10 @@ Google 开源项目的代码风格规范。
为了上传笔记到 Github 上花了不少时间。Github 使用的是 GFM 来渲染 md 文档,和普通的 Markdown 不太一样,例如 GFM 不支持 MathJax 公式,也不支持 TOC 标记,为此需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。楼主写了一个小工具可以将普通的 Markdown 文档转换为 GFM 文档,有需要该工具的话可以在楼主的 Github 中找到。 为了上传笔记到 Github 上花了不少时间。Github 使用的是 GFM 来渲染 md 文档,和普通的 Markdown 不太一样,例如 GFM 不支持 MathJax 公式,也不支持 TOC 标记,为此需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。楼主写了一个小工具可以将普通的 Markdown 文档转换为 GFM 文档,有需要该工具的话可以在楼主的 Github 中找到。
---
<<<<<<< HEAD
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/cn/88x31.png" /></a> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/cn/88x31.png" /></a>
本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/">知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议</a>进行许可。 本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/">知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议</a>进行许可。
=======
>>>>>>> parent of 8962d2d... Update README.md

View File

@ -455,17 +455,9 @@ down 和 up 操作需要被设计成原语,不可分割,通常的做法是
```c ```c
<<<<<<< HEAD
typedef int semaphore; typedef int semaphore;
=======
<<<<<<< HEAD
typedef int semaphore ;
=======
typedef int semaphore;
>>>>>>> bedf25d3f0312d8e38953d742d42dbf87585980e
>>>>>>> parent of b64ecc6... auto commit
semaphore mutex = 1; semaphore mutex = 1;
void P1() { void P1() {
@ -509,17 +501,9 @@ void P2() {
```c ```c
#define N 100 #define N 100
<<<<<<< HEAD
typedef int semaphore; typedef int semaphore;
=======
<<<<<<< HEAD
typedef int semaphore ;
=======
typedef int semaphore;
>>>>>>> bedf25d3f0312d8e38953d742d42dbf87585980e
>>>>>>> parent of b64ecc6... auto commit
semaphore mutex = 1; semaphore mutex = 1;
semaphore empty = N; semaphore empty = N;

View File

@ -35,15 +35,11 @@
需要说明的一点是,文中的 UML 图和规范的 UML 不大相同,其中组合关系使用以下箭头表示: 需要说明的一点是,文中的 UML 图和规范的 UML 类图不大相同,其中组合关系使用以下箭头表示:
<<<<<<< HEAD
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics//09e398d8-9c6e-48f6-b48b-8b4f9de61d1d.png) ![](https://github.com/CyC2018/InterviewNotes/blob/master/pics//09e398d8-9c6e-48f6-b48b-8b4f9de61d1d.png)
=======
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics//df48ea1b-3069-4fb7-93c0-4c8a26c7ed7c.png)
>>>>>>> parent of 8e81bfc... auto commit

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB