- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 怎么使用bootstrap
bootstrap框架用于生产环境的编译并压缩后的 CSS、JavaScript 和字体文件。 bootstrap框架是目前流行的开源框架,如果将bootstrap引用到html里,将会做出更好看的网页。
2017-07-17 20:31:48 729
ssd7数据库机试2
Entities:
1.Bank(BankID,BankName,BankPhone,BankAddr) --strong
PK: (BankID)
AK: (BankName)
2.Branch(BranchID,BranchName,BranchAddr,BranchPhone,BankID) --strong
PK: (BranchID)
AK: (BranchName)
FK: BankID references Bank(BankID)
3.Customer(CustomerID,FirstName,MiddleName,LastName,PhoneNum) --strong
PK: (CustomerID)
AK: (PhoneNum)
4.Account(AccountNo,Money,CustomerID) --strong
PK: (AccountNo)
FK: CustomerID references Customer(CustomerID)
5.Transaction (TranID, OperationType, DateTime, AccountNo) --weak
PK: (TranID)
FK: AccountNO references Account(AccountNO)
2018-05-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人