<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.itpub.net/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>archfree的个人空间</title>
			    <link>http://space.itpub.net/7338284</link>
			    <description></description>
			    <copyright>Copyright(C) archfree的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Tue, 09 Sep 2008 02:58:08 GMT</lastBuildDate><item>
								<title>选择一个不为空的字段的select语句该怎么写？</title>
								<link>http://space.itpub.net/7338284/viewspace-255342</link>
								<description><![CDATA[
<p>选择一个不为空的字段的select语句该怎么写？</p>
<p>"select 字段名序列 from talbe where 字段 is not null"</p>
]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Mon, 28 Apr 2008 15:19:06 GMT</pubDate>
							</item>
							<item>
								<title>JSON 基础</title>
								<link>http://space.itpub.net/7338284/viewspace-255303</link>
								<description><![CDATA[
<p>JSON 基础</p>
<p>简单地说，JSON 可以将 JavaScript. 对象中表示的一组数据转换为字符串，然后就可以在函数之间轻松地传递这个字符串，或者在异步应用程序中将字符串从 Web 客户机传递给服务器端程序。这个字符串看起来有点儿古怪（稍后会看到几个示例），但是 JavaS...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Mon, 28 Apr 2008 14:13:14 GMT</pubDate>
							</item>
							<item>
								<title>支持中文的BASE64 编解码</title>
								<link>http://space.itpub.net/7338284/viewspace-239052</link>
								<description><![CDATA[
<p>（原创）昨天为了测试我的终端，自己写了个模拟服务器，用到BASE64 编解码，已用了GoAhead的代码，发现不支持中文，自己改造一下，解决了问题。现在把代码发上来给大家借鉴。</p>
<p><br/>/*<br/>* base64.c -- Base64 Mime encoding<br/>*<br/>* Copyright (c) GoAhe...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 17 Apr 2008 09:48:55 GMT</pubDate>
							</item>
							<item>
								<title>char*和CString转换</title>
								<link>http://space.itpub.net/7338284/viewspace-237960</link>
								<description><![CDATA[
<p>char*和CString转换 来源:CSDN</p>
<p>CString 是一种很特殊的 C++<br/>对象，它里面包含了三个值：一个指向某个数据缓冲区的指针、一个是该缓冲中有效的字符<br/>记数(它是不可存取的，是位于 CString 地址之下的一个隐藏区域)以及一个缓冲区长度。<br/>有效字符数的...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Wed, 16 Apr 2008 09:53:53 GMT</pubDate>
							</item>
							<item>
								<title>系统设计之 状态机（二）</title>
								<link>http://space.itpub.net/7338284/viewspace-219094</link>
								<description><![CDATA[
<p>三、状态机实现<br/>（2）面向过程方式<br/>2、层次状态机模块实现。<br/>与常规状态机相比，它的FSM_STATE结构没有default_func,多了 FSM_STATE_ID parent; FSM_STATE_ID default_child;两个结构。状态机初始化的时候可以指定默认状态，为了防止指定的状态非叶结点，...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Fri, 28 Mar 2008 14:40:25 GMT</pubDate>
							</item>
							<item>
								<title>系统设计之 状态机（一）</title>
								<link>http://space.itpub.net/7338284/viewspace-219093</link>
								<description><![CDATA[
<p>（转载）作者：CppExplore 网址：<a href="http://www.cppblog.com/CppExplore/">http://www.cppblog.com/CppExplore/</a><br/>一、状态机描述<br/>状态机理论最初的发展在数字电路设计领域。在数字电路方面，根据输出是否与输入信号有关，状态机可以划分为Mealy型和M...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Fri, 28 Mar 2008 14:39:13 GMT</pubDate>
							</item>
							<item>
								<title>技术人员处理好管理与被管理的关系</title>
								<link>http://space.itpub.net/7338284/viewspace-219088</link>
								<description><![CDATA[
<p>在IT这行混饭吃的人，特别是从事软件开发的，一般智商都没有问题。然而，回顾我8年工作期间，<br/>我自己以及周围同事的为人处事，在处理管理与被管理的关系的问题上，这些智商相对很高的人，并<br/>没有相应处理的很好。这也可能是智商高、情商低的一种通病吧。<br/>...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Fri, 28 Mar 2008 13:48:06 GMT</pubDate>
							</item>
							<item>
								<title>在校大学生应该怎样学习</title>
								<link>http://space.itpub.net/7338284/viewspace-219087</link>
								<description><![CDATA[
<p>在浏览我的blog的，除了专业的程序员，也有部分是在校大学生，还有两位同学通过QQ问我怎么<br/>学习编程技术，我为这些同学的好学而感动；又因为自己曾经做过两年计算机大专老师，可能天生<br/>喜欢教育人，兴趣一来就开始写这篇blog，其实自己认识也不够。<br/>现在的...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Fri, 28 Mar 2008 13:42:50 GMT</pubDate>
							</item>
							<item>
								<title>嵌入式程序员应知道的几个基本问题</title>
								<link>http://space.itpub.net/7338284/viewspace-219086</link>
								<description><![CDATA[
<p>预处理器(Preprocessor)</p>
<p>　　1 . 用预处理指令#define 声明一个常数，用以表明1年中有多少秒(忽略闰年问题)</p>
<p>　　　　　#define SECONDS_PER_YEAR (60 * 60 * 24 * 365)UL</p>
<p>　　我在这想看到几件事情：</p>
<p>　　1) #define 语法的基本知识(例如...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Fri, 28 Mar 2008 13:26:05 GMT</pubDate>
							</item>
							<item>
								<title>设计模式</title>
								<link>http://space.itpub.net/7338284/viewspace-218021</link>
								<description><![CDATA[
<p>来源：中科永联高级技术培训中心（<a href="http://www.itisedu.com">www.itisedu.com</a>）</p>
<p>设计模式（Design pattern）是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 27 Mar 2008 15:12:53 GMT</pubDate>
							</item>
							<item>
								<title>C语言中的面向对象(3)－类模拟的性能分析</title>
								<link>http://space.itpub.net/7338284/viewspace-218019</link>
								<description><![CDATA[
<p>类模拟中使用了大量的函数指针，结构体等等，有必须对此进行性能分析，以便观察这样的结构对程序的整体性能有什么程度的影响。</p>
<p>　　1．函数调用的开销</p>
<p>#define COUNTER XX<br/>void testfunc()<br/>{<br/>int i,k=0;<br/>for(i=0;i&lt;YY;i++){k++;}<br...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 27 Mar 2008 14:57:47 GMT</pubDate>
							</item>
							<item>
								<title>C语言中的面向对象(1)－类模拟和多态,继承</title>
								<link>http://space.itpub.net/7338284/viewspace-218018</link>
								<description><![CDATA[
<p>在面向对象的语言里面，出现了类的概念。这是编程思想的一种进化。所谓类：是对特定数据的特定操作的集合体。所以说类包含了两个范畴：数据和操作。而C语言中的struct仅仅是数据的集合。（<a href="mailto:liyuming1978@163.com">liyuming1978@163.com</a>)</p>
<p>　...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 27 Mar 2008 14:55:10 GMT</pubDate>
							</item>
							<item>
								<title>C语言中的面向对象(2)－C语言的多态实现</title>
								<link>http://space.itpub.net/7338284/viewspace-218017</link>
								<description><![CDATA[
<p>相信很多人都看过设计模式方面的书，大家有什么体会呢？Bridge，Proxy，Factory这些设计模式都是基于抽象类的。使用抽象对象是这里的一个核心。<br/><br/>　　其实我觉得框架化编程的一个核心问题是抽象，用抽象的对象构建程序的主体框架，这是面向对象编程的普遍思想...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 27 Mar 2008 14:54:22 GMT</pubDate>
							</item>
							<item>
								<title>C语言中的面向对象思想</title>
								<link>http://space.itpub.net/7338284/viewspace-218016</link>
								<description><![CDATA[
<p>经常听见别人说面向对象的程序设计，以前在学校上课的时候，也有开面向对象程序设计这门课。正在装载数据……</p>
<p>可是不幸的是，这些都是以C＋＋，甚至VC＋＋为基础的。而更加不幸的是，多年以来我一直是一个C的使用</p>
<p>者。在学校的时候，我主要做的是硬件上...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 27 Mar 2008 14:50:46 GMT</pubDate>
							</item>
							<item>
								<title>与ADO的第一次亲密接触</title>
								<link>http://space.itpub.net/7338284/viewspace-218005</link>
								<description><![CDATA[
<p>来自：java060515</p>
<p>Object)是Microsoft数据库应用程序开发的新接口，是建立在OLE DB之上的高层数据库访问技术，请不必为此担心，即使你对OLE DB，COM不了解也能轻松对付ADO,因为它非常简单易用，甚至比你以往所接触的ODBC API、DAO、RDO都要容易使用，并不失灵活...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 27 Mar 2008 11:04:08 GMT</pubDate>
							</item>
							<item>
								<title>ultraedit32 技巧</title>
								<link>http://space.itpub.net/7338284/viewspace-211569</link>
								<description><![CDATA[
<p>虽然我做开发更常用编辑器是VI而不是WINDOWS版本的编辑器，偶尔也会用到。从网上搜集了ULTRAEDIT32的一些使用技巧：</p>
<p>* ctrl+b<br/>写程序的时候，括号一般要一一对应的，但是如果嵌套太多，看花眼了，怎么办？你把光标放在括号开始的地方，按ctrl+b，UE 会帮你...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Tue, 18 Mar 2008 20:41:44 GMT</pubDate>
							</item>
							<item>
								<title>今天我在淘宝上，买了《人月神话》32周年中文纪念版</title>
								<link>http://space.itpub.net/7338284/viewspace-211568</link>
								<description><![CDATA[
<p>今天我在淘宝上，买了《人月神话》32周年中文纪念版！好好收藏一下</p>
]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Tue, 18 Mar 2008 20:37:32 GMT</pubDate>
							</item>
							<item>
								<title>《人月神话（注释版）》前言</title>
								<link>http://space.itpub.net/7338284/viewspace-211567</link>
								<description><![CDATA[
<p>《<a href="javascript:;" target="_self" onclick="javascript:tagshow(event, '%C8%CB%D4%C2%C9%F1%BB%B0');"><span style="TEXT-DECORATION: underline"><strong>人月神话</strong></span></a>（注释版）》前言</p>
<p>　　2000年新年伊始，国际计算机协会（ACM）在...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Tue, 18 Mar 2008 20:35:53 GMT</pubDate>
							</item>
							<item>
								<title>SQLite GUI管理工具筛选记</title>
								<link>http://space.itpub.net/7338284/viewspace-207339</link>
								<description><![CDATA[
<p>SharpPlus Sqlite Developer 最近崩溃越来越频繁，于是索性另找一款同类软件来替换：</p>
<ol class="indentlist">
<li>功能最强最全的是 SQLite Maestro, 想要的功能都有，不想要的功能也有一堆^o^, 缺点是对Unicode支持欠佳，中文有乱码。</li>
<li>其次是 SQLite E...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Sat, 15 Mar 2008 13:52:11 GMT</pubDate>
							</item>
							<item>
								<title>技术出身的项目经理容易犯的一个错误</title>
								<link>http://space.itpub.net/7338284/viewspace-207338</link>
								<description><![CDATA[
<p>从技术出身的项目经理，很容易犯这样一个错误：对自以为简单的问题，分配任务给成员时，会夹带技术细节并表露出问题的简单性。</p>
<p>譬如X项目经理接到客户的新需求，要求更改页面上的某个字符串。于是立刻把成员A叫过来，"这个需求只要把对应页面的字符串改一下就O...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Sat, 15 Mar 2008 13:41:35 GMT</pubDate>
							</item>
							<item>
								<title>PowerDesigner11学习点滴</title>
								<link>http://space.itpub.net/7338284/viewspace-207336</link>
								<description><![CDATA[
<p>1、安装PD v11.0版</p>
<p>2、由pdm生成建表脚本时，字段超过15字符就发生错误（oracle）<br/>原因未知，解决办法是打开PDM后，会出现Database的菜单栏，进入Database － Edit Current DBMS －script－objects－column－maxlen，把value值调大(原为30)，比如改成60。出...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Sat, 15 Mar 2008 13:00:28 GMT</pubDate>
							</item>
							<item>
								<title>PowerDesigner</title>
								<link>http://space.itpub.net/7338284/viewspace-207335</link>
								<description><![CDATA[
<p style="TEXT-INDENT: 2em">PowerDesigner是一个功能强大而使用方便的工具集，为新一代数据库应用的建模提供了全面的支持。具体地，PowerDesigner提供：</p>
<p style="TEXT-INDENT: 2em">1． 需求分析模型（Requirements Model-RQM）</p>
<p style="TEXT-INDENT: 2em"...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Sat, 15 Mar 2008 12:54:27 GMT</pubDate>
							</item>
							<item>
								<title>一个好用的工具！SyncBackSE</title>
								<link>http://space.itpub.net/7338284/viewspace-206140</link>
								<description><![CDATA[
<p>一个好用的工具！<span style="FONT-SIZE: 11pt">SyncBackSE</span></p>
<p class="zoundry_bw_tags">
  <!-- Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com -->
  <span class="ztags"><span class="ztagspace">Techno...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 13 Mar 2008 14:19:15 GMT</pubDate>
							</item>
							<item>
								<title>MGCP /H.248 鉴权认证</title>
								<link>http://space.itpub.net/7338284/viewspace-206139</link>
								<description><![CDATA[<P>MGCP /H.248 鉴权认证</P>
<P>鉴权概述和基本算法</P>
<P>MGCP/H.248鉴权概述</P>
<P>MGCP协议没有涉及安全认证的标准。对于网络应用终端客户或运营商来说都不安全的盗号隐患。<BR>解决这问题，国标和各厂家有各自标准。目前看到的资料比较少，总体上是通过扩展协议...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 13 Mar 2008 14:16:18 GMT</pubDate>
							</item>
							<item>
								<title>最应该雇佣的程序员的十个特征</title>
								<link>http://space.itpub.net/7338284/viewspace-206137</link>
								<description><![CDATA[
<p>　　</p>
<p>　　1. 好奇心</p>
<p taggedby="hylanda">　　程序员是永远不会接受现成的东西的，他们必须亲自解开内心深处的迷惑和渴望。</p>
<p taggedby="hylanda">　　2. 清晰的思维技巧</p>
<p taggedby="hylanda">　　编程是一件需要严密逻辑和清晰思维的事情，有...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Thu, 13 Mar 2008 13:32:01 GMT</pubDate>
							</item>
							<item>
								<title>MGCP 支持 T38 传真 研究</title>
								<link>http://space.itpub.net/7338284/viewspace-199270</link>
								<description><![CDATA[
MGCP 协议下，支持三种控制方式：<br/><br/><span style="FONT-SIZE: 85%">◆MGC 控制方式（T38mgc）<br/>T38 传真完全由软交换控制，所有传真事件均上报给软交换，由软交换控制传真<br/>过程；IAD 支持的规范为draft-andreasen-mgcp-fax-01。<br/><br/>◆ 双媒体流方式（...]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Tue, 04 Mar 2008 09:52:23 GMT</pubDate>
							</item>
							<item>
								<title>利用ADO接口访问MySql</title>
								<link>http://space.itpub.net/7338284/viewspace-199266</link>
								<description><![CDATA[
<a href="http://mgcpsoftphone.googlecode.com/files/VC%E9%80%9A%E8%BF%87ADO%E8%AE%BF%E9%97%AEMYSQL%EF%BC%88ME%EF%BC%89.rar">本文源码</a><br/>1. 建立数据库,SQL语句在文件ADOLinkMySQL.sql中<br/><br/><p style="TEXT-ALIGN: left"><a href="http://bp1.blogger....]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Tue, 04 Mar 2008 09:49:33 GMT</pubDate>
							</item>
							<item>
								<title>zoundry test</title>
								<link>http://space.itpub.net/7338284/viewspace-199261</link>
								<description><![CDATA[
<p>zoundry test</p>
]]></description>
								<category>blog</category>
								<author>archfree</author>
								<pubDate>Tue, 04 Mar 2008 09:44:02 GMT</pubDate>
							</item>
							
		</channel>
	</rss>