摘要:
strace hwclock看到ioctl调用 读取rtc时间 int fd; struct rtc_time rtc_tm; int ret; fd = open("/dev/rtc0", O_RDONLY, 0); // the ioctl command RTC_RD_TIME is used to read the cur... 阅读全文
摘要:
http://www.starnet.com/xwin32kb/Couldnt_get_an_RGB_Double_buffered_Visual When running an OpenGL application, the app may fail with the following error "Error: couldn't get an RGB, Double-buffered v... 阅读全文
摘要:
sourceinsight3.50.0051的更新日志中找到如下更新日志: Fix: Sometimes files were said to be modified outside of SI, but they were not. This most likely happened on network drives. Under some conditions, the Windows d... 阅读全文
摘要:
http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/ 1) VNC (Virtual Network Computing) is a remote display system which allows the user to view the desktop of a remote machine a... 阅读全文