author

koly

HAPPINESS IS AROUND THE CORNER

做人呢,最重要的是要开心。

本篇为译稿,原文出处:support.office.com

一个设计良好的数据库能够保证数据的时效性及准确性。当需要同数据库交互的时候,良好的设计才能保证任务的完成,而投资时间去学习好的设计原则是有意义的。学完之后,你就能够设计出既满足需求又适应变化的数据库。...

Read More...


事情是这样子的:我想学习一下nodejs和mongodb,但是又不想在本机上安装一个mongodb,所以我就弄了一个ubuntu的vagrant box(64位的哦),然后把mongodb安装到了这个box里面。结果在使用代码访问这个box里面的mongodb的时候,却出错了…...

Read More...


Javascript语言在经历了这些年的发展之后,在2015年终于推出了新的语法规范。其中,有一个叫做generator,由于在koajs中大量出现,于是我想探索一番:...

Read More...


Postgresql是一个开源的关系型数据库。个人觉得这个东西的网站不是很人性化。doc很全,但是在安装手册里面并不能很快地找到自己想要的内容。于是,在安装了三遍之后,我决定再安装一遍。...

Read More...


When developing a project, it’s always good to have the same and consistent coding styles. Based on the AngularJS styleguide. I wrote something that I think is practical. With both production and tests. It’s a good example or guides to follow when writing “things” in AngularJS 1.4.x. If you want to know why, refer to AngularJS styleguide....

Read More...


随着后端NodeJS的流行,模块化这个词已经在JavaScript的世界里占据了一席之地。NodeJS具有自己的模块管理机制。通过require,可以将具体的模块引入到文件中使用。但是这仅限于NodeJS运行环境。那么在编写一些前端代码时,就不能用这种require的模块管理,因为代码需要在前端浏览器运行,但是浏览器并不知道require这个函数。...

Read More...


还记得linux里面的pipe函数吗?现在,在NodeJS里面,也有一个pipe函数。这两个函数有着相同的理念。起的都是串联的作用。而在前端项目开发中,我选择了gulp工具,在里面,大量用到了pipe函数。这里,就自己的一些疑问进行了一些探索。...

Read More...


sprint boot

What is Spring Boot?

Spring Boot is a brand new framework from the team at Pivotal, designed to simplify the bootstrapping and development of a new Spring application. The framework takes an opinionated approach to configuration, freeing developers from the need to define boilerplate configuration. In that, Boot aims to be a front-runner in the ever-expanding rapid application development space.

...

Read More...


A reading notes of <<Learning javascript design patterns>>...

Read More...


本来无一物,何处惹尘埃