1
0

增加数据采集操作

This commit is contained in:
2024-12-27 17:28:57 +08:00
parent 6e1e888606
commit 5bf89d448d
3 changed files with 10 additions and 9 deletions

11
.idea/csv-editor.xml generated
View File

@@ -10,7 +10,7 @@
</Attribute>
</value>
</entry>
<entry key="/document/SH000001.csv">
<entry key="/document/SZ000001.csv">
<value>
<Attribute>
<option name="separator" value="," />
@@ -24,13 +24,6 @@
</Attribute>
</value>
</entry>
<entry key="/document/公募基金信息.csv">
<value>
<Attribute>
<option name="separator" value="," />
</Attribute>
</value>
</entry>
<entry key="/document/指数基金信息.csv">
<value>
<Attribute>
@@ -38,7 +31,7 @@
</Attribute>
</value>
</entry>
<entry key="/新浪股票代码信息.csv">
<entry key="/document/新浪股票代码信息.csv">
<value>
<Attribute>
<option name="separator" value="," />

7
.idea/dataSources.xml generated
View File

@@ -23,5 +23,12 @@
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="main@localhost" uuid="599837aa-a91c-4b7c-86be-08cddda134a2">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3307/main</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

1
.idea/sqldialects.xml generated
View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/0_材料准备/table.sql" dialect="MySQL" />
<file url="PROJECT" dialect="MySQL" />
</component>
</project>