1、codegen module hnatc.customads /includeinsolution:true 生成模組框架
2、用codegen part 自動生成內容。前提是安裝code generation extensions模組。
語法:codegen part [/properties:]
舉例:codegen part hnatc.customads adpart /properties: name:string, price:int
它會自動生成:handler, driver, model, record, display and editor shapes and updates the placement.info file with default content:before placement 大大減輕了工作量
注意:這時要生成hnatc.customads專案,否則,下面的命令不成功
3、codegen datamigration
hnatc.customads 生成migrations.cs類
4、codegen controller hnatc.customads adscontroller
原文generating orchard content parts via command-line
SQL點滴學習記錄(一)
alter table table name add column column name1 varchar 100 default null comment 注釋 add column column name2 varchar 100 default null comment 注釋 1 最近用的比...
SD卡協議學習點滴(一)
首先sd卡有所謂操作模式 operation mode 的概念,每種操作模式又具體對應一種或多種狀態,主機通過傳送命令可以使sd卡在不同的狀態間轉換,sd卡則接受命令,並根據自己現在所處狀態做出不同的響應。系統上電時刻或者搜尋sd卡時,sd卡控制器應該處於sd卡識別模式 sd卡在剛接入系統時刻也處於...
django 學習點滴
django連線資料庫要安裝第三方包,比如mysql的就是 python mysqldb,用apt cache search python mysql 搜尋一下。django的project可以放在任意的目錄下,安裝完版本1.6之後,django admin.py已經放到了系統路徑裡去了,如果不能直...