码迷,mamicode.com
首页 >  
搜索关键字:centos 7.1 run level initial    ( 59830个结果
阿里云64位centos6.3系统上编译安装redis
环境系统:阿里云64位centos 6.3[rao@AY~]$ cat /etc/issueCentOS release 6.3 (Final)Kernel \r on an \m[rao@AY~]$ uname -aLinux AY1404062027584053a1Z 2.6.32-358.6....
分类:其他好文   时间:2014-05-12 09:27:33    阅读次数:510
Bootstrap_02_流动网格布局
<!doctypehtml> <html> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkhref="__PUBLIC__/bootstrap/css/bootstrap...
分类:其他好文   时间:2014-05-12 03:54:09    阅读次数:253
Bootstrap_01_网格布局
<!doctypehtml> <html> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkhref="__PUBLIC__/bootstrap/css/bootstrap...
分类:其他好文   时间:2014-05-12 03:13:07    阅读次数:236
开启gdb调试功能
设置/etc/yum.repos.d/CentOS-Debuginfo.repo,修改[debug项下的enabled的值为1];debuginfo-install glibc libgcc libstdc++;
分类:数据库   时间:2014-05-12 02:27:00    阅读次数:399
error: ‘for’ loop initial declarations are only allowed in C99 mode
error: ‘for’ loop initial declarations are only allowed in C99 mode:编译参数加个-c99试试,你会发现可以了貌似c语言出来的时候还没有c99标准在for内部定义循环变量是c99的内容把int 定义挪出来就ok了
分类:其他好文   时间:2014-05-12 00:50:26    阅读次数:212
VS2005环境下采用makefile编译、使用libjpeg.lib函数库
1、从www.ijg.org下载源码,解压后得到文件夹jpeg-8d2、在文件夹里新建jconfig.h文件,将jconfig.vc里的内容拷到jconfig.h中3、编译. Run->CMD->进入到C:\Program Files\Microsoft Visual Studio 8\VC\bin...
分类:其他好文   时间:2014-05-11 23:50:00    阅读次数:585
设计模式中的六大设计原则之三,四
3.依赖倒置原则:High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details should depend upon abstractions. 意思是:高...
分类:其他好文   时间:2014-05-11 22:15:36    阅读次数:326
centos 安装ganglia监控工具
ganglia是分布式的监控系统,有两个Daemon,分别是:客户端GangliaMonitoring Daemon (gmond)和服务端GangliaMeta Daemon (gmetad),还有GangliaPHP Web  Frontend(基于web的动态访问方式)组成是一个Linux下图形化监控系统运行性能的软件,界面美观、丰富,功能强大而ganglia又依赖于一个web服务器用来显...
分类:其他好文   时间:2014-05-11 20:45:14    阅读次数:504
Android——硬件加速(Hardware Acceleration(硬件加速)
从Android3.0(API Level 11)开始,Android 2D渲染管道能够更好的支持硬件加速。硬件加速执行的所有的绘图操作都是使用GPU在View对象的画布上来进行的。因为启用硬件加速会增加资源的需求,因此这样的应用会占用更多的内存。 启用硬件加速的最容易的方法是给整个应用程序都打开全局硬件加速功能。如果应用程序只使用标准的View和Drawable,那么打开全局硬件加速不会导致任...
分类:移动开发   时间:2014-05-11 15:08:17    阅读次数:450
Linux学习笔记总结
零、求人不如求已:        1、 在Linux中,文件,文件夹,驱动,命令,脚本都视为文件,也即一切皆file。        2、记住使用Linux 的关键就是六个字: 命令、选项、参数。        3、学会看帮助,不用求人。    学会看帮助,不用求人。    man touch     touch --help...
分类:系统相关   时间:2014-05-11 06:07:02    阅读次数:567
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!