码迷,mamicode.com
首页 >  
搜索关键字:show buffers    ( 19665个结果
mongo数据库的导入导出
http://www.iwangzheng.com/[root@a02]$show dbs;changhong_tv_cms 0.078GB[root@a02]$ mongodump -d changhong_tv_cms -o/temp/db_mongo.20140521.mongo/worksp...
分类:数据库   时间:2014-05-26 10:30:39    阅读次数:407
MySql常用命令总结
MySql常用命令总结这两天搞个网站,又用到MySql,可是命令却一个都想不起来,所以,趁这次机会,把这些整理一下,权当作笔记吧,以便自己以后查阅!1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql>SHOWDATABASES;2:2、创建一个数据库MYSQLDATAmysql>CRE...
分类:数据库   时间:2014-05-26 09:09:36    阅读次数:303
linux 下查看系统内存使用情况的方法
在Windows系统中查看内存的使用情况很简单,想必大家都已经耳熟能详了,那么在linux系统如何查看内存使用情况呢?下面和大家分享在Linux 下查看内存使用情况的free命令: [root@scs-2 tmp]# free total used free shared buffers c...
分类:系统相关   时间:2014-05-26 09:04:17    阅读次数:352
用ps 查看线程状态
ps -eLo pid,tid,class,rtprio,ni,pri,psr,pcpu,pmem,stat,wchan:30,comm线程相关选项:THREAD DISPLAYH Show threads as if they were processes-L Show threads, poss...
分类:编程语言   时间:2014-05-26 07:33:08    阅读次数:668
《黄聪:手机移动站SEO优化教程》1、为什么要做手机移动端网站
视频地址:http://v.youku.com/v_show/id_XNzE2Mzk3MjI4.html
分类:移动开发   时间:2014-05-26 01:03:37    阅读次数:290
ACdream1020:The Game about KILL
Problem Description Teacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one people to kill. Teacher HU and his 40 students wil...
分类:其他好文   时间:2014-05-25 18:19:44    阅读次数:306
Android强制弹出,隐藏输入法.
当我们弹出一个Dialog时候,如果这个Dialog需要输入数据,然后确定后又需要关闭输入法,一般系统的hide,跟show方法总会有各种问题,最霸道的解决方法就是写一个定时器,定时弹出或者关闭输入法。 import java.util.Timer; import java.util.TimerTask; import android.content.Context; import an...
分类:移动开发   时间:2014-05-25 16:46:04    阅读次数:306
smarty指定字符串、对象、数组等的简单使用
首先是show.tpl文件的内容,该文件放置在templates文件夹下 smarty的用例 smarty的用例 *****取字符串***** *****取整数***** *****取小数***** *****取布尔值***** *****取索引数组***** 数组元素一-> 数组元素二-> 数组元素三-> *****取关联数组***** 数组元素一-> 数组元素二-> 数组...
分类:其他好文   时间:2014-05-25 16:38:50    阅读次数:232
acd The Game about KILL(和约瑟夫归则一样,归律)
Problem Description Teacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one people to kill. Teacher HU and his 40 students wil...
分类:其他好文   时间:2014-05-25 10:02:35    阅读次数:309
versions import不了 .a静态库
在local copying中点击view --->选择show ignored items。既可以显示.a文件,可以添加到repository中。
分类:其他好文   时间:2014-05-24 09:14:08    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!