自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

转载 A function to retrieve the directory of a program

Ive needed to get the directory a program was running several times. Ive used it to determine where configuration files could be found. Ive used it for determining where images should be stored/loa

2006-05-19 13:42:00 641

转载 Beware File Open/Save Dialogs: They May Change The Current Directory

On some Windows operating systems (primarily Windows 95, 98, and ME), GetOpenFileName() and GetSaveFileName() (and wrappers of these functions such as MFC’s CFileDialog) will permanently change the

2006-05-19 13:39:00 768

转载 How to boot Debian GNU/Linux without entering X GUI

如果您只想在 runlevel 5 下启动图形,可以运行下面的命令:(以gdm为例)#删除原有关于 gdm 的符号链接update-rc.d -f gdm remove#重新设置各runlevel下的符号链接,只在runlevel 5 下启动 gdm。update-rc.d -f gdm start 99 5 . stop 01 0 1 2 3 4 6 .这样,你就可以在 /etc/inittab

2006-05-15 14:43:00 805

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除