跳到主要內容

從 MVC 到 MVC Core

最近在研究 MVC Core。

剛好需要將自動產生出來的 POCO 檔案加上一些限制、條件及說明。

但是當我依據原本在 MVC 中的寫法來處理時卻發現完成沒有任何的作用。

如下圖。




後來從 stackoverflow 找到了 答案

依建議由 MetadataType 改用為 ModelMetadataType 就可以正常的使用了。


留言

這個網誌中的熱門文章

Logon Script 無法正常在 Win7 下執行

小弟本身是一個網管人員,目前使用 Win2008 R2 當 AD 並且有 Win7 的 Client ,但 是不知道為什麼之前常常使用的 Login Script 卻是無法正常的在 Win7 下執行。 原始碼如下: Option Explicit On Error Resume Next Dim net,oDrives,oPrinters,oUser,oTime,i,sysInfo,objUser,strGroup,objGroup,flgMap,flgAccMap,oShell Set net = CreateObject("WScript.Network") Set sysInfo = CreateObject("ADSystemInfo") oUser = net.UserName oTime = Now Do While oUser = "" if DateDiff("s",oTime,Now) > 30 then WScript.Quit WScript.Sleep 1000 oUser = net.UserName Loop Set oDrives = net.EnumNetworkDrives Set oPrinters = net.EnumPrinterConnections For i = 0 to oDrives.Count - 1 Step 2 if oDrives.Item(i) = "X:" then net.RemoveNetworkDrive "X:",True,True end if if oDrives.Item(i) = "Y:" then net.RemoveNetworkDrive "Y:",True,True end if if oDrives.Item(i) = "L:" then net.RemoveNetworkDrive "L:",True,True end if if oDrives.Item(i) = "Q:...

MVC 禁止Cache

禁止 Cache 在 MVC 和 MVC Core 的方式 對於 .Net Framework [OutputCache(NoStore = true, Duration = 0)] 對於 .Net Core [ResponseCache(NoStore = true, Duration = 0)] 但是無法強制 Browser 禁用 Cache.

使用 OutLook Express & Outlook 直接編輯附件後直接存檔,要去那找該檔案呢

Outlook Express 就在這裡,請如此操作 1. [開始] --> [執行] 2. 輸入路徑:C:\Documents and Settings\%UserName%\Local Settings\Temporary Internet Files\Content.IE5 -->[確定] 3. 應會出現檔案總管畫面(如果沒有就是路徑錯了),然後按[搜尋] --> [所有檔案和資料匣] 4. [進階選項] --> 請勾選 [搜尋系統資料匣] 、[搜尋隱藏檔案及資料匣]、 [搜尋子資料匣] 5. 開始搜尋你要的檔案格式。 OutLook 2007 1.打開文件, 選擇 其他動作 , 裡面有個 編輯訊息 , 點它 2.隨便找個.html文件作為附件, 拖進這個信件裡去. 3.打開剛剛拖進去的.html文件. 4.在 IE 中的路徑即是你文件存放的目錄。