Meijia Lyu's Blog Always keep mind sharp

『DDIA』- CH03 Reading Notes

|

Storage and Retrieval

Sequentially append data cost O(n) -> index comes Any index slows down writes, because the index also needs to be updated every time data is written -> well-chosen index

对于Java中override的小思考

|

对于以下代码的执行结果还是有点儿在我意料之外的,经过stackOverFlow的解释,对java中Override的方法有了一点新的认识,之前的理解还是不够深入.

融入新工作小记--New Job @ DR

|

第一次换工作,对我来说,需要的勇气比想象中要多。从已经十分熟悉的环境中跳入几乎一切未知,即从Comfort Zone中将自己抽出,我希望能够尽快进入角色,也希望能尽量利用到积累的3年工作经验,所以给自己设定的目标为2-3周可独立上手工作,特此在这里记录下每周的历程。

Welcome to Jekyll!

|

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.