寫寫在專案中用ecshop開發經驗

2021-08-15 02:46:10 字數 540 閱讀 2444

ecshop 的結構和資料字典在網上都能搜到就不在說了

ecshop 用的是smarty模板引擎,渲染頁面

$smarty->display();

$smarty->assign();

ecshop 運算元據庫

$ecs->table()//操作那個表

$db->getall()//獲取所有

$db->getone()//獲取某個字段

$db->getcol()//獲取一列

$db->getrow()//獲取一行

更新插入刪除

$db->query()

方法中要用到

$globals['ecs']->table()

$globals['db']->getall()

前台頁面

專案中用到的python

import scipy.io as scio 資料輸入輸出,載入和儲存matlab檔案,例如下面 train norm scio.loadmat train norm file 這裡面包含兩個矩陣 train datan train labeln test norm scio.loadmat te...

git 專案中用到的命令

1 git status 檢視修改內容 2 git add 提交修改內容到快取 3 git commit m 修改內容 用來提交 到倉庫並顯示修改內容 4 git fetch origin develop git拉取同步遠端 5 git rebase orgin develop git同步本地 可能...

專案中用到的各種註解

repository 作用於持久層 autowired 自動注入 qualifier sessionfactory 指定自動注入裡面的哪個屬性 suppresswarnings 告訴它對被批註的 元素內部的某些警告保持靜默 repository dao 實現dao訪問 component 把普通po...