Markdown
640.jpeg标题
一级标题
二级标题
三级标题
四级标题
五级标题
六级标题
粗体
** 实时 **
注释
- 工具很好用
引用
路漫漫其修远兮, 吾将上下而求索二次求索
三次求索
四次求索
分割线
- 分割线
- 华丽丽的
代码注释
select *from sc;
int a =2;
NSArray;
select
sc.CId ,
max(sc.score)as 最高分,
min(sc.score)as 最低分,
AVG(sc.score)as 平均分,
count(*)as 选修人数,
sum(case when sc.score>=60 then 1 else 0 end )/count(*)as 及格率,
sum(case when sc.score>=70 and sc.score<80 then 1 else 0 end )/count(*)as 中等率,
sum(case when sc.score>=80 and sc.score<90 then 1 else 0 end )/count(*)as 优良率,
sum(case when sc.score>=90 then 1 else 0 end )/count(*)as 优秀率
from sc
GROUP BY sc.CId
ORDER BY count(*)DESC, sc.CId ASC
网址
黑体
我是中国人,我爱中国
斜体
斜体字
背景色
<table><tr><td bgcolor=orange> 背景色是orange</td></tr></table>
设置字体
<table> <tr> <td bgcolor= BlueViolet><font size=4 color= Black>字体的设置</font></table></td></tr>
文字颜色
夏天是的,秋天是的
字体高亮
夏天是==红色==的,秋天是==黄色==的
删除线
不要199,只要99
李白是一位<u>唐代</u>的诗人
print("hello world")
def add(x,y): # 定义一个求和函数
return x+y
图片
这个就是图片的引用格式:[图片上传失败...(image-515e90-1608016077323)]
银杏树-图片注释python官网 # 只是比图片少了个感叹号!
表格
姓名 | 地址 |
---|---|
小明 | 广州 |
小红 | 深圳 |
小芳 | 北京 |
大壮 | 上海 |
邮箱
脚注
。
网友评论