本书参考自《 C#入门经典(第6版)》,教材中使用英文版的VS2012相关内容已替换为中文版VS2013,本书为 Unity 的后续学习提供语言基础,之后会陆续提供 Unity教程、ShaderLab教程、C++教程、虚幻引擎教程。有任何意见和建议欢迎与我直接交流。
联系邮箱:[email protected] 。
- 主版本: beta
- 网站地址: shenjun7792.github.io
- 作者: 沈军
#以下为MarkDown语法 非本教材内容 (临时)
使用 [^footer] 表示注脚。
这是一条删除线
- 标题:Setext方式
html实现
这里size是1~7
变小
变大
** 标题 **
- 标题
- 标题:Atx方式
无序列表
- 无序列表
- 无序列表
- 无序列表
- 无序列表
- 无序列表
- 无序列表
- 无序列表
html 实现方法
- Bird
- McHale
- Parish
有序列表
- 有序列表
- 有序列表
- 有序列表
- 有序列表
html 实现方法
- Bird
- McHale
- Parish
文字超链 inline方式
这里是转到百度
html实现
This is an 百度链接.
带有Title属性This is an 百度链接.
html实现
索引超链 Reference方式
[此处是文字超链][1] ![图片超链][2] [1]:http://www.baidu.com [2]:http://github.global.ssl.fastly.net/images/modules/logos_page/Octocat.png "Picture Titile"
html实现
I get 10 times more traffic from Google than from Yahoo or MSN.
自动链接 http://www.baidu.com
代码
- 行内代码
在第一行后指定编程语言,也可以不指定
string s = "Hello World";
Console.WriteLine(s);
- 段落代码
每行文字前加4个空格或者1个Tab
string s = "Hello World";
Console.WriteLine(s);
- hexo
『% codeblock [title] [lang:language] [url] [link text] %』
code snippet
『% endcodeblock %』
html 实现代码段落
A list item.
With multiple paragraphs.
Another item in the list.
这里是 注释
转义字符
反斜杠 \ 反引号 ` 星号 *
下划线 _ 大括号 {} 中括号 [] 小括号 ()
井号 # 加号 + 减号 - 英文句号 . 感叹号 !
其他
文本中可直接用html标签,但是要前后加上**空行**。
表格
Markdown的扩展语法,hexo不支持
year | Temperature(low) | Temperature(high) |
---|---|---|
1900 | 10 | 20 |
2000 | 100 | 2000 |
20000 | 1000 | 10000 |
html 语法实现
<tr>
<td> 20000 </td>
<td> 1000 </td>
<td> 10000 </td>
</tr>
year | Temperature(low) | Temperature(high) |
1900 | 10 | 20 |
2000 | 100 | 2000 |
代码框
只需要用两个 ` 把中间的代码包裹起来
Hello World!
Hello World!
Hello World!
Hello World!
Hello World!`
跳转到C#简介
- 支持以 PDF 格式导出文稿
- 改进 Cmd 渲染算法,使用局部渲染技术提高渲染效率
- 新增 Todo 列表功能
- 修复 LaTex 公式渲染问题
- 新增 LaTex 公式编号功能
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
6. 高效绘制 甘特图
title 项目开发流程
section 项目确定
需求分析 :a1, 2016-06-22, 3d
可行性报告 :after a1, 5d
概念验证 : 5d
section 项目实施
概要设计 :2016-07-05 , 5d
详细设计 :2016-07-08, 10d
编码 :2016-07-15, 10d
测试 :2016-07-22, 5d section
发布验收 发布: 2d 验收: 3d
目录:快速导航当前文稿的目录结构以跳转到感兴趣的段落
个人微信
- 请您备注来访目的😁