My New Hugo Site
  • Unifi Udr Loss Apps After Reformat Sd Card

    Sep 29, 2022 · 4 min read  ·
    Share on:

    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
  • Hello My Macbook Pro

    Jan 6, 2022 · 2 min read · 給個 tag 1 給個 tag 2  ·
    Share on:

    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
  • Code Server 101

    Jan 5, 2022 · 1 min read · 給個 tag 1 給個 tag 2  ·
    Share on:

    版本 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
  • About Creating a New Post With Hugo

    Nov 7, 2021 · 1 min read · 給個 tag 1 給個 tag 2  ·
    Share on:

    這篇文章是怎麼產生的呢? 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
  • 0058 Length of Last Word

    Sep 23, 2019 · 1 min read · leetcode-Easy leetcode-String  ·
    Share on:

    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  ·
    Share on:

    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
  • 0038 Count and Say

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-String  ·
    Share on:

    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
  • 0035 Search Insert Position

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-Array leetcode-Binary Search  ·
    Share on:

    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
  • 0028 Implement strStr()

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-String leetcode-Two Pointers  ·
    Share on:

    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
  • 0027 Remove Element

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-Array leetcode-Two Pointers  ·
    Share on:

    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
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Recent Posts

  • Unifi Udr Loss Apps After Reformat Sd Card
  • Hello My Macbook Pro
  • Code Server 101
  • About Creating a New Post With Hugo
  • 0058 Length of Last Word
  • 0053 Maximum Subarray
  • 0038 Count and Say
  • 0035 Search Insert Position

Categories

LEETCODE 15 給個分類 3

Tags

LEETCODE-EASY 14 LEETCODE-STRING 6 LEETCODE-ARRAY 5
All Tags
LEETCODE-ARRAY5 LEETCODE-BINARY-SEARCH1 LEETCODE-DIVIDE-AND-CONQUER1 LEETCODE-DYNAMIC-PROGRAMMING1 LEETCODE-EASY14 LEETCODE-HASH-TABLE1 LEETCODE-LINKED-LIST2 LEETCODE-MATH4 LEETCODE-MEDIUM1 LEETCODE-STACK1 LEETCODE-STRING6 LEETCODE-TWO-POINTERS3 給個-TAG-13 給個-TAG-23
[A~Z][0~9]
My New Hugo Site

Copyright  MY NEW HUGO SITE. All Rights Reserved