Your ROOT_URL in app.ini is http://192.168.1.7:3000/ but you are visiting http://shqkxh.org:3000/guofu/dolphin-dev/src/branch/main/dolphindb/project/scripts/show_databases.dos You should set ROOT_URL correctly, otherwise the web may not work correctly.
dolphin-dev/dolphindb/project/scripts/show_databases.dos

9 lines
598 B

login('admin', '123456')
// schema(loadTable("dfs://daily_stock_ts", "kurto_partitioned"))
//listTables("dfs://daily_stock_ts")
//dropTable(database("dfs://daily_stock_ts"), "kurto_partitioned")
//listTables("dfs://daily_stock_ts")
//select max(m_nDate), min(m_nDate) from loadTable("dfs://daily_stock_ts", "hft_daily_factor")
// select count(*) from loadTable("dfs://daily_stock_ts", "daily_kline")
// select top 100 * from loadTable("dfs://daily_stock_ts", "hft_daily_factor") where code='000002.SZ'
select top 100 * from loadTable("dfs://hft_stock_ts", "OrderPartitioned") where code='000002.SZ'