build qt-everywhere-opensource-src-4.8.0 Use the following batch file to build qt-everywhere-opensource-src-4.8.0 on Windows Xp via VC++ 2010@ECHO OFF set DEV=D:\srcset QTDIR=%DEV%\qt-everywhere-opensource-src-4.8.0set PATH=%System
时间不对导致不能登陆Windows Windows XP登陆是报错说电脑的时间和网络时间不对,要求联系系统管理员。我的帐户本身有Administrator权限,问题的原因是昨天改了时区,那时候时间还是对的。后来机器过热,重启动机器可能导致时间错了。没有找到管理员,仔细看看出错信息-本机时间和网络时间不匹配,那禁用网络不就行了!所以,解决方案就是禁用无线网络,拔下网线,登陆成功。
linux commands and corresponding windows commands linux and windows commandslinuxWindowsDescriptiondudu.exedisk usagetimetimeit.exeprocess execution time and other performance informationexportsetset environmen
4GB RAM on 32bit OS Today I inserted 4GB DDR2 RAM into my hp8510p laptop. BIOS and CPU-Z can detect 4GB physical RAM.Windows XP SP3 can only recognize 3GB.Someone explained the reason in a post - 4 GB RAM
build boost_1_48 on ubuntu and windows onega@ub-laptop:~$ tar xvjf Downloads/boost_1_48_0.tar.bz2onega@ub-laptop:~/boost_1_48_0$ du -sh419M onega@ub-laptop:~/boost_1_48_0$./bootstrap.shonega@ub-laptop:~/boost_1_48_0$ time./b2 v
Update-manager error on Ubuntu 11.10 oneiric Update manager reported the following error:W:Failed to fetchhttp://cn.archive.ubuntu.com/ubuntu/dists/karmic-backports/main/source/Sources 404 Not Found, W:Failed to fetchhttp://cn.archive.ubun
TAO naming service My environment: ACE TAO 6.0.5, Ubuntu 11.10 64bit, g++ (Ubuntu/Linaro 4.6.1-9ubuntu3)There are two different ways to start NameService:tao_cosnaming -ORBEndPointiiop://127.0.0.1:12345tao_cosna
Build ACE+TAO-6.0.5 Build ACE+TAO+CIAO-6.0.5.tar.bz2 on Windows XP via VC++ 2008Download timeit.exe, or remove it from the following batch file.
apt-get proxy on Ubuntu oneiric 11.10 A temporary proxy does not work:export http_proxy=http://myproxyaddress:proxyportI have to create a filegksudo gedit /etc/apt/apt.confwith the following content:Acquire::http::Proxy "http:
xdm issue on Ubuntu 11.10 oneiric when xdm is the default-display-manager, my computer can't display login window when boot with 'Ubuntu, with Linux 3.0.0-12-generic'. I have to choose 'Ubuntu, with Linux 3.0.0-12-generic (recovery mo
read UTF-8 text file in C++ #include #include #include #include #include int main(int argc, char* argv[]) { if (argc>1) { char* f
logitech bluetooth mouse on Ubuntu 11.04 run command "bluethooth-properties", add new device, turn on the mouse, press "Connect" button.Mouse is not connected after power off
VC++ build qt-everywhere-opensource-src-4.7.4 webkit 不能编译成静态链接库call "%VS100COMNTOOLS%/../../vc/bin/vcvars32.bat"configure -debug-and-release -qt-sql-odbc -opensource -confirm-license -static -ltcg -no-fast -exceptions -accessibility -stl -q
Ubuntu power management I can find "Power Profiles - System Settings" which allow me to choose action for "When laptop lid closed", but this is not in effect. gnome
fatrat, wxdfast and openesb Open-ESB download page is broken for a long time. Fortunately I found one link here - https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-
resource leakage detection on Windows Time frame: May 2011Subject: Investigate resource leakage of a VC++ 2008 native application on Windows XP SP3.DevPartner 10.5 - cause debuggee crash due to 0x80080003. After disabling certain features so that it only logs memory leaks, the debuggee does no
Display _RecordsetPtr via ListView control The following is some code snippet I posted to http://topic.csdn.net/t/20020724/16/899090.html. LRESULT CMyDlg::OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) { int pathlen =
Video resource MiroVideoConverter is an open source tool that is able to convert various format to mp4/webM.VLC 1.1.8 supports VP8/WebM video.
pass blob to oracle stored procedure //pass blob to oracle stored procedure //build by masterz 20050227 with VC2003, Windows 2003, Oracle 10g. //The tip: user oledb provider string! #include "stdafx.h " #import "C:/PROG