Waiting7777
文章列表
分類
標籤
關於我
文章列表
分類
標籤
關於我
engineering
A collection of 39 posts - 1 / 5
engineering
i18n-ally 參數設定與使用分享
在有做 i18n 的專案裡,通常原始碼用來顯示的字串會呈現 key 的樣子,有時候不是那麼方便閱讀,那麼有什麼好工具可以幫忙的嗎?
2021-10-22
4 MIN
engineering
Tree-Shaking
經常在打包的時候聽到,引入了 Tree-Shaking 來減少 bundle size。且每次談到打包的性能優化時,總會提到這個詞,那麼到底什麼是 Tree Shaking 呢?
2021-10-13
5 MIN
engineering
HTTP Cache 機制與複習
常常網站改版後,卻被 PM DESIGN 問說怎麼沒更新嗎?其實就是 cache 搞的鬼~
2021-07-13
1 MIN
engineering
[LeetCode][Easy] 28. Implement strStr()
Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
2021-04-07
2 MIN
engineering
[LeetCode][Easy] 27. Remove Element
Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The relative order of the elements may be changed.
2021-04-07
3 MIN
engineering
[LeetCode][Medium] 89. Gray Code
An n-bit gray code sequence is a sequence of 2n integers where
2021-04-06
2 MIN
engineering
[LeetCode][Medium] 77. Combinations
Given two integers n and k, return all possible combinations of k numbers out of the range [1, n].
2021-04-04
1 MIN
engineering
[LeetCode][Medium] 47. Permutations II
Given a collection of numbers, nums, that might contain duplicates, return all possible unique permutations in any order.
2021-04-03
2 MIN
engineering
[LeetCode][Medium] 46. Permutations
Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order.
2021-04-03
1 MIN
1
2
3
Copyright © 2020-2022 | Design by
Waiting7777