摘要:
let say, we want to find the bottom left node in a tree.one way to do it is using global vars: to avoid using global vars, we can write it in this way 阅读全文
摘要:
Hexo is a good tool to build a personal blog.Here are some good reference:1: https://hexo.io/zh-cn/docs/index.html2: https://homulilly.com/post/hexo-l 阅读全文
摘要:
For example, every ten seconds I got a server response time, I want to know the 90 percentile response time in real time (update dynamically). How can... 阅读全文
摘要:
For example, if I want to check if I have turnin my proj1 of cs130a successfully, I just use this command:ls -l ~cs130a/TURNIN/proj1Then, just check i... 阅读全文
摘要:
It can be inserted anywhere. Note that if you insert it in the beginning the TC will be O(#s +c), but it is also O(#s+ n). Remember that the TC is an ... 阅读全文
摘要:
use following command to see the current config:$ git config --listuse following command to config the username and email:$ git config user.name "YOUR... 阅读全文