Skip to content
What you think is what you get
What you think is what you get
Home
Posts
About Me
Home
Posts
About Me
Follow on
linkedin
Follow on
github
Follow on
twitter
Follow on
facebook
Follow on
instagram
What you think is what you get
Home
Posts
About Me
Posts filed under: ASP.NET
ASP.NET
ASP.NET
[ASP.NET] 使用 Visual Studio 2019 編輯網頁(沒有sln檔)
by
zgh149
20 7 月, 2021
0
Situation 需要修改網頁(http://www.somewhere.com)且已知該網頁對應的網路空間......
ASP.NET
[ASP.NET] 判斷使用者IP為內網或外網
by
zgh149
8 7 月, 2021
0
Situation 需要判斷使用者的IP 為內網或外網。 Action 使用者 IP 可以透過 Request......
ASP.NET
[ASP.NET] 使用 Conveyor by Keyoti 讓 localhost 轉成可連結的 IP
by
zgh149
28 6 月, 2021
0
使用ASP.NET 在本機執行“開始偵錯”時,ASP.NET 會在本機上啟動https://localhost......
ASP.NET
,
Web 前端
[ASP.NET] 在TextBox輸入內容後自動跳轉到指定UI元件
by
zgh149
22 6 月, 2021
0
需求: 有些資料欄位在UI上設計為分段或分區輸入,如下方的手機欄位分為三個區塊。 使用者希望能夠在輸入完前一個......
ASP.NET
,
git 使用紀錄
,
Web 前端
在ASP.NET Webform專案中加入專屬的 gitignore file
by
zgh149
20 5 月, 2021
0
不用到處搜尋 .gitignore 檔案啦,先移動到專案的根目錄再輸入以下指令 dotnet new giti......
ASP.NET
找不到類型或命名空間名稱 using OfficeOpenXml
by
zgh149
19 5 月, 2021
0
在 xxx.aspx.cs 使用 using OfficeOpenXml 出現找不到類型或命名空間名稱錯誤。 ......