修改格式问题

master
xlc 6 years ago
parent a48d8a2156
commit d9612fefdd

@ -126,8 +126,6 @@ AuthorizedKeysFile .ssh/authorized_keys # 公钥文件路径(和上面生成
重启`ssh`。
生成从机的公钥
```

@ -104,7 +104,9 @@ spark = SparkSession \
本例可使用如下表达式:
`cast(replace(regexp_extract(`最大飞行速度`,'[\\\d,\\\.]+',0),',','') as float)`
```
cast(replace(regexp_extract(`最大飞行速度`,'[\\\d,\\\.]+',0),',','') as float)
```
第四步:使用降序输出前三。

Loading…
Cancel
Save