MongoDB Index
explain is used to understand execution detail In this case,"totalDocsExamined" : 1380558: shows "query by username" is quite insufficient db.users.fin...
explain is used to understand execution detail In this case,"totalDocsExamined" : 1380558: shows "query by username" is quite insufficient db.users.fin...
explain 用來了解執行細節 在這個例子中,"totalDocsExamined" : 1380558:顯示「用 username 查詢」效率非常差 db.users.find({"username": "user101"}).explain("executionStats")> db.us...
<div>specify returned attributes</div><div><div>// find all with all attributes</div><div>> db.users.find().pre...
<div>指定回傳的屬性</div><div><div>// find all with all attributes</div><div>> db.users.find().pretty()</div><...
Pull image
LeetCode
LeetCode
LeetCode https://leetcode.com/problems/pascals-triangle/ Code
LeetCode https://leetcode.com/problems/pascals-triangle/ 程式碼
Leetcode
LeetCode
LeetCode https://leetcode.com/problems/lru-cache/ Code It will be great to implement LinkedList by myself, I use JDK LinkedList directly
LeetCode https://leetcode.com/problems/lru-cache/ 程式碼 自己實作 LinkedList 會更好,這邊直接用 JDK 的 LinkedList
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ref/package-summary.html https://dzone.com/articles/weak-soft-and-phantom-references-i...
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ref/package-summary.html https://dzone.com/articles/weak-soft-and-phantom-references-i...
<div>LeetCode</div><div>https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/submissions/</div><div>&l...
<div>LeetCode</div><div>https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/submissions/</div><div>&l...