question: I have just started up with mongodb and i recently gone through Mongoose, an ODM framework. On the documentation, i couldn't find why we nee ...
分类:
其他好文 时间:
2016-09-05 20:51:23
阅读次数:
189
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6012 Accepted: 3341 Description N children standing in circle who are numbered 1 through N ...
分类:
其他好文 时间:
2016-09-03 22:24:20
阅读次数:
281
How does the world look through your eyes? 你眼里的世界是什么样子的? How does the world look through your eyes? Gloomy or bright? That mostly depends on your own ...
分类:
其他好文 时间:
2016-09-03 18:14:46
阅读次数:
137
我的环境:Mac 10.11.6 ,mysql 5.7.14 。 mac mySql 报错ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 这个错是链接时报的错,要 ...
分类:
数据库 时间:
2016-09-03 14:56:02
阅读次数:
236
Centos 7 安装mysql后出现 ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 切换成root, ...
分类:
数据库 时间:
2016-09-01 18:43:58
阅读次数:
453
1.Iterate through the "entrySet" like so: 2.If you're only interested in the keys, you can iterate through the "keySet()" of the map: 3.If you only ne ...
分类:
编程语言 时间:
2016-09-01 12:31:07
阅读次数:
182
1386 Cellular AutomatonA cellular automaton is a collection of cells on a grid of specied shape that evolves through a numberof discrete time steps a ...
分类:
其他好文 时间:
2016-09-01 02:17:13
阅读次数:
226
目标:编写TypeScript时,保存即生成js文件。 使用npm安装以下组件 gulp gulp-rename through-gulp gulp-typescript 编写gulpfiles.js var gulp = require("gulp"); var rename = require( ...
分类:
其他好文 时间:
2016-08-31 13:40:06
阅读次数:
117
【Looping Techniques】 1、When looping through dictionaries, the key and corresponding value can be retrieved at the same time using the items() method. ...
分类:
其他好文 时间:
2016-08-23 18:48:12
阅读次数:
136
最近更新了一下Android Studio,再导入新项目之后出现Error:Unable to tunnel through proxy. Proxy returns “HTTP/1.1 400 Bad Request”的错误,如下图所示:
经过检查后发现这里是丢失了android studio的gradle目录,下面总结一下我的解决方案:
1、设置:settings->Build,Execut...
分类:
移动开发 时间:
2016-08-22 23:31:54
阅读次数:
344