masterz
码龄22年
  • 65,178
    被访问
  • 63
    原创
  • 1,265,278
    排名
  • 808
    粉丝
  • 0
    铁粉
关注
提问 私信
  • 加入CSDN时间: 2000-06-11
博客简介:

masterz的专栏

查看详细资料
个人成就
  • 获得6次点赞
  • 内容获得9次评论
  • 获得5次收藏
创作历程
  • 40篇
    2011年
  • 16篇
    2010年
  • 1篇
    2009年
  • 4篇
    2004年
  • 2篇
    2001年
成就勋章
TA的专栏
  • Database
    4篇
  • Debug
    1篇
  • DICOM
    1篇
  • Eclipse
    2篇
  • Linux
    8篇
  • VC++2010
    13篇
  • XML
    1篇
  • XSLT
    1篇
  • Linux CORBA TAO
    1篇
  • CORBA
    1篇
  • TAO
    1篇
  • boost
    1篇
  • VC++2008
    1篇
  • QT
    2篇
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

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
原创
发布博客 2011.12.19 ·
4281 阅读 ·
2 点赞 ·
1 评论

时间不对导致不能登陆Windows

Windows XP登陆是报错说电脑的时间和网络时间不对,要求联系系统管理员。我的帐户本身有Administrator权限,问题的原因是昨天改了时区,那时候时间还是对的。后来机器过热,重启动机器可能导致时间错了。没有找到管理员,仔细看看出错信息-本机时间和网络时间不匹配,那禁用网络不就行了!所以,解决方案就是禁用无线网络,拔下网线,登陆成功。
原创
发布博客 2011.11.30 ·
908 阅读 ·
1 点赞 ·
3 评论

linux commands and corresponding windows commands

linux and windows commandslinuxWindowsDescriptiondudu.exedisk usagetimetimeit.exeprocess execution time and other performance informationexportsetset environmen
原创
发布博客 2011.11.26 ·
437 阅读 ·
3 点赞 ·
0 评论

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
原创
发布博客 2011.11.24 ·
652 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.11.24 ·
1510 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.11.19 ·
568 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.11.12 ·
1541 阅读 ·
0 点赞 ·
1 评论

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.
原创
发布博客 2011.11.08 ·
2508 阅读 ·
0 点赞 ·
0 评论

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:
原创
发布博客 2011.11.08 ·
712 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.11.05 ·
499 阅读 ·
0 点赞 ·
0 评论

read UTF-8 text file in C++

#include #include #include #include #include int main(int argc, char* argv[]) {     if (argc>1)     {         char* f
原创
发布博客 2011.10.09 ·
1180 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.10.01 ·
920 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.09.28 ·
1956 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.09.04 ·
737 阅读 ·
0 点赞 ·
0 评论

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-
原创
发布博客 2011.07.16 ·
590 阅读 ·
0 点赞 ·
0 评论

Odyssey Access Client

蓝屏指南:在机器启动过程中接上网络,就成功蓝屏了。连上无线几个小时之后,网络不通,只有出去的包,没有进来的包。其他电脑没有这个问题。
原创
发布博客 2011.07.03 ·
1601 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.05.05 ·
1074 阅读 ·
0 点赞 ·
0 评论

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   =  
原创
发布博客 2011.04.21 ·
571 阅读 ·
0 点赞 ·
0 评论

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.
原创
发布博客 2011.04.14 ·
562 阅读 ·
0 点赞 ·
0 评论

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
原创
发布博客 2011.04.06 ·
561 阅读 ·
0 点赞 ·
0 评论
加载更多