1.锁屏之后总是卡机
因为ubuntu14.04不太稳定,这是一个bug
解决办法:关闭锁屏 在system setting
中的brightness& lock中设置。
你可以只关闭屏幕而不锁定用户,也就是唤醒时不需要密码
2.ubuntu14安装好后,默认是有google拼音的,你可以使用ctrl+space进行切换。
ubuntu14.04安装搜狗输入法及配置(快捷键无效的解决方...
分类:
系统相关 时间:
2015-01-29 16:04:22
阅读次数:
295
#实例路径 --instances_path=$state_path/instances#日志的目录 --logdir=/var/log/nova #nova的目录 --state_path=/var/lib/nova #文件锁定的目录 --lock_path=/var/lock/nova
分类:
其他好文 时间:
2015-01-29 14:02:13
阅读次数:
732
MAC机常用快捷键表格整理范围快捷键说明图形(Command 键)在某些 Apple 键盘上,此键也可能为标志() Control(Control 键) Alt Option(Option 键)-"Alt"可能也出现在此键上 Shift(Shift 键)(Caps Lock 键)- 切换 Caps ...
分类:
系统相关 时间:
2015-01-29 07:03:35
阅读次数:
321
如果在线程之间共享数据,则可能会出现线程争用的问题1,局一个线程争用的例子:usingSystem;
usingSystem.Collections.Generic;
usingSystem.Diagnostics;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Threading;
namespaceConsoleApplica..
分类:
编程语言 时间:
2015-01-29 01:57:28
阅读次数:
248
下面以添加eclipse图标为例:sudo gedit /usr/share/applications/eclipse.desktop然后在弹出的文件中输入:[Desktop Entry]Name=eclipseComment=Eclipse IDEExec=eclipseIcon=/opt/ecl...
分类:
系统相关 时间:
2015-01-28 23:44:31
阅读次数:
227
Linux显示以时间降序显示文件
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ls -lrt
总用量 56
-rw-r--r-- 1 youhaidong youhaidong 8980 12月 15 00:10 examples.desktop
drwxr-xr-x 2 youhaidong youhaidong 4096 12月 15 00...
分类:
系统相关 时间:
2015-01-28 21:24:34
阅读次数:
214
Linux显示按文件大小降序排列
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ls -ls
总用量 56
12 -rw-r--r-- 1 youhaidong youhaidong 8980 12月 15 00:10 examples.desktop
0 -rw-rw-r-- 1 youhaidong youhaidong 0 1月 ...
分类:
系统相关 时间:
2015-01-28 21:23:52
阅读次数:
207
原文: ubuntu14.04 开启root登陆 官网下载地址:http://www.ubuntu.com/download/desktop
64位桌面版:http://www.ubuntu.com/ubuntu-releases/14.04/ubuntu-14.04-desktop-amd64.i...
分类:
系统相关 时间:
2015-01-28 21:15:22
阅读次数:
645
var c=document.getElementById("myCanvas");var cxt=c.getContext("2d");cxt.lineWidth=5;cxt.strokeStyle="#000000";cxt.lock=false;$("#myCanvas").mousedown...
分类:
Web程序 时间:
2015-01-28 17:14:35
阅读次数:
328
一、首先查看系统的运行级别以及是否安装了桌面环境 1、使用命令runlevel查看当前的运行级别 ,如图所示 2、使用命令yum grouplist | more查看是否安装了桌面环境的组件 3、yum groupinstall -y "Desktop" "Desktop Platform" ...
分类:
系统相关 时间:
2015-01-28 12:50:50
阅读次数:
295