url:http://blog.csdn.net/hf81970/article/details/19643639MongoDB的环境主要包括StandAlone,Replication和Sharding。StandAlone:单机环境,一般开发测试的时候用。Replication:主从结构,一个P...
分类:
数据库 时间:
2014-07-07 09:43:13
阅读次数:
265
asp .NET弹出窗口 汇总(精华,麒麟创想) 注://关闭,父窗口弹出对话框,子窗口直接关闭this.Response.Write("");//关闭,父窗口和子窗口都不弹出对话框,直接关闭this.Response.Write("");//弹出窗口刷新当前页面width=200 height=2...
分类:
Web程序 时间:
2014-07-07 00:36:04
阅读次数:
352
题目:Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function...
分类:
其他好文 时间:
2014-07-07 00:14:37
阅读次数:
186
socket编程原理1、问题的引入1) 普通的I/O操作过程:UNIX系统的I/O命令集,是从Maltics和早期系统中的命令演变出来的,其模式为打开一读/写一关闭(open-write-read-close)。在一个用户进程进行I/O操作时,它首先调用“打开”获得对指定文件或设备的使用权,并返回称...
分类:
其他好文 时间:
2014-07-03 22:20:26
阅读次数:
158
Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function to...
分类:
其他好文 时间:
2014-07-03 21:59:51
阅读次数:
199
Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo...
分类:
数据库 时间:
2014-07-03 21:02:37
阅读次数:
343
1.需要session控制的大文件下载,防止因为占用session文件时间太久,导致其他页面的session无法执行session_write_close() worked as a lifesaver for me when automatically uploading files to a u...
分类:
其他好文 时间:
2014-07-03 20:55:34
阅读次数:
217
Given two binary trees, write a function to check if they are equal or not.
分类:
其他好文 时间:
2014-07-03 19:26:46
阅读次数:
213
nodejs中使用monk访问mongodb还是挺方便的...
分类:
数据库 时间:
2014-07-03 16:48:08
阅读次数:
264
mongodb的日志相对其他数据库来说应该算是很大的,刚才由于报警,所以我查看啦一下,有15G的日志产生,下面是我的清理过程出于对安全方面,我们服务器禁止使用rm命令,所以我在/home目录下创建啦一个mongolog文件夹先查看一下日志大小和数量#ls/opt/mongodb/logtotal15G-rw-r--..
分类:
数据库 时间:
2014-07-03 14:25:41
阅读次数:
313