摘要:# window文件共享 sudo mount -t vmhgfs .host:/ /mnt/hgfs# 脚本文件/usr/bin/mount_hgfs#NFS文件共享mount –t nfs –o nolock 192.168.1.199:/armnfs /mnt/disk/Lee#更改IPifconfig eth0 192.168.0.200ifconfig eth0 downifconfig eth0 up# 交叉编译文件/opt/qt-4.7.1/bin/qmake #手工加载SD卡mount -t vfat /dev/sdcard /sdcard/# 压缩文件tar czvf Det
阅读全文
07 2012 档案
摘要:usesActiveX;initialization CoInitialize(nil);Finalization CoUninitialize();
阅读全文
摘要:CxSkinButton.h中增加两个宏定义#define WM_MYLBTN_UP WM_USER + 0x1001#define WM_MYLBTN_DOWM WM_USER + 0x1002CxSkinButton.cpp中修改void CxSkinButton::OnLButtonDown(UINT nFlags, CPoint point){ //Pass this message to the ToolTip control RelayEvent(WM_LBUTTONDOWN,(WPARAM)nFlags,MAKELPARAM(LOWORD(point.x),LOWORD(poin
阅读全文
摘要:Win7 + VS2005C#引用 VLC,运行错误:System.Runtime.InteropServices.COMException VLC HRESULT:0x80040154 (REGDB_E_CLASSNOTREG)解决办法:在项目属性里设置“生成”=>“目标平台”为x86而不是默认的ANY CPU.
阅读全文
摘要:Select CONVERT(varchar(100), GETDATE(), 0): 07 16 2012 10:57AM Select CONVERT(varchar(100), GETDATE(), 1): 07/16/12 Select CONVERT(varchar(100), GETDATE(), 2): 12.07.16 Select CONVERT(varchar(100), GETDATE(), 3): 16/07/12 Select CONVERT(varchar(100), GETDATE(), 4): 16.07.12 Select CONVERT(varchar(10
阅读全文

浙公网安备 33010602011771号