Ai
1 Star 0 Fork 1

xuzhanhong/DatabaseManagementTool

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
server.py 161 Bytes
Copy Edit Raw Blame History
xuzhanhong authored 2022-03-01 15:25 +08:00 . 优化代码结构
import dash
app = dash.Dash(
__name__,
suppress_callback_exceptions=True
)
# 设置网页title
app.title = '数据库管理工具'
server = app.server
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xuzhanhong/database-management-tool.git
git@gitee.com:xuzhanhong/database-management-tool.git
xuzhanhong
database-management-tool
DatabaseManagementTool
master

Search