码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
mongodb local数据库的空间初始化好大啊!
新建立了一个replicat set,登录到primary里,show dbs一看吓一跳local数据库竟然占用了80多G的空间[root@wxlab31 bin]# ./mongo --host 10.1.1.31 --port 27017MongoDB shell version: 2.4.6c...
分类:数据库   时间:2014-07-07 11:10:21    阅读次数:294
网络编程练习 -- NSURLCache
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- NSURLCache//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved....
分类:其他好文   时间:2014-07-07 09:42:32    阅读次数:180
网络编程练习 -- POST-JSON数据
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- POST-JSON数据//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved...
分类:Web程序   时间:2014-07-07 09:22:26    阅读次数:192
Linux top命令的用法详细详解
查看多核CPU命令mpstat -P ALL 和 sar -P ALL说明:sar -P ALL > aaa.txt 重定向输出内容到文件 aaa.txttop命令经常用来监控linux的系统状况,比如cpu、内存的使用,程序员基本都知道这个命令,但比较奇怪的是能用好它的人却很少,例如top监控视图...
分类:系统相关   时间:2014-07-03 23:10:38    阅读次数:336
网络编程练习 -- 大文件下载
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 大文件下载//// Created by apple on 14-6-28.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:其他好文   时间:2014-07-03 23:08:37    阅读次数:236
网络编程练习 -- 文件上传
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 文件上传//// Created by apple on 14-6-30.// Copyright (c) 2014年 lwt. All rights reserved.//#im...
分类:其他好文   时间:2014-07-03 23:07:34    阅读次数:196
网络编程练习 -- 检测网络状态
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 检测网络状态//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:其他好文   时间:2014-07-03 22:42:58    阅读次数:303
SqlServer禁用启用触发器、外键约束
--启用or禁用指定表所有外键约束 alter table tbname NOCHECK constraint all alter table tbname CHECK constraint all--查看约束select name , is_disabled from sys.forei...
分类:数据库   时间:2014-07-03 22:41:58    阅读次数:416
Partitioning by Palindromes
uva11584:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2631题意:给你一个串,问你这个串最少被划分成多少个子串,才能使得每个子串都是回文子串。题...
分类:其他好文   时间:2014-07-03 21:52:42    阅读次数:237
cakephp 中的in的用法
$this->Mymodel->find('all', array('conditions' => array('Mymodel.name' => array($authors ,$articles)),'order'=>'Mymodel.id DESC'));
分类:Web程序   时间:2014-07-03 21:22:56    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!