码迷,mamicode.com
首页 >  
搜索关键字:show variables    ( 20211个结果
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
ruby 基础笔记
变量定义(variables):local: time or _time instance: @time class: @@time global $time数据类型(data types)Numeric String Symbol Boolean Array Hashvariabl...
分类:其他好文   时间:2014-05-26 09:39:54    阅读次数:217
MySql常用命令总结
MySql常用命令总结这两天搞个网站,又用到MySql,可是命令却一个都想不起来,所以,趁这次机会,把这些整理一下,权当作笔记吧,以便自己以后查阅!1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql>SHOWDATABASES;2:2、创建一个数据库MYSQLDATAmysql>CRE...
分类:数据库   时间:2014-05-26 09:09:36    阅读次数:303
用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
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
Emmet最全提示说明
前一篇文章简单了说明了Emmet的使用:Emmet相关使用 今天我就将关于subline中Emmet插件的snippets.json文件进行详细说明, 在snippets.json文档中,我们可以看到Emmet可以支持多种文档格式的语法提示 如:variables,css,html,xml,xsl,haml,scss,sass等,只要装了Emmet插件,我们就可以利用Emmet的简洁高效的写...
分类:其他好文   时间:2014-05-25 00:45:48    阅读次数:396
Cocos2d-x 3.0 编译 eclipse+Win7+Android 篇
文档 Eclipse --> Windows--> Preferences ... 3. Set up Variables:  1. Path Variable `COCOS2DX`:  * Eclipse->Preferences->General->Workspace->**Linked Resources** * Click **New** button to add a Path...
分类:移动开发   时间:2014-05-24 17:54:57    阅读次数:282
versions import不了 .a静态库
在local copying中点击view --->选择show ignored items。既可以显示.a文件,可以添加到repository中。
分类:其他好文   时间:2014-05-24 09:14:08    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!