Try   HackMD
  •  
    資料庫系統
    ·
    Last edited by chung0505 on May 29, 2023
    Linked with GitHub
    Contributed by
  • Edit
Log in to edit or delete your comments and be notified of replies.
Sign upAlready have an account? Log in
There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Last changed by 

 
資料庫系統
0
82

Read more

第九次會議

後端組 Docker 使用 Python 套件管理太麻煩,捨棄 env https://fastapi.tiangolo.com/deployment/docker/ 為了 import 其他檔案,使用以下寫法 from app import [檔案名稱]

Dec 18, 2022
4.4 SQL Statements Used to Insert the data - data population

###user user_table = table('user', column('Id', sa.VARCHAR(20)), column('create_at', sa.DATE), column('password', sa.VARCHAR(20)), column('authority', sa.Enum("Admin", "Developer", "Member", name = "authority")), column('name', sa.VARCHAR(30)), column('phone', sa.VARCHAR(20)), column('email', sa.VARCHAR(100)), column('member_balance', sa.Integer)

Nov 29, 2022
4.2 Expectation of the possible DB operations, frequencies and data volumes

Assume : User = 10000, Game = 800, Table 可能操作 預估使用頻率(per day) 表格資料量(tuples) 系統負擔(worst case) user user登入身分驗證

Nov 28, 2022
3.2 domain of database

USER Attribute Type Key Nullable Decription id VARCHAR(20)

Nov 28, 2022
Read more from 資料庫系統

Published on HackMD
    Expand allBack to topGo to bottom
Expand allBack to topGo to bottom

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up