iT邦幫忙

技術文章

RSS

原「萌王莉姆露」帳號相關資訊整理

原作者已歸隱(小隱隱於野,中隱隱於市,大隱隱於朝),並且先前的「萌王莉姆露」帳號已經刪除。以下是原作者文章與資訊的彙整。 iThome鐵人賽2023「用Pyth...

[一天至少一題直到 ICPC 開賽 #017] 解題:Bar Code(12/26、12/27)

Bar Code (2023 12 CPE 最後一題) 因為要交作業的關係:解題+拍片+剪 大概花了兩天(所以就放在一起了) 題目連結 第一次講解,有點生疏...

[leetcode - Bliend-75 ] 226. Invert Binary Tree (Easy)

Given the root of a binary tree, invert the tree, and return its root. 給一個 tree...

我的大型語言模型應用開發

此為我 2023 年大型語言模型學習經驗的總結。 我們接下來的內容會在這裏優先發佈: ChatGPT 落地研究 | Ted,歡迎訂閱。 前言 隨著年終的到來,...

Docker [筆記] Window10 + 建立Golang(Gin+GORM套件) + MySQL

1. Docker安裝 + 使用Docker安裝Golang + 網路 Docker是為了讓我之後寫後端+DB方便使用,但是Docker裝完之後一直強迫被關閉,...

JS [筆記] 設定檔基礎

Id 與名稱無關不可以做關聯,Id為唯一值 不同模型Id可以重複 簡寫一律用全大寫(ID,EN,TW) 強烈建議先做i18n 分類格式 { Id:...

[Python][資料結構]Difference Array-差分陣列、逆向差分

給定一個Array,並且給定一個L、R、Value,我們要在陣列的Array[L]跟Array[R]之間加上value。 定義:前綴和序列:Si=S(i-1)+...

[leetcode - Bliend-75 ] 19. Remove Nth Node From End of List (Medium)

Given the head of a linked list, remove the nth node from the end of the list an...

怎麼能忽略進行市場調查時的5個注意事項

市場調查的過程不應該止於一個時間點,如果能夠關注以下需要追蹤的細節與數據,就能更有效節省時間! 產品和服務簡單來說,就是在產品與服務方面您能提供什麼?與競爭對...

[leetcode - Bliend-75 ] 143. Reorder List (Medium)

You are given the head of a singly linked-list. The list can be represented as:...

[leetcode - Bliend-75 ] 206. Reverse Linked List (Easy)

Given the head of a singly linked list, reverse the list, and return the reverse...

[一天至少一題直到 ICPC 開賽 #016] 解題:Short Sort(12/24)

Short Sort 題目連結點此抱歉,今天在寫 12/25 的文章時才發現我昨天根本沒有寫XD 今天來補一下 題目意思 有 a b c三張牌 只能用以下方法交...

[一天至少一題直到 ICPC 開賽 #015] 解題:Compare T-Shirt Sizes(12/25)

Compare T-Shirt Sizes 題目連結 解題 要先了解以下狀況 L永遠大於 M或S(不管加了幾個X) M永遠大於S(不管加了幾個X) 尾...

[leetcode - Bliend-75 ] 21. Merge Two Sorted Lists (Easy)

You are given the heads of two sorted linked lists list1 and list2. Merge the tw...

[leetcode - Bliend-75 ] 33. Search in Rotated Sorted Array (Medium)

There is an integer array nums sorted in ascending order (with distinct values)....

poetry相關指令與應用情境

在剛開始開發時,對於套件管理還有系統路徑的不熟悉可能安裝不同套件到不同的路徑下,會出現明明有install但是import時找不到module的問題或是IDE偵...

[leetcode - Bliend-75 ] 153. Find Minimum in Rotated Sorted Array (Medium)

Suppose an array of length n sorted in ascending order is rotated between 1 and...

達標好文 掌握學習程式的本質與方法(一):被動學習與主動學習

內容大綱 一、這篇文章想傳達的二、開場問題三、理解程式學習的盲點與關鍵四、該怎麼解決?談談現在常見的學習方式五、結論 HackMD 系列目錄HackMD 好讀連...

2023 AWS聖誕職涯爐邊對談

AWS聖誕職涯爐邊對談主要分為三個部分,Cloud 101雲端知識王、大使計畫與各部門介紹、爐邊對談與換桌環節。 壹、Cloud 101雲端基礎知識介紹 在第...

[一天至少一題直到 ICPC 開賽 #014] 解題:Equal Candies(12/23)

Equal Candies 題目連結 首先要了解以下幾個條件 1.不能把糖果換到其他盒 2.只能用減少(吃)的方式來達成平衡(每盒糖果數量相同) 所以我們能...

[一天至少一題直到 ICPC 開賽 #013] 解題:Building an Aquarium(補12/22)

Building an Aquarium 題目連結 解題 應先具備以下能力 binary search vertor 知道從底部一層一層的看太慢了會L...

[leetcode - Bliend-75 ] 424. Longest Repeating Character Replacement (Medium)

You are given a string s and an integer k. You can choose any character of the s...

好用的 mRemoteNG 外部工具

許多好用的免費管理工具通常只提供個人授權 (for personal use) 或非商用 (non-commercial use),企業的管理人員若沒仔細閱讀條...

[leetcode - Bliend-75 ]3. Longest Substring Without Repeating Characters (Medium)

Given a string s, find the length of the longest substring without repeating cha...

[leetcode - Bliend-75 ] 242. Valid Anagram (Easy)

Given two strings s and t, return true if t is an anagram of s, and false otherw...

[leetcode - Bliend-75 ] 217. Contains Duplicate (Easy)

Given an integer array nums, return true if any value appears at least twice in...

[一天至少一題直到 ICPC 開賽 #012] 解題:2D Traveling(沒發到12/21)

2D Traveling 昨天晚上的時候有寫了,但忘記發出來 題目連結 在起點與終點找到離主城最近的距離(這裡稱作是a) a 的求法 = 起點與最近的主...

如何備份 Azure DevOps Git 儲存庫

Azure DevOps 提供 99.9% 的 SLA 服務等級保證,表示一年之中必須要有 99.9% 的時間正常營運,如果 Azure DevOps 在特定月...

[一天至少一題直到 ICPC 開賽 #011] 解題:Triangle Construction (2023-2024 ICPC)(12/20)

Triangle Construction (ICPC) 題目連結 這次 ICPC 中的第 M 題,真的有點麻煩在 test24 給了 67000 個輸入值...

免費 sFlowTrend for Windows Software 軟體 Switch Hub 流量分析統計 sFlow Top N

inMon免費版本 sFlowTrend 免錢要錢的版本是sFlowTrend-Pro sFlowTrend 接受最多來自五個交換器或主機的 sFlow 數據,...