摘要:
--谨献给我一样试图使用jni把java和naitve window掺和在一起的developer
swt与awt本质上都是一套依赖于操作系统具体实现的gui库。与swing在所有操作系统上外观一致的做法不同,awt和swt在不同的操作系统上的外观是和本地窗口一样的。
每一个swt和awt的窗口都对应一个本地窗口(native window),自然也会有一个窗口句柄。而swing则不同,是没有本地窗口句柄的。在获得窗口句柄之后,就可以和用其他的语......
摘要:
linux安全防护十招
1.为lilo增加开机口令
----在/etc/lilo.conf文件中增加选项,从而使lilo启动时要求输入口令,以加强系统的安全性。具体设置如下:
----boot=/dev/hda
----map=/boot/map
----install=/boot/boot.b
----time-out=60 #等待1分钟
----prompt
----default=linux
----p......
rh9.0的apache怎么没有htdoc这个文件夹啊
以前我用apache 时,apache的test page是在htdocs下面。但是在rh9里面我怎么也找不到这个文件夹与这个文件了 【相关文章:
请教:redhat90 下curses编】 【扩展阅读:
SCSI安装问题!急】
【扩展信息:
GRUB的优点】
sakulagi 回复于:2003-11-19 21:44:06
if you check the httpd.conf shipped within rh9, youll find that the default documentroot is /var/www, not htdoc.
lingg2002 回复于:2003-11-19 22:11:38
but test page also not in /var/www or /var/www/html
sakulagi 回复于:2003-11-19 22:20:33
the test page is a error handling page of "http 403" for disabled "autoindex".
the physical file is /var/www/error/noindex.html.
...
下一页 摘要:
最近项目使用cvs管理,研究了一段时间,参考了几个文档,总结如下
cvs完全手册
==========================================================================
he wehzhu, kerlion@netease.com, created at 2003-11-5
updated at 2003-11-12
版权声明:可以任意转载,转载时请务必标明原始出处和作者信......