行尾自動(dòng)加分號(hào) ctrl+shift+enter 任意內(nèi)容查找 double shift
一、設(shè)置IDEA中類的模板 File-->settings-->Editor-->File and Code Templates-->Files...
一、設(shè)置Git的user name和email git config --global user.name "xuhaiyan"git conf...
########################################################################...
一、安裝環(huán)境及軟件 操作系統(tǒng): Deepin15.4 64位數(shù)據(jù)庫: Postgresql9.6源碼: 10.0社區(qū)版 二、安裝數(shù)據(jù)庫 D...
Deepin15.4基于Debian8(Jessie) 下載文件 jdk-8u144-linux-x64.tar.gz 解壓縮文件 tar -z...
切換到postgres用戶下:sudo su - postgres 連接數(shù)據(jù)庫, 默認(rèn)的用戶和數(shù)據(jù)庫是postgres psql -U user...
字段屬性對(duì)象Field Model的字段屬性對(duì)應(yīng)數(shù)據(jù)表中的相應(yīng)字段,pg表中不同的字段有不同類型,Odoo也為其封裝了相應(yīng)的類型對(duì)象 Field...
模型對(duì)象Model Odoo的模型對(duì)象在odoo模塊的models.py文件中,最基礎(chǔ)的對(duì)象是BaseModel;Odoo的模型對(duì)象有三個(gè):Ab...