DEA · Developer Engineering Atlas

{{L('開發工具與技術說明','Developer tools and technical references')}}

{{L('提供資料格式、資料庫、安全編碼、網路與 JVM 工具。每項工具均說明處理方式、輸入格式、輸出判讀與限制。','Utilities for data formats, databases, security, networking, and the JVM. Each tool documents its processing model, input format, output, and limitations.')}}

/

{{L('找不到符合的工具。','No matching tools.')}}

{{L('標示「本機」的工具只在瀏覽器中處理資料','Tools marked “Local” process data only in your browser')}}

DEA — Developer Engineering Atlas

DEADeveloper Engineering Atlas

{{L('個人設定','PERSONAL')}}

{{L('常用工具','Pinned tools')}}

{{L('在工具頁按「加入常用」即可自行調整。','Open a tool and select “Pin tool” to customize this list.')}}

{{L('尚未加入常用工具。','No pinned tools yet.')}}

{{L('工具索引','TOOL INDEX')}}

{{L('全部工具','All tools')}}

{{ activeTool.icon }}

{{categoryName(activeTool.category)}} · {{activeTool.local?L('本機運算','Local processing'):L('需要網路','Network required')}}

{{toolName(activeTool)}}

{{toolDesc(activeTool)}}

LEARN

{{ activeGuide.title }}

{{ activeGuide.body }}

{{L('歷史與使用背景','History and context')}}

{{activeHistory}}

{{section.title}}

{{section.body}}

  1. {{step}}
{{section.code}}

{{L('使用時要注意','Important notes')}}

  • {{tip}}

{{L('使用指南','GUIDE')}}

{{L('資料處理方式與結果驗證','Data processing and result verification')}}

{{L('本機與連線處理','Local and online processing')}}

{{L('標示「本機」的工具由瀏覽器 JavaScript 處理,輸入不會送到伺服器。標示「連線」的工具必須傳送完成查詢所需的網域、IP 或其他參數;使用前應先移除機密資訊。','Tools marked Local run in browser JavaScript and do not send input to the server. Online tools transmit the domain, IP, or other parameters required for the query; remove confidential data first.')}}

{{L('如何驗證輸出','How to verify output')}}

{{L('格式化只調整表示方式,不代表資料或查詢有效。應先閱讀工具下方的輸入規則與限制,再以範例確認操作,最後在目標系統驗證產生的 SQL、網路範圍或 JVM 參數。','Formatting changes representation, not validity. Read the input rules and limitations, compare with the example, and verify generated SQL, network ranges, or JVM options in the target system.')}}

{{L('安全概念的差異','Security concepts')}}

{{L('Base64 是編碼;雜湊是單向摘要;HMAC 提供訊息完整性驗證;AES 是可逆加密。密碼儲存應使用具成本參數的密碼雜湊,不應直接使用一般 SHA-256。','Base64 is encoding; hashing is a one-way digest; HMAC authenticates message integrity; AES is reversible encryption. Password storage requires a cost-configurable password hash, not plain SHA-256.')}}

{{toast}}