跳至主要内容

Markdown 入门


工具
typora
Typora将为您提供读者和作家的无缝体验
https://typora.io/

https://github.com/Saul-Mirone/milkdown
在线

Boostnote
适用于Mac,Windows和Linux应用程序的开源markdown编辑器
https://boostnote.io/


https://guides.github.com/features/mastering-markdown/

# Markdown入门

## 标题 按#个数划分,总共六级 > # 一级标题 > > ## 二级标题 > > ### 三级标题 > > #### 四级标题 > > ##### 五级标题 > > ###### 六级标题 ## 列表 ### 无序列表 符号*、-、+后面接一个空格,在符合前面加两个空格降级一次 * 春暖花开1 - 春暖花开2 + 春暖花开3 + 春暖花开3.1 + 春暖花开3.1.1 ### 有序列表 数字后面加.接一个空格,在符号前面加两个空格降级一次 1. 第一章 2. 第二章 3. 第三章 3.1 第三章第一节

- [x] 打勾
- [ ] 不打勾


表格

您可以通过组合单词列表​​并用连字符 -(对于第一行)分隔它们,然后用管道分隔每一列来创建表格 | First Header | Second Header ------------ | ------------- Content from cell 1 | Content from cell 2 Content in the first column | Content in the second column

:---:代表居中对齐, :---代表左对齐,---:代表右对齐,---代表默认左对齐 | 姓名 | 年龄 | 三围 |城市| | :---: | :--- | --- |---: | | 张曼玉 | 30 | 60,60,60 |香港| | 林青霞 | 33 | 50,80,70 |台湾| | 赵敏 | 25 | 55,55,55 |新加坡| ## 粗体、斜体、删除 *和_,每两个代表粗体,一个代表斜体,三个代表粗体+斜体 ~~删除符号用法~~ **粗体1** __粗体2__ *斜体1* _斜体2_ ***粗体+斜体1*** _**粗体+斜体2**_ **_粗体+斜体3_** ___粗体+斜体4___ ~~这里要删除~~ ## 链接 #### 行内式 [访问百度](http://www.baidu.com) 带title的链接 [访问谷歌](https://www.google.com "google一下") #### 参考式 [访问百度][1] [访问谷歌][2] [1]:https://www.baidu.com [2]:http:www.google.com #### 图像链接 图片 ![](http://octodex.github.com/images/founding-father.jpg) 带 Title
![founding-father](http://octodex.github.com/images/founding-father.jpg "github")


Format: ![Alt Text](url)


引用方式(行中间有空行) ![alt][img01] [img01]:http://octodex.github.com/images/founding-father.jpg "会不会markdown" ## 文本引用

如果您想引用某人的话,请在该行之前使用 > 字符

> 澳门首家线上赌场,美女荷官在线发牌! > ### 面朝大海,春暖花开 > 从明天起,做一个幸福的人 > 喂马、劈柴,周游世界 > 从明天起,关心粮食和蔬菜 > 我有一所房子,面朝大海,春暖花开 > 从明天起,和每一个亲人通信 > 告诉他们我的幸福 > 那幸福的闪电告诉我的 > 我将告诉每一个人 > 给每一条河每一座山取一个温暖的名字 > 陌生人,我也为你祝福 > 愿你有一个灿烂的前程 > 愿你有情人终成眷属 > 愿你在尘世获得幸福 > 我只愿面朝大海,春暖花开 ## 分隔符 -+*各三个 ___ +++ *** ## 代码引用

使用 GitHub 的 markdown 设置代码样式的方法有很多种。如果您有内联代码块,请将它们用反引号(ESC键下面那个)括起来:`var example = true`。如果你有更长的代码块,你可以缩进四个空格:

    if (isAwesome){
      return true
    }

GitHub 还支持一种叫做代码围栏的东西,它允许多行不缩进:

```
if (isAwesome){
  return true
}
```

如果您想使用语法突出显示,请包含语言

```javascript
if (isAwesome){
  return true
}
```


缩进四个空格 单行代码引用 ​ '''python ​ print(Hello World!) ​ '''

评论

此博客中的热门博文

自动发送消息

  # https://pyperclip.readthedocs.io/en/latest/ import pyperclip while True :     # pyperclip.copy('Hello, world!')     # pyperclip.paste()     # pyperclip.waitForPaste()     print ( pyperclip. waitForNewPaste ( ) )     # 获取要输入新的坐标,也可以通过autohotkey import time import pyautogui  as pag import os   try :     while True :         print ( "Press Ctrl-C to end" )         x , y = pag. position ( )   # 返回鼠标的坐标         posStr = "Position:" + str ( x ) . rjust ( 4 ) + ',' + str ( y ) . rjust ( 4 )         print ( posStr )   # 打印坐标         time . sleep ( 0.2 )         os . system ( 'cls' )   # 清楚屏幕 except KeyboardInterrupt :     print ( 'end....' )     # 打印消息 import pyautogui import time import pyperclip   content = """   呼叫龙叔! 第二遍! 第三遍! 第四遍...

学习地址

清华大学计算机系课程攻略 https://github.com/PKUanonym/REKCARC-TSC-UHT 浙江大学课程攻略共享计划 https://github.com/QSCTech/zju-icicles https://home.unicode.org/ 世界上的每个人都应该能够在手机和电脑上使用自己的语言。 http://codecanyon.net   初次看到这个网站,小伙伴们表示都惊呆了。原来代码也可以放在网上卖的?!! 很多coder上传了各种代码,每个代码都明码标价。看了下销售排行,有的19刀的卖了3万多份,额di神啊。可以看到代码的演示效果,真的很漂亮。代码以php、wordpress主题、Javascript、css为主,偏前台。 https://www.lintcode.com/ 算法学习网站,上去每天刷两道算法题,走遍天下都不怕。 https://www.codecademy.com/ 包含在线编程练习和课程视频 https://www.reddit.com/ 包含有趣的编程挑战题,即使不会写,也可以查看他人的解决方法。 https://ideone.com/ 在线编译器,可运行,可查看代码示例。 http://it-ebooks.info/ 大型电子图书馆,可即时免费下载书籍。 刷题 https://github.com/jackfrued/Python-100-Days https://github.com/kenwoodjw/python_interview_question 面试问题 https://github.com/kenwoodjw/python_interview_question https://www.journaldev.com/15490/python-interview-questions#python-interpreter HTTP 身份验证 https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Authentication RESTful 架构详解 https://www.runoob.com/w3cnote/restful-architecture.html https://www.rosettacode.org/wiki/Rosetta_C...

mysql 入门

资料 https://dinfratechsource.com/2018/11/10/how-to-install-latest-mysql-5-7-21-on-rhel-centos-7/ https://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html https://www.runoob.com/mysql/mysql-create-database.html https://www.liquidweb.com/kb/install-java-8-on-centos-7/ 工具 https://www.heidisql.com/ HeidiSQL是免费软件,其目标是易于学习。 “ Heidi”使您可以从运行数据库系统MariaDB,MySQL,Microsoft SQL或PostgreSQL的计算机上查看和编辑数据和结构 MySQL 连接时尽量使用 127.0.0.1 而不是 localhost localhost 使用的 Linux socket,127.0.0.1 使用的是 tcp/ip 为什么我使用 localhost 一直没出问题 因为你的本机中只有一个 mysql 进程, 如果你有一个 node1 运行在 3306, 有一个 node2 运行在 3307 mysql -u root -h localhost -P 3306 mysql -u root -h localhost -P 3307 都会连接到同一个 mysql 进程, 因为 localhost 使用 Linux socket, 所以 -P 字段直接被忽略了, 等价于 mysql -u root -h localhost mysql -u root -h localhost 而 -h 默认是 localhost, 又等价于 mysql -u root mysql -u root 为了避免这种情况(比如你在本地开发只有一个 mysql 进程,线上或者 qa 环境有多个 mysql 进程)最好的方式就是使用 IP mysql -u root -h 127 .0 .0 .1 -P 3307 strac...