Pinned
Chrono Divide Bot 開發指南
《Chrono Divide Bot 開發指南》 是一套面向開發者的教學系列,透過 @chronodivide/game-api 套件,帶你從零開始打造能夠自動建造、操控單位、施放超級武器的 Chrono Divide 對戰機器人(Bot)。無論你是剛接觸這個 API,還是想深入控制遊戲邏輯與行為判斷,本指南都提供清晰完整的實作教學與範例程式碼 ...
| Chrono Divide | 9 reads
GitBash使用手冊
GitBash是一個在Windows系統上運行Git命令行工具的應用程式,它提供了一個模擬Unix風格的命令行環境,使用戶可以在Windows上運行Git命令和一些基本的Unix工具。GitBash包含Git的所有功能,方便用戶進行版本控制和管理代碼庫。它還支持shell腳本,允許用戶自動化任務和提高工作效率。使用GitBash,你可以克隆代碼庫、提交更改、查看歷史記錄、合併分支等。這是一個強大的工具,適合所有需要使用Git的開發者 ...
| Github | 1k reads
從零開始掌握 Node.js 與 TypeScript:系列目錄
你是不是常常搞不清楚 TypeScript 是什麼?Node.js 跟 TypeScript 又該怎麼搭在一起用?這個系列目錄是我為了釐清這些問題,從零開始實作與整理的筆記。 無論你是純學習 TypeScript,還是想把 TypeScript 實際應用在 Node.js 專案中 ...
| Node.js | 8 reads
TypeScript 開發實戰入門:從 tsc 到 rimraf,你不能不懂的基礎工具與編譯流程
在使用 TypeScript 開發專案的過程中,你可能遇過這些問題: 為什麼需要執行 npx tsc --init? tsc 和 npx tsc 有什麼差別? 為什麼要用 rimraf 清空 dist 資料夾? TypeScript 為什麼不像 Visual Studio 那樣自動處理垃圾輸出檔 ...
| TypeScript | 1 reads
ChronoDivide Player Checker – Update Notes
The ChronoDivide Player Checker has received a series of updates focused on usability, customization, and performance. From a revamped interface to smart automation and real-time status sorting, this tool is becoming a powerful companion for tracking players across ...
| Application program | 13 reads
ChronoDivide Player Checker
Deep track of your friends in Chrono Divide with automated /whereis commands and live status updates ...
| Application program | 20 reads
Website Rebuild & Patch Notes
After months of planning and development, I'm excited to share the fully rebuilt version of my website. This update marks a major shift in both design and architecture — moving away from the legacy ASP.NET Core 2.1 MVC framework to a modern .NET 8 Blazor Web App, combining both Blazor Server and WebAssembly. In this post, I’ll highlight the ...
| Web Design | 83 reads
掲示板
初めまして、ナノワークです。アニメが大好きで(アニメマニアで)、数多くのアニメを見てきました。アニメは僕の人生にとって欠かせないものであり、その魅力を余すところなく多くの人に伝えたいと思っています。趣味はアニメ鑑賞以外にも、旅行や音楽鑑賞などがあります。どうぞよろ ...
| Japanese | 9k reads
如何設置讓你可以在區域網路內連接SQL Server?
開啟 SQL Server Configuration Manager 1點選「SQL Server 網路的設定」。 2啟用 TCP/IP 3打開屬性,拉到最底下,找到 IPAll TCP port 設定為 1433 *TCP 動態 Port 為空 *這樣設定後,最少可以用 IP 連接到本地的 SQL Server。 接下來是防火牆的入站規則設定 ...
| SQL | 1k reads
如何用 sa 帳號和密碼登入 SQL Server 2019 Express
安裝 SQL Server 2019 Express 後,默認以 Windows Authentication 登入。 1登入後,打開 Security 資料夾,找到 Logins 資料夾中的 sa 帳號。 2右鍵點擊 sa 帳號,選擇屬性。 3在 Status 頁面,將 Login 設為 Enabled(確認不要勾選 Login is locked out)。 4點擊 General 頁面,重新設置密碼。勾選 Enforce password policy。 接下來的步驟非常重要: 右鍵點擊整個實例(Instance),選擇屬性 ...
| SQL | 2k reads
[长期更新]博客版本日志
软件名称:BlogPlatform 更新版本:Version: 1.0.1.191226_beta 更新日期:2019年12月26日 更新日志:修复了strong标签无法加粗的问题。修改了 ...
| .NET | 2k reads
【目录】Linux新手入门——从理论到实战
[1] Linux新手入门第一天——谈谈为什么要学Linux? [2] Linux新手入门第二天——Linux的版本选择和安装Q&A [3] Linux新手入门第三天——基本指令入门和理解(一) [4] Linux新手入门第四天——cat指令与输入输出重定向 [5] Linux新手入门第五天——基本指令入门和理解(二) [6] Linux新手入门第六天——解压缩与删除指令 Linux新手入门第七天——apt指令和wget指令以及-r参数 Linux新手入门第八天——离线安装包的使用 ...
| Linux | 1k reads
[CONTENT] Learn JLPT N2 Grammar
[1] How to use "あげく"? "あげく"の例文 [2] Learn JLPT N2 Grammar: あまり(に)の例文 [3] Learn JLPT N2 Grammar: "以上"の例文 [4] What does "以上" mean? How to use "以上" correctly? [5] What's the difference between 一方で and 一方だ? How to use them? [6] Learn JLPT N2 Gra ...
| Japanese | 5k reads
日語動詞變形總結
现代的日语,有两种主流的分类方法。 一种是【教育语法】,是从普通语言学的角度提出的,面向外国人的新语法系统,简单粗暴。教育语法的分类,就把日语的动词分为三类,一类、二类、三类动词。 另一种叫【学校語法】,是一种比较传统,比较繁琐,但是却很原汁原味,很有助于深层次理解日语 ...
| Japanese | 4k reads
[JLPT N1 Test] The Japanese-Language Proficiency Test N1 Level Questions and Answers
Here are the test papers of JLPT N1 level, as well as my answers and analysis. I hope it will help you understand the test questions and get a higher test points. And this is completely for beginners. Because although I have reached the N2 level, I haven't studied grammar seriously ...
| Japanese | 3k reads
微積分(目錄)
前置知識 微積分前置知識3——微分相關重要公式 微積分前置知識2——極限相關重要公式 微積分前置知識1——部分分數分解經典公式 定義 (ε-δ)語言極限の定義と連続性 ロピタルの定理 微分係数と導関数 高階導関数 ...
| Maths | 2k reads
[赴日留学][攻略剪辑]申请研究生的那些事儿
上一篇:[赴日留学]研究生基本概况 目录 STEP 1 明确研究方向 STEP 2 撰写研究计划书 基本构成 撰写研究计划书 STEP 3 联系导师 ...
| Study abroad | 4k reads