如何在DNN 5 0 下打包模組

2021-09-09 03:47:08 字數 844 閱讀 3757

dnn 5.0 的模組註冊檔案的格式有一些變化,之前在4.x的一些慣用做法會有些問題。

最常見的乙個問題是,你會發現為dnn 4.x製作的打包檔案中的resource.zip檔案在dnn 5.0中安裝時不會被自動解壓。其實,在dnn 5.0中,在dnn 檔案中註冊resource.zip檔案應該這樣寫:

<

component

type

="resourcefile"

>

<

resourcefiles

>

<

basepath

>desktopmodules\modulename

basepath

>

<

resourcefile

>

<

name

>resources.zip

name

>

resourcefile

>

resourcefiles

>

component

>

這樣在dnn 5.0中,可以支援多個resource.zip包。

和charles nurse的:

the new extension installer manifest – part 1, introduction

the new extension installer manifest – part 2, component installers

the new extension installer manifest – part 3, the cleanup component

如何在Linux下清屏?

出處 1351 感謝原作者的整理 在windows的dos操作介面裡面,清屏的命令是cls,那麼在linux 裡面的清屏命令是什麼呢?下面筆者分享幾種在linux下用過的清屏方法。1 clear命令 這個命令將會重新整理螢幕,本質上只是讓終端顯示頁向後翻了一頁,如果向上滾動螢幕還可以看到之前的操作資...

idea下如何打war包

點選 file project structure 選單 或使用shift ctrl alt s快捷鍵 開啟 project structure 視窗。如下圖 2 在 projectstructure 中選擇左側的 artifacts 頁籤。如下圖 3 點選中間上面的 4 點選上圖中的 處,選擇 d...

如何在emacs下上網瀏覽

sudo apt get install w3m w3m img w3m el w3m el snapshot 然後會安裝很多東西 安裝完了之後在 usr share emacs site lisp下會多乙個w3m的資料夾,裡面好多指令碼 然後設定.emacs w3m autoload w3m w3...