神奇的斐波拉契数列

斐波拉契数列是一个非常神奇的数列,它的定义如下: F0 = 0, F1 = 1, Fn = Fn-1 + Fn-2 (n >= 2) 我们可以写出它的前几项: 0, 1, 1, 2, 3, 5, 8, 13…

阅读全文 »

使用jekyll构建GitHub Pages站点过程总结

打开github官方文档,映入眼帘的是海量的工具,软件,教程,让人眼花缭乱。

阅读全文 »

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,...

阅读全文 »