修正换行

This commit is contained in:
黎润豪 2025-04-18 10:50:00 +08:00
parent a8dc2f6bfe
commit d4a43bea86
1 changed files with 13 additions and 5 deletions

View File

@ -52,15 +52,19 @@ DBeaver是一个优秀的开源数据库访问工具。因为大部分学校都
1. 右击需要输出的数据表,点击导出数据
![DBeaverExport1](../img/DBeaverExport1.jpg)
2. 选择需要输出类型为`数据库表`
![DBeaverExport2](../img/DBeaverExport2.jpg)
3. 点击`Choose...`按钮,选择输入的数据源
![DBeaverExport3](../img/DBeaverExport3.jpg)
4. 调整抽取设置
![DBeaverExport4](../img/DBeaverExport4.jpg)
5. 剩下的都继续按下一步完成即可
![DBeaverExport5](../img/DBeaverExport5.jpg)
@ -71,14 +75,18 @@ DBeaver是一个优秀的开源数据库访问工具。因为大部分学校都
1. 右击需要导出的数据表,点击导出数据
![DBeaverExport1](../img/DBeaverExport1.jpg)
2. 选择需要输出类型为`CSV`
![DBeaverExport1](../img/DBeaverExport1.jpg)
2. 选择需要输出类型为`CSV`
![DBeaverExport6](../img/DBeaverExport6.jpg)
3. 抽取设置和格式设置都是用默认设置
4. 在输出设置中,需要记住编码类型
3. 抽取设置和格式设置都是用默认设置
4.
5. 在输出设置中,需要记住编码类型
![DBeaverExport7](../img/DBeaverExport7.jpg)
5. 确认后按继续完成CSV文件导出
1. 确认后按继续完成CSV文件导出
Excel支持CSV文件的读取和excel文档的另存。但另存时长数字会变成科学计数法。在另存后科学计数法会变成字符串导致内容丢失。因此我们不可以使用Excel进行另存。因此我写了一个[小工具](http://47.107.61.133:3000/lirh/csvconvert)进行转换。