tune
This commit is contained in:
@@ -0,0 +1,121 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>以授權器作第二層伺服(多主機) | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="以授權器作第二層伺服(多主機) | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../../../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../../../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../../../public/main.css">
|
||||
<meta name="docfx:navrel" content="../../../toc.html">
|
||||
<meta name="docfx:tocrel" content="../toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../../../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../../../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../../../index.html">
|
||||
<img id="logo" class="svg" src="../../../img/HiAPI.logo.png" alt="">
|
||||
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="以授權器作第二層伺服多主機">以授權器作第二層伺服(多主機)</h1>
|
||||
|
||||
<p>如果有開通多主機授權,下載並解壓縮<a href="https://superhightech.com.tw/download2/DelegateAuthorization.zip">DelegateAuthorization.zip</a>,並根據裡面的兩個pdf說明檔操作,分別設定授權伺服器與被授權客戶端。</p>
|
||||
<p>授權伺服器可能被windows防火牆擋住,可以開通如圖:</p>
|
||||
<p><img src="res/sentinel-firewall.jpg" alt="sentinel-firewall"></p>
|
||||
<blockquote>
|
||||
<p>使用紅色授權鎖,單機運行也需執行該壓縮包內容之 <code>win_install.bat</code>,以安裝授權執行軟件。</p>
|
||||
</blockquote>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,131 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>單機多站 | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="單機多站 | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../../../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../../../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../../../public/main.css">
|
||||
<meta name="docfx:navrel" content="../../../toc.html">
|
||||
<meta name="docfx:tocrel" content="../toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../../../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../../../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../../../index.html">
|
||||
<img id="logo" class="svg" src="../../../img/HiAPI.logo.png" alt="">
|
||||
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="單機多站">單機多站</h1>
|
||||
|
||||
<p>如果有開通多程序授權,可以使用不同 <code>appsettings.<組態名稱>.json</code> 伺服多個程序。每個程序可同時執行不同的專案。</p>
|
||||
<p>同個主機中各程序<code>appsettings.<組態名稱>.json</code>中以下項目不可相同:</p>
|
||||
<ul>
|
||||
<li><code>Endpoints</code></li>
|
||||
<li><code>DatabasePort</code></li>
|
||||
<li><code>CacheDbId</code></li>
|
||||
</ul>
|
||||
<p>在命令列執行以下指令啟動指定程序:</p>
|
||||
<p><code>dotnet run HiNcServer.dll --environment <組態名稱></code></p>
|
||||
<blockquote>
|
||||
<p><strong>組態範例</strong></p>
|
||||
<ul>
|
||||
<li><a href="res/appsettings.Sub-1.json">appsettings.Sub-1.json</a></li>
|
||||
<li><a href="res/appsettings.Sub-2.json">appsettings.Sub-2.json</a></li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"DetailedErrors": true,
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:3301"
|
||||
},
|
||||
//"Https": {
|
||||
// "Url": "https://xxxx.xxxx.xxxx:4301",
|
||||
// "Certificate": {
|
||||
// "Subject": "xxxx.xxxx.xxxx",
|
||||
// "Store": "WebHosting",
|
||||
// "AllowInvalid": true
|
||||
// }
|
||||
//},
|
||||
"Grpc": {
|
||||
"Protocols": "Http2",
|
||||
"Url": "http://localhost:5301"
|
||||
}
|
||||
}
|
||||
},
|
||||
"HiNC": {
|
||||
"CacheDbId": "Sub-1",
|
||||
"DatabasePort": 28001,
|
||||
"AdminDirectory": "../HiNC-Root",
|
||||
"OptCoreNum": 0,
|
||||
"Users": [
|
||||
{
|
||||
"Name": "admin",
|
||||
"Pw": "00000",
|
||||
"Role": "Admin",
|
||||
"IsFixedUser": true
|
||||
},
|
||||
{
|
||||
"Name": "worker",
|
||||
"Pw": "111111",
|
||||
"Role": "Collaborator",
|
||||
"IsFixedUser": false
|
||||
},
|
||||
{
|
||||
"Name": "guest",
|
||||
"Pw": "22222",
|
||||
"Role": "Guest",
|
||||
"IsFixedUser": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"LicenseManager": {
|
||||
//Available Command: "DoNothing","AutoLicenseUpdate","GetC2V","GenV2C","ApplyV2C","WriteInfo"
|
||||
"Command": "AutoLicenseUpdate",
|
||||
"Server": {
|
||||
"URI": "superhightech.com.tw",
|
||||
"Port": 20201,
|
||||
"ReceiveTimeout": 200
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"DetailedErrors": true,
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:3302"
|
||||
},
|
||||
//"Https": {
|
||||
// "Url": "https://xxxx.xxxx.xxxx:4302",
|
||||
// "Certificate": {
|
||||
// "Subject": "xxxx.xxxx.xxxx",
|
||||
// "Store": "WebHosting",
|
||||
// "AllowInvalid": true
|
||||
// }
|
||||
//},
|
||||
"Grpc": {
|
||||
"Protocols": "Http2",
|
||||
"Url": "http://localhost:5302"
|
||||
}
|
||||
}
|
||||
},
|
||||
"HiNC": {
|
||||
"CacheDbId": "Sub-2",
|
||||
"DatabasePort": 28002,
|
||||
"AdminDirectory": "../HiNC-Root",
|
||||
"OptCoreNum": 0,
|
||||
"Users": [
|
||||
{
|
||||
"Name": "admin",
|
||||
"Pw": "00000",
|
||||
"Role": "Admin",
|
||||
"IsFixedUser": true
|
||||
},
|
||||
{
|
||||
"Name": "worker",
|
||||
"Pw": "111111",
|
||||
"Role": "Collaborator",
|
||||
"IsFixedUser": false
|
||||
},
|
||||
{
|
||||
"Name": "guest",
|
||||
"Pw": "22222",
|
||||
"Role": "Guest",
|
||||
"IsFixedUser": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"LicenseManager": {
|
||||
//Available Command: "DoNothing","AutoLicenseUpdate","GetC2V","GenV2C","ApplyV2C","WriteInfo"
|
||||
"Command": "AutoLicenseUpdate",
|
||||
"Server": {
|
||||
"URI": "superhightech.com.tw",
|
||||
"Port": 20201,
|
||||
"ReceiveTimeout": 200
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
Binary file not shown.
@@ -0,0 +1,131 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>教學視頻 | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="教學視頻 | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../../../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../../../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../../../public/main.css">
|
||||
<meta name="docfx:navrel" content="../../../toc.html">
|
||||
<meta name="docfx:tocrel" content="../toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../../../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../../../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../../../index.html">
|
||||
<img id="logo" class="svg" src="../../../img/HiAPI.logo.png" alt="">
|
||||
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="教學視頻">教學視頻</h1>
|
||||
|
||||
<h2 id="建立機構與刀具">建立機構與刀具</h2>
|
||||
<ul>
|
||||
<li><a href="https://superhightech.com.tw/download2/%E6%A9%9F%E6%A7%8B%E5%BB%BA%E6%A7%8B%E5%99%A8%E5%BB%BA%E7%AB%8B%E8%99%9B%E6%93%AC%E6%A9%9F%E5%BA%8A.mp4">https://superhightech.com.tw/download2/機構建構器建立虛擬機床.mp4</a></li>
|
||||
<li><a href="https://superhightech.com.tw/download2/%E5%BB%BA%E7%AB%8B%E8%87%A5%E5%BC%8F%E6%A9%9F%E5%BA%8A.mp4">https://superhightech.com.tw/download2/建立臥式機床.mp4</a></li>
|
||||
<li><a href="https://superhightech.com.tw/download2/%E5%88%80%E5%85%B7%E5%BB%BA%E7%AB%8B-%E9%8A%91%E5%89%8A%E8%88%87%E5%88%80%E6%8A%8A.mp4">https://superhightech.com.tw/download2/刀具建立-銑削與刀把.mp4</a></li>
|
||||
</ul>
|
||||
<h2 id="專案設定與執行">專案設定與執行</h2>
|
||||
<ol>
|
||||
<li><a href="https://superhightech.com.tw/download2/%E7%AF%84%E4%BE%8B%E5%B0%88%E6%A1%88%E8%A8%AD%E7%BD%AE%E8%AA%AA%E6%98%8E.mp4">https://superhightech.com.tw/download2/範例專案設置說明.mp4</a></li>
|
||||
<li><a href="https://superhightech.com.tw/download2/%E7%AF%84%E4%BE%8B%E5%B0%88%E6%A1%88%E4%BB%BF%E7%9C%9F%E8%AA%AA%E6%98%8E.mp4">https://superhightech.com.tw/download2/範例專案仿真說明.mp4</a></li>
|
||||
<li><a href="https://superhightech.com.tw/download2/%E5%BB%BA%E7%AB%8B%E5%B0%88%E6%A1%88.mp4">https://superhightech.com.tw/download2/建立專案.mp4</a></li>
|
||||
</ol>
|
||||
<blockquote>
|
||||
<p><strong>範例專案下載</strong>
|
||||
<a href="https://superhightech-gitea.webredirect.org/HiNC-Deploy/DemoStandardPath/archive/master.zip">https://superhightech-gitea.webredirect.org/HiNC-Deploy/DemoStandardPath/archive/master.zip</a></p>
|
||||
</blockquote>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,162 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HiNC啟用 | HiAPI-C# 2025 </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="HiNC啟用 | HiAPI-C# 2025 ">
|
||||
|
||||
|
||||
<link rel="icon" href="../../../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../../../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../../../public/main.css">
|
||||
<meta name="docfx:navrel" content="../../../toc.html">
|
||||
<meta name="docfx:tocrel" content="../toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../../../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../../../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../../../index.html">
|
||||
<img id="logo" class="svg" src="../../../img/HiAPI.logo.png" alt="">
|
||||
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="hinc啟用">HiNC啟用</h1>
|
||||
|
||||
<p>本章節將介紹如何在不同環境下啟用HiNC系統,包含Windows系統的基本安裝、單機多站配置、多主機授權設置,以及提供相關教學視頻資源。</p>
|
||||
<ul>
|
||||
<li><a href="multi-station.html">單機多站配置</a></li>
|
||||
<li><a href="delegate-auth.html">多主機授權設置</a></li>
|
||||
<li><a href="tutorial.html">教學視頻</a></li>
|
||||
</ul>
|
||||
<h2 id="啟用hinc於windows系統">啟用HiNC於Windows系統</h2>
|
||||
<ol>
|
||||
<li><p>至官網下載HiNC安裝包並解壓縮:</p>
|
||||
<p><a href="https://superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Manager-Win/archive/master.zip">https://superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Manager-Win/archive/master.zip</a></p>
|
||||
</li>
|
||||
<li><p>插上HiNC授權鎖,執行資料夾內<code>HiNC-loop-with-update.bat</code>。</p>
|
||||
<p>該腳本會於每次執行下載或更新HiNC軟件於HiNC資料夾。</p>
|
||||
<p>首次執行過後,將產生HiNC子資料夾。</p>
|
||||
<blockquote>
|
||||
<p>除appsettings會被保留以外,其他在HiNC資料夾中的檔案變更會在更新後被刪除。
|
||||
HiNC資料夾內如果有非系統產生的更動,有可能使得下載或更新失敗,此時可以手動刪除整個HiNC資料夾然後再次執行<code>HiNC-loop-with-update.bat</code>。</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p><a href="res/startup.mp4">操作影片</a></p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>如果HiNC軟件的預設載點速度太慢,可以先使用<code>HiNC-update-gitcode.bat</code>至gitcode載點下載完成後,再執行<code>HiNC-loop-with-update.bat</code>。</p>
|
||||
</blockquote>
|
||||
<p>HiNC子資料夾內可找到<code>appsettings.json</code> 檔案,該檔案用來設定HiNC組態,包含網頁位置及使用者帳號密碼等。以下以預設值說明。</p>
|
||||
<p>依<code>appsettings.json</code>預設值,每次HiNC啟動時,會連結授權伺服器檢查是否有授權更新。授權更新的預設設置如下,如果要取消自動授權鎖更新,可將<code>AutoLicenseUpdate</code>改為<code>DoNothing</code>。</p>
|
||||
<pre><code>"LicenseManager": {
|
||||
//Available Command: "DoNothing","AutoLicenseUpdate","GetC2V","GenV2C","ApplyV2C","WriteInfo"
|
||||
"Command": "AutoLicenseUpdate",
|
||||
"Server": {
|
||||
"URI": "http://superhightech.com.tw:20201",
|
||||
}
|
||||
}
|
||||
</code></pre>
|
||||
<p><code>appsettings.json</code> 檔案中預設創建 <code>../HiNC-Root</code> 作為資料與專案的存放位置。</p>
|
||||
<blockquote>
|
||||
<p>如果啟動HiNC時,反覆出現錯誤長訊息,可能是作業系統太舊或久未更新,請安裝 <code>Microsoft Visual C++</code>。</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li><p>打開網頁瀏覽器,進入預設網址:
|
||||
http://localhost:4330</p>
|
||||
</li>
|
||||
<li><p>輸入預設使用者帳密即可登入使用。
|
||||
帳號: <code>admin</code>
|
||||
密碼: <code>00000</code></p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user