-
versions UniFi OS UDR 2.5.11 UniFi Network 7.2.94 UniFi Protect 2.2.2 context 由於 UDR 必須要安裝 SD 卡才能讓監視器隨時都錄影,買了張增你強的股票代理的 SanDisk Extreme microSDXC card 256 GB,求的是代理商提供的終身保固。 好不
Read More -
Macbook shortcut common 大多數 app 通用,但還是要看 app 有沒有支援。 command + t: new window command + w: close window command + q: exit process command + tab: change current window screen command + shift + 3: full screen command + shift + 4: custom mode (in custom mode) space: specific window Homebrew https://brew.sh/index_zh-tw …
Read More -
版本 OS: ubuntu docker: 20.10.7 Code Server: 3.12.0 前置作業 cd ~ mkdir -p code-server/.config mkdir -p code-server/project cd code-server touch docker-compose.yml docker-compose.yml 的內容 version: "2.1" services: code-server: image: codercom/code-server:3.12.0 container_name: code-server user: root environment: - …
Read More -
這篇文章是怎麼產生的呢? hugo new posts/about-creating-a-new-post-with-hugo.md 這篇文章所在的實體路徑為 ~/content/posts/about-creating-a-new-post-with-hugo.md 檔案內容 --- title: "About Creating a New Post With Hugo" date: 2021-11-07T01:05:32+08:00 draft: true --- 檔案內容是怎麼來的? archetypes\default.md 怎麼判斷要用這份的? link archetypes/posts.md …
Read More -
See Problem Submission Detail Submitted: 2019/09/23 Detail URL: https://leetcode.com/submissions/detail/263543250/ Runtime: 64 ms Runtime Rank: 100.00 % Memory Usage: 20.9 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int …
Read More -
0053 Maximum Subarray
Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-Array leetcode-Divide and Conquer leetcode-Dynamic Programming ·See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263206458/ Runtime: Time Limit Exceeded Runtime Rank: Memory Usage: Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int MaxSubArray(int[] …
Read More -
See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263140304/ Runtime: 80 ms Runtime Rank: 96.99 % Memory Usage: 28.4 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { static readonly …
Read More -
See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263140304/ Runtime: 88 ms Runtime Rank: 98.66 % Memory Usage: 23.9 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int SearchInsert(int[] …
Read More -
See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263138164/ Runtime: 1724 ms Runtime Rank: Memory Usage: 21.6 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int StrStr(string haystack, …
Read More -
See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263135556/ Runtime: 232 ms Runtime Rank: 99.70 % Memory Usage: 29.2 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int …
Read More