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
查看一个web应用的时候查看源代码无意发现的,记录一下,万能什么时候能用得着呢!function isMobile(){ var mobile = navigator.userAgent.match(/iphone|android|phone|mobile|wap|netfront|x11|j...
分类:
移动开发 时间:
2015-01-28 19:13:15
阅读次数:
180
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首先看看LINUX系统几种运行级别# 0 - 停机(千万别把initdefault设置为0,否则系统永远无法启动)# 1 - 单用户模式# 2 - 多用户,没有 NFS# 3 - 完全多用户模式(标准的运行级)# 4 – 系统保留的# 5 - X11 (x window)# 6 - 重新启动...
分类:
其他好文 时间:
2015-01-25 12:30:32
阅读次数:
188
1.Xwindow简介: 1)在UnixLike上面的图形用户接口(GUI)被称为为X或X11 2)X11是一个软件而不是操作系统 3)较著名的X版本是X11R6这一版,目前大部分X都是由这一版演化出来的。 4)XWindow最早是由MIT在1984年开发出来的。2.linux下的Xwindow是建立在通信的基础上的,分为两..
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
Can't connect to X11 window server using ':0.0' 解决方法1. 以oracle 用户登陆X window或者2. root 身份执行# xhost +
分类:
数据库 时间:
2015-01-19 01:37:31
阅读次数:
416
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