For the challenge of freeCodeCamp's "Build a Wikipedia Viewer", and wanna make the searching more lively .
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Public Class a_Struct | |
'系統資訊設定 | |
Public ReadOnly SystemTitle As String = "滿意不滿意系統" | |
Public ReadOnly helpBuss As String() = {"業務諮詢", "1111", "林林林老師"} '業務承辦人資訊 | |
Public ReadOnly helpTech As String() = {"系統維護", "8888", "李李李先生"} '系統管理者資訊 | |
Public ReadOnly menuLeft As String(,) = {{"問卷填寫", "Home.aspx"}} '使用者選單 | |
Public ReadOnly menuRight As String(,) = {{"問卷管理", "Admin.aspx"}} '管理者選單 | |
'生成選單 (採用 Bootstrap Navbar 元件) |
Visual Studio Marketplace - Visual Studio Code
- 留存個人的擴充喜好
- 分享有用的擴充套件
- Windows 10
- Go to Settings > Update & security > For developers
- Enable
Developer mode
.
- Visual Studio 2017 when installing...
- Add
.vs
to.gitignore
. - Run command
git rm --cached .vs -r
. - Commit the staged changes.
OlderNewer