码迷,mamicode.com
首页 >  
搜索关键字:x11    ( 856个结果
Linux 下QT安装教程
2015-01-28准备两个文件:qt-x11-opensource-src-4.5.3.tar.gzqt-creator-opensource-linux-x86_64-3.3.0.run1、获得源代码src 官网下载地址:ftp://ftp.qt.nokia.com/qt/source/2009...
分类:系统相关   时间:2015-02-05 13:09:02    阅读次数:579
js检测是否手机浏览的函数
查看一个web应用的时候查看源代码无意发现的,记录一下,万能什么时候能用得着呢!function isMobile(){ var mobile = navigator.userAgent.match(/iphone|android|phone|mobile|wap|netfront|x11|j...
分类:移动开发   时间:2015-01-28 19:13:15    阅读次数:180
javascript {}+"" 与 ""+{}
1. {}+""相当于+"", 因为js解析器把{} 当做 block表达式。 一元运算符+ 的规则是(http://es5.github.io/index.html#x11.4.6):Letexprbe the result of evaluating UnaryExpression.Return...
分类:编程语言   时间:2015-01-26 19:03:37    阅读次数:206
init shutdown reboot poweroff halt区别
init首先看看LINUX系统几种运行级别# 0 - 停机(千万别把initdefault设置为0,否则系统永远无法启动)# 1 - 单用户模式# 2 - 多用户,没有 NFS# 3 - 完全多用户模式(标准的运行级)# 4 – 系统保留的# 5 - X11 (x window)# 6 - 重新启动...
分类:其他好文   时间:2015-01-25 12:30:32    阅读次数:188
X window设定介绍
1.Xwindow简介: 1)在UnixLike上面的图形用户接口(GUI)被称为为X或X11 2)X11是一个软件而不是操作系统 3)较著名的X版本是X11R6这一版,目前大部分X都是由这一版演化出来的。 4)XWindow最早是由MIT在1984年开发出来的。2.linux下的Xwindow是建立在通信的基础上的,分为两..
分类:Windows程序   时间:2015-01-21 06:43:48    阅读次数:238
centos6 的一些重要路径
linux下重要的目录及配置文件 1、/etc/inittab配置linux启动级别 #0-halt(DoNOTsetinitdefaulttothis) #1-Singleusermode #2-Multiuser,withoutNFS(Thesameas3,ifyoudonothavenetworking) #3-Fullmultiusermode #4-unused #5-X11 #6-reboot(DoNOTsetinitdefaulttothis) 2、/etc..
分类:其他好文   时间:2015-01-20 12:14:09    阅读次数:243
oracle Can't connect to X11 window server using ':0.0' 解决方法
Can't connect to X11 window server using ':0.0' 解决方法1. 以oracle 用户登陆X window或者2. root 身份执行# xhost +
分类:数据库   时间:2015-01-19 01:37:31    阅读次数:416
dell mediadirect for only installing linux solution
1. Enter the command: sudo gedit /etc/X11/Xmodmapto create /etc/X1ll/Xmodmap as root.2. Add the line: keycode 237 = XF86VendorHome Save.3. Restart the...
分类:系统相关   时间:2015-01-15 01:43:17    阅读次数:234
856条   上一页 1 ... 76 77 78 79 80 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!