sudo vi /usr/share/applications/kchmviewer.desktop
[Desktop Entry]
Categories=Qt;KDE;Utility;
Encoding=UTF-8
Type=Application
Exec=kchmviewer %U
Icon=kchmviewer.png
Comment=
Terminal=0
Name=KchmViewer
Comment=A viewer of CHM (MS-Help) files
MimeType=application/chm
找到Exec=kchmviewer %U 这行
将 %U 改成 ...
sudo asoundconf list
Names of available sound cards:
Live
V8237
then did:
sudo asoundconf set-default-card Live
followed by a reboot to test.
Git --- The stupid content tracker。
Linux内核开发使用的版本控制系统,只能在Linux系统下运行。rails目前已经采用git作为版本控制系统。
中文教程地址:
http://www.bitsun.com/documents/gittutorcn.htm
Cygwin没有more命令,可以alias more = “less” 替代
安装ncurses lib就会有clear命令,默认没有安装该lib
- 浏览: 42879 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
我的相册
Snap1
共 1 张
共 1 张
最新评论
-
使用Atomikos Transaction ...
引用Caused by: com.atomikos.icatch.SysExce ...
-- by bagui3 -
Struts2中使用Stream Res ...
Stream result type? 可有可无,把Respose的header ...
-- by ray_linn -
Struts2中使用Stream Res ...
我的程序,虽然结果出来了,但后台总是抛错:------------------- ...
-- by Acaleph -
使用Atomikos Transaction ...
Caused by: com.atomikos.icatch.SysExcept ...
-- by baoyaer -
Annotation风格的Spring M ...
刚用了spring MVC的annotation, 确实简单。应该说在简化问题上 ...
-- by slaser






评论排行榜