記錄一下,別人的 git commit 都怎麼寫的,我自己的寫法太放飛自我了,每次在翻閱歷史紀錄時都要盯著它看很久 Orz …
之後 commit 如果沒有特殊要求(就是團隊已經定下的書寫規則),儘量就照這份來寫吧 >///<
記錄一下,別人的 git commit 都怎麼寫的,我自己的寫法太放飛自我了,每次在翻閱歷史紀錄時都要盯著它看很久 Orz …
之後 commit 如果沒有特殊要求(就是團隊已經定下的書寫規則),儘量就照這份來寫吧 >///<
滿可愛的一個小遊戲 - CSS Diner,看它們在那邊抖阿抖還滿療癒的 XDDDD
Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
Given a string, find the length of the longest substring without repeating characters.
Note
that the answer must be a substring,"pwke"
is a subsequence and not a substring.
Awwapp 滿適合拿來遠端會議會分享時使用,可以開啟一個臨時白板,直接跟另一方在線上做白板討論。而且它使用時不要登入帳號,直接開啟就可以使用基本功能,當然基本中也包含即時協同合作的功能,可以省去不少時間。
前一陣子發現了一個還不錯的線上編輯器 repl.it ,而且上手相當的容易 。
今天來清清草稿匣,先挑軟柿子下手,來整理一些現成的工具 XD
之前在做進度報告時,有需要用到流程圖,所謂的一圖勝千言咩,好的流程圖可以在報告時省下不少麻煩,只是好的流程圖繪製工具還真不好找阿… 好不容易才找到一個順手的工具 - draw.io ,我個人還滿喜歡它的 ~ ❤️
Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.
APCS 是個大學程式設計先修檢測,是個針對高中職學生的測驗,那天發現這個想說來試著寫寫看,今天寫的考題官是ˋ\網上所提供 2016-03-05 的考古題。
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.