摘要:
+++安装+++ MSVC编译,QT4.4.3,用了两个小时。 比起QGIS的编译就算快的了。 +++tutor+++ 看了官方的tutor file:///C:/qt/4.4.3/doc/html/tutorials-addressbook.html 很简单易懂。Signal & slot声明slot(... 阅读全文
2009年3月29日 #
2009年3月28日 #
摘要:
查看大图出发地址: 广东省广州市番禺区 华南新城到达地址: 广东外语外贸大学 广州市白云区白云大道北2号出发地点: 广东省广州市番禺区 华南新城1. 向北方向 - 322 米2. 向左转,前往296县道/296縣道 - 6 米3. 向左转,前往296县道/296縣道 - 382 米4. 在296县道/296縣道向右转 - 0.9 公里5. 在环形交叉口,下第 1 个出口上华南快速路辅路 - 434... 阅读全文
2007年10月1日 #
摘要:
黄金周前的最后一天。客户经理友善地走过来问,你们假期值班安排好了吗?
我说,都是电话值班吧,有事就call我们咯。
经理被忽悠过去了。
这时,出现了一个值班问题。 阅读全文
2007年9月28日 #
2007年6月15日 #
摘要:
Event Sample -- from Professional C#
show how c# event work 阅读全文
2007年3月6日 #
摘要:
如何提高DB2数据库中INSERT的性能,通过对插入处理的一些必要步骤的分析,提出优化这些步骤的技巧。
参考 http://server.51cto.com/art/200612/36340.htm 阅读全文
2006年8月18日 #
摘要:
Chapter 4. Class DesignTable of ContentsRequired Class MethodsClass LayoutInitialize all VariablesAccessor StylesClass DocumentationRequired Class MethodsTobe good citizens almost all classes should i... 阅读全文
2006年7月14日 #
摘要:
1#include 2#include 3 4template 5class Myclass 6{ 7public: 8 template //成员模板 9 void PrintTypeName(T thistype,T1 const othertype);1011};1213template 14template //定义15void Myclass::PrintTypeN... 阅读全文
2006年6月8日 #
摘要:
the basic of tamplate class 阅读全文
2006年6月7日 #
摘要:
//basics/max2.cpp#include using namespace std;namespace rawu{ inline int const& max(int const& a ,int const& b) { cout inline T const& max(T const& a, T const& b) { cout i... 阅读全文