01 2017 档案

摘要:1. download Mongodb from http://www.mongodb.org/downloads 2. install the msi 3. Go to the folder C:\Mongodb\bin -> new folder data, then run mongod -- 阅读全文
posted @ 2017-01-12 17:05 skyaiolos0426
摘要:from tkinter import * root = Tk() root.title("BMS 图书管理系统") lbl = Label(root, text='书名:') #(1) lbl.pack() #(2) lbl.place(45.50) #(3) web 早期布局,, 常见。 lbl.grid(row=0, column=0) # web 早期布局,, 常见。 title =... 阅读全文
posted @ 2017-01-04 22:10 skyaiolos0426 阅读(604) 评论(0) 推荐(0)