- 浏览: 46777 次
- 性别:
- 来自: 北京
-
最新评论
文章列表
<!-- [if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:PunctuationKerning/>
<w:DrawingGridVerticalSpacing>7.8 磅</w:DrawingGridVerticalSpacing>
<w:DisplayHorizontalDrawingGridEvery>0&l ...
- 2009-11-20 11:32
- 浏览 741
- 评论(0)
一个很不错的博客
http://hi.baidu.com/pass86/blog/category/Ace/index/0
灰狐网站
http://www.huihoo.org/ace_tao/
http://www.huihoo.org/ace_tao/ACE-5.2+TAO-1.2/ACE_wrappers/docs/tutorials/
http://www.huihoo.org/ace_tao/ACE-5.2+TAO-1.2/ACE_wrappers/docs/tutorials/online-tutorials.html
- 2009-11-13 11:51
- 浏览 732
- 评论(0)
我们常看到软件的一些版本号,如pre-alpha版,RC版,GA版等等,今偶然看到了wikipedia上有关软件发布生命周期的文章。
A software release is the distribution (whether public or private) of an initial or upgraded version of a computer software product. The software engineers and company doing the work decide on how to distribute the program or syste ...
- 2009-11-12 22:54
- 浏览 892
- 评论(0)
<!-- [endif]-->
Chapter12. 基本多线程编程 (Basic Multithreaded Programming )
12.1 开始 Getting Started
By default, a process is created with a single thread, which we call the main thread. This thread starts executing in the main() function of your program and ends when main() completes. Any extra ...
- 2009-11-12 14:21
- 浏览 2350
- 评论(0)
测试C++友元关键字
/************************************************************************/
/* FriendKey.h */
/************************************************************************/
#pragma once
#include <iostream>
class Planet
{
private:
int ID;
//注
- 2009-11-02 10:31
- 浏览 623
- 评论(0)
由于rap 1.3 tooling包中的文件格式有所改变,用安装rap1.2方式来安装rap1.3我没有try成功,网了半天也看到指导性的东西,可能我对eclipse生疏了吧,自己调试了半天才调试出来。所以记录下来。
My system is RHEL 5.0.
Step 1.
download ecl ...
- 2009-10-31 23:36
- 浏览 651
- 评论(0)
BT3 Crack WEP WPA Manual
0. Make bootable USB
Format USB to fat32 under windows system.
Mount bt3-usb.iso.
Copy boot and BT3 folders into USB.
Run boot/bootinst.bat
OK.
Login into BT3 system (KDE)
- 2009-10-22 14:23
- 浏览 832
- 评论(0)
3.1 Basic Logging and Tracing
通常,用ACE_DEBUG, ACE_ERROR
, and ACE_TRACE这三个宏来输出诊断信息
Three macros are commonly used to display diagnostic output from your code: ACE_DEBUG
, ACE_ERROR
, and ACE_TRACE
.
- 2009-09-23 14:40
- 浏览 956
- 评论(0)
在测试编译ACE程序时,也可用下面这个下例子:
#include "ace/Log_Msg.h"
void foo (void);
int ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_TRACE(ACE_TEXT ("main"));
ACE_DEBUG ((LM_INFO, ACE_TEXT ("%IHi Mom\n")));
foo();
ACE_DEBUG ((LM_INFO, ACE_TEXT ("%IGoodnight\n")));
while(t ...
- 2009-09-23 11:48
- 浏览 768
- 评论(0)
怎么编译ACE?
请参考 path.to.ace.root/ACE_wrappers/ACE-INSTALL.html 这个HTML文件,讲得很详细,至少我参考,在RHEL5上编译通过。
http://blog.csdn.net/JonsenElizee/archive/2009/09/04/4519896.aspx
中Installation节有介绍。
ACE Programmer's Guide, The: Practical Design Patterns for Network and Systems Programming
By Stephen ...
- 2009-09-09 15:49
- 浏览 1037
- 评论(0)
Wrapper facade (包装外观)
该模式的意图是通过面向对象(oo)类接口来封装低级函数和数据结构。常见的包装外观模式的例子是像mfc 、ace和awt这样的类库,它们封装本地的os c api,比如socket、pthreads或gui函数。直接对本地os c api进行编程会使网络应用繁琐、不健壮、不可移植,且难以维护,因为应用开发者需要了解许多低级、易错的细节。包装外观模式怎样使这些类型的应用变得更为简洁、健壮、可移植和可维护。其意图是为简洁、健壮、可移植和可维护的较高级面向对象类接口中封装低级函数和数据结构。
Please refer to these urls ...
- 2009-09-07 15:29
- 浏览 679
- 评论(0)
HomePage: http://www.cs.wustl.edu/~schmidt/TAO.html
Real-timeCORBA with TAO(TM) (The ACE ORB)
The TAO Programmer's Guide
Pattern-Oriented Software Architecture: On Patterns and Pattern Languages (POSA5)
Pattern-Oriented Software Architecture: Patterns for Concurrent and Networked Object ...
- 2009-09-04 16:09
- 浏览 1924
- 评论(0)
首先介绍一下abiword:AbiWord is a free word processing program similar to
Microsoft® Word. It is suitable for a wide variety of word processing tasks.所有所需的文件下载地址:http://abiword.com/downloads/以下是我下载的文件:/opt/dwn/abiwordtotal 17Mdrwxrwxrwx 8 500 500 4.0K Nov 29 04:54 abiword-2.6.4-rw-r--r-- 1 root root 8.9M ...
- 2008-11-29 05:33
- 浏览 1784
- 评论(0)