Posts

初识Promise

主要内容为25号微课堂学习的《Node.js最新技术栈之Promise篇》笔记以及心得。
2015-09-25
8 min read

Coursera Data-analysis001:Getting Your Research Project Started

After check five codebooks are provided, I choose use the GapMind data sets and then put some relevant indicators into my research project. first topic of interest After read GapMinder codebook, I’m interested in female employee. Think about whether female employee rate and female literacy rate are associated. According to common sense, the relationship between them is positive correlation. If true, I am most interested in the degree. second topic to explore Maybe other variables also influence the female employee rate, I choose the urban rate, female salaried employees rate, female first marriage age and gross employ rate.
2015-09-20
2 min read

Web应用分页功能的简单实现

Web应用的一个简单分页功能,前端直接使用bootstrap的Pagination指令,后端通过nodejs的mongoose驱动skip()和lim
2015-09-15
4 min read