好久没写Blog了,灌水一篇。
在手机上使用WeChat/微信,大家都知道。但是用手机敲字,估计也不会是太爽的感觉,尤其像我这样的“老年人”,用一个大拇指在屏幕上郁闷的选字母的人…
WeChat/微信的桌面客户端是不错的选择,官方提供了Windows/Mac/网页三种,但登录的时候都需要手机确认,扫描二维码。然后敲字就方便多了。
参考:
OS: Windows 7 64bit SP1 (Note: need to have .Net 4 installed)
SDK: Windows SDK 7.1 x86_64 (Note: remember to have “Visual C++ Compilers” and “Debugging Tools for Windows” installed)
Qt Creator: Qt Creator 2.6.2 in qt-windows-opensource-5.0.1-msvc2010_32-x86-offline-2013-01-30-426.exe (Note: I am testing 5.0.1 daily build packages, 5.0.0 release doesn’t ship with .pdb files)
Qt Creator 2.6.2 could detect the compiler and cdb correctly from above environments after installed. What you need to do are only two things:
Then you can debug into Qt library in your applications.
Reference:
Update:
I have a Mac Mini as a Home Theater PC, which is running Mac OS X Lion. And I also have a laptop with Window 7 Home Basic SP1.
I have tried to use Real VNC Viewer to connect to my Mac Mini before, but failed.
Today I tried again, by searching from web and found there is a solution now.
On Lion,
1. System Preferences->Users & Groups->Login Options, set “Automatic Login” to off.
2. System Preferences->Sharing, turn on “Screen Shareing” and click on “Computer Settings” button, set a password for “VNC Viewers may control screen with password:”.
On Windows,
1. Try to download “Ultra VNC Free Viewer“.
Then it will work for you. Many people said “Tight VNC Free Viewer” and “Real VNC Free Viewer” do not work well as the Ultra one.
Reference:
Apple Support Communities: TightVNC (or other windows VNC viewer) connecting to OS LION
今天才发现Windows 7 Home Basic这东西有激活地域限制并且没有64位版本。
并且只在Emerging Markets销售,通俗的说可以理解为像DVD一样有中国区和欧美区之分。
看来想在挪威使用国内的Windows 7 Home Basic是不太现实了。
It’s very easy to do it on Unix/Linux, cron is a very powerful tool for it.
But how to do it on Windows?
Run->”gpedit.msc”->”Computer ConfigurationWindows Settings” for Startup/Shutdown or “User ConfigurationWindows Settings” for Logon/Logoff.
Reference:
How to: Add startup and shutdown scripts in Windows – Online Training and Tutorials
Specify a Script to Run on Startup Shutdown Logon Logoff
Build Qt with OpenSSL, VC++ 2005 EE(SP1) on Windows XP
1. OS, Compilers and SDK
OS: Windows XP(SP3)
Compiler: Microsoft Visual C++ 2005 Express Edition with Service Pack 1
SDK: Windows Software Development Kit (SDK) for Windows Server 2008 and .NET Framework 3.5
You need set SDK path in your compiler settings by yourself.
2. Build OpenSSL 0.9.8h
Download OpenSSL 0.9.8h Original Source Package, unpack it to C:openssl-0.9.8h.
Please read C:openssl-0.9.8hINSTALL.W32.
Open the Visual Studio 2005 Command Prompt, then
1 2 3 4 5 6 |
cd C:openssl-0.9.8h perl Configure VC-WIN32 --prefix=c:/OpenSSL msdo_ms nmake -f msntdll.mak nmake -f msntdll.mak test nmake -f msntdll.mak install |
3. Build Qt with OpenSSL
Download qt-win-opensource-src-4.4.3.zip, unpack it to C:Qt4.4.3-oss.
Open the Visual Studio 2005 Command Prompt, then
1 2 3 4 5 6 7 8 9 10 11 12 |
set INCLUDE=C:openssl-0.9.8hinclude;%INCLUDE% set LIBPATH=C:openssl-0.9.8hlib;%LIBPATH% set PATH=C:openssl-0.9.8hbin;C:Qt4.4.3-ossbin;%PATH% cd C:Qt4.4.3-oss configure.exe -release -openssl nmake sub-src cd examplesnetworksecuresocketclient qmake nmake cd releasese curesocketclient |
Trolltech 将会在 Qt/Windows 开源版本中支持 Visual Studio Express,其中包括对于 MSVC Makefile 和项目的生成器,但不包括 VS Integration。
这个支持应该会在 Qt 4.4 和 Qt 4.3.2 中出现。
Girish Ramakrishnan: Qt/Windows Open Source Edition to support VS Express
Apple进军Windows?hoho。基于KHTML的Safari也进军Windows了,大家可以在这里下载。不过好像对中文支持的还不够好,速度还是不错的。
Trolltech开发人员公布的消息,在Windows CE上跑Qt 4。