徐小玉在写博客和想念你starb6.blog.chinaunix.net
starB6
徐小玉的博客。
全部博文(289)
shell(4)
Meditation(0)
Yoga(2)
English(1)
cvs(11)
perl实例第四版笔(1)
Script Games(0)
function(2)
By myself(2)
learning perl(1)
shell小例子(2)
记录(1)
练习(5)
2023年(6)
2022年(1)
2021年(2)
2020年(9)
2019年(9)
2018年(6)
2017年(10)
2016年(10)
2014年(3)
2013年(4)
2011年(12)
2010年(16)
2009年(14)
2008年(119)
2007年(48)
2006年(20)
xjliug
threehai
shibaola
qqq123qq
晨曦*Ari
rainfall
Aluoli
Eight02
ruojie00
发布时间:2021-12-15 15:24:05
1: 分组,再选出每组最大值: article ()ASFROMGROUPBYORDERBY;+---------+-------+ | article | price |+ ---------+-------+| 0001 | 3.99 || 0002 | 10.99 || 0003 | 1.69 | | 0004 | 19.95 |+---------+-------+......【阅读全文】
发布时间:2021-11-12 15:25:15
数据类型浮点: 1.23e9=120000000-0.000000012=0.12e-7整数中间可以加横线:10000000=10-000-000字符用' ' 或 ”” 分割。 如果是单引号,可以“‘”或者 ’ \‘ ’ \是普通的转意,通用。r''可以不转义print (r'This i.........【阅读全文】
登录 注册