最新文章

區塊鏈使用的相關演算法

區塊鏈使用的相關演算法 前一篇 甚麼是區塊鏈? 是簡單的說明區塊鏈大概是甚麼東西了,這篇主要筆記目前我知道的區塊鏈所使用的相關演算法。

2022/02/22

什麼是區塊鏈?

什麼是區塊鏈? 常見的區塊鏈定義:去中心化、資料不可竄改、分散式的數位帳本。........

2022/02/21

string refence not set to an instance of a string

錯誤內容 : string refence not set to an instance of a string 可能發生在: 1.日期欄位資料為null的時候,卻要轉成String 就會出現這樣的錯誤。 解法: Tryparse 的方式檢查 日期欄位

2021/12/07

ASP.NET Core MVC 的 View

View 就是呈現給別人看到畫面,這一篇主要介紹如何建立一個最簡單的畫面給使用這看~

2021/11/12

but this ViewDataDictionary instance requires a model item of type XX

錯誤內容:The model item passed into the ViewDataDictionary is of Type XXX but this ViewDataDictionary instance requires a model item of Type XXX 發生原因: 1.在Laoyout.cshtml 裡面想要傳入@model,但傳不進去。

2021/11/06

ASP.NET Core MVC 設定 controller

asp.net core 專案,從空白專案開始建起甚麼都沒有,直接執行起來後會是系統預設畫面不會是 MVC的架構。 所以第一步就是設定成mvc的架構。

2021/11/05

C# DateTime 變數

情境: 我們時常要存取DateTime? 的變數資料,這邊使用get;set;來設計。 目標: 1.用get set 來設定DateTime 型態的變數。

2021/11/01

SQL 將資料類型從 varchar 轉換到 numeric 時發生錯誤

錯誤內容 : 將資料類型從 varchar 轉換到 numeric 時發生錯誤。

2021/10/31