<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[autoair的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/autoair</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; autoair]]></copyright><item><title><![CDATA[如何在Word中插入代码片段]]></title><link>https://blog.csdn.net/autoair/article/details/126305664</link><guid>https://blog.csdn.net/autoair/article/details/126305664</guid><author>autoair</author><pubDate>Fri, 12 Aug 2022 16:04:39 +0800</pubDate><description><![CDATA[在Word中优雅的插入代码段，一键将你的代码转换成常见的代码格式。]]></description><category></category></item><item><title><![CDATA[重新巩固C++指针和引用的区别]]></title><link>https://blog.csdn.net/autoair/article/details/1401780</link><guid>https://blog.csdn.net/autoair/article/details/1401780</guid><author>autoair</author><pubDate>Tue, 21 Nov 2006 16:16:00 +0800</pubDate><description><![CDATA[呵呵, 惭愧的是, 现在仍在比较这两个东西究竟什么区别, 再次总结一下吧:1. 最common的, 指针是可以为null的, 而且在声明指针的时候可以不用定义它, 但是引用不同, 必须在声明的时候就初始化引用. 而且引用不能为null.2. 引用的不可变性. 指针可以随时变化指向的位置, 而引用一旦初始化, 则总是指向原来定义的那个位置. 例子如下: string s1("Nancy");]]></description><category></category></item><item><title><![CDATA[open the blog again]]></title><link>https://blog.csdn.net/autoair/article/details/1401660</link><guid>https://blog.csdn.net/autoair/article/details/1401660</guid><author>autoair</author><pubDate>Tue, 21 Nov 2006 15:21:00 +0800</pubDate><description><![CDATA[open the blog again ]]></description><category></category></item><item><title><![CDATA[好久好久没有写blog了]]></title><link>https://blog.csdn.net/autoair/article/details/710786</link><guid>https://blog.csdn.net/autoair/article/details/710786</guid><author>autoair</author><pubDate>Sat, 06 May 2006 17:54:00 +0800</pubDate><description><![CDATA[忙，最近忙得很，所以也就少了时间来写一些东西，总结一些东西。说实话，最近真的有很多的事情需要好好总结一下，综合学习，工作，生活等各个方面。这会儿在北京四环边上的一个网吧里，真想写些什么....赫赫，回头再说吧，有点浮躁阿。。。 ]]></description><category></category></item><item><title><![CDATA[java 20 个网站收藏]]></title><link>https://blog.csdn.net/autoair/article/details/607362</link><guid>https://blog.csdn.net/autoair/article/details/607362</guid><author>autoair</author><pubDate>Thu, 23 Feb 2006 15:54:00 +0800</pubDate><description><![CDATA[500)this.style.width=500;" alt="" />java开发者应该去的20个网站                                                                                                                                  ]]></description><category></category></item><item><title><![CDATA[呵呵, 我把UI想简单了]]></title><link>https://blog.csdn.net/autoair/article/details/582332</link><guid>https://blog.csdn.net/autoair/article/details/582332</guid><author>autoair</author><pubDate>Tue, 17 Jan 2006 20:34:00 +0800</pubDate><description><![CDATA[很早就有人跟我说, UI很麻烦的, 很不爽的我每每不以为然, 呵呵, 最近在做一个ImportWizard, 才发现这里用到的东西简直多了去了, 从数据结构, 到性能测试, 尤其对逻辑以及代码的重用要求很高. 再有就是设计模式, 思维方法等等等等.我对自己说, 浅薄了吧? 佛曰, 知道浅薄是好事. 呵呵.]]></description><category></category></item><item><title><![CDATA[SMTP标准]]></title><link>https://blog.csdn.net/autoair/article/details/576948</link><guid>https://blog.csdn.net/autoair/article/details/576948</guid><author>autoair</author><pubDate>Thu, 12 Jan 2006 11:02:00 +0800</pubDate><description><![CDATA[组织：中国互动出版网（http://www.china-pub.com/）RFC文档中文翻译计划（http://www.china-pub.com/compters/emook/aboutemook.htm）E-mail：ouyang@china-pub.com译者：顾国飞（ggfei  ggfei@263.net）译文发布时间：2001-3-30版权：本中文翻译文档版权归中国]]></description><category></category></item><item><title><![CDATA[alan去微软了]]></title><link>https://blog.csdn.net/autoair/article/details/571210</link><guid>https://blog.csdn.net/autoair/article/details/571210</guid><author>autoair</author><pubDate>Thu, 05 Jan 2006 14:56:00 +0800</pubDate><description><![CDATA[呵呵，祝贺一下，自己也同时反思一下，其实想想自己的能力，究竟能够干什么呢？还有很多很多的事情要等待我去做啊.....]]></description><category></category></item><item><title><![CDATA[asp安全漏洞概述]]></title><link>https://blog.csdn.net/autoair/article/details/570135</link><guid>https://blog.csdn.net/autoair/article/details/570135</guid><author>autoair</author><pubDate>Wed, 04 Jan 2006 15:20:00 +0800</pubDate><description><![CDATA[一 前言 　　Microsoft Active Server Pages（ASP）是服务器端脚本编写环境，使用它可以创建和运行动态、交互的 Web 服务器应用程序。使用 ASP 可以组合 HTML 页 、脚本命令和 ActiveX 组件以创建交互的 Web 页和基于 Web 的功能强大的应用程序。 现在很多网站特别是电子商务方面的网站，在前台上大都用ASP来实现。以至于现在ASP在网站应用上很普遍]]></description><category></category></item><item><title><![CDATA[WS安全性（3）]]></title><link>https://blog.csdn.net/autoair/article/details/564273</link><guid>https://blog.csdn.net/autoair/article/details/564273</guid><author>autoair</author><pubDate>Wed, 28 Dec 2005 17:44:00 +0800</pubDate><description><![CDATA[四、使用WS-Security规范对信息进行加密与身份认证    我们打算用Handler结合WSSecurity实现Web服务安全(Handler的有关内容请参阅AXIS学习笔记（二））    设想流程：用WSClientRequestHandler.java位于客户端对客户端发出的XML文档进行加密                WSServerRequestHandler.java位于服务器]]></description><category></category></item><item><title><![CDATA[WS安全性问题（2）]]></title><link>https://blog.csdn.net/autoair/article/details/564267</link><guid>https://blog.csdn.net/autoair/article/details/564267</guid><author>autoair</author><pubDate>Wed, 28 Dec 2005 17:42:00 +0800</pubDate><description><![CDATA[ 建立安全的AXIS服务在前面的文章中，我们实现了最简单的AXIS服务。现在我们一起来讨论一下Web服务的安全问题。根据应用的对安全要求的级别不同，可以采用不同的方式来实现安全性，以下是目前最常用的一些实现方式（从低到高排列）：    1、J2EE Web应用默认的访问控制（数据是明文的）；     2、使用axis的Handler进行访问控制（数据是明文的）；     3、使用Servlet过滤]]></description><category></category></item><item><title><![CDATA[window cmd命令行中对于空格是敏感的]]></title><link>https://blog.csdn.net/autoair/article/details/564024</link><guid>https://blog.csdn.net/autoair/article/details/564024</guid><author>autoair</author><pubDate>Wed, 28 Dec 2005 15:16:00 +0800</pubDate><description><![CDATA[如果你的folder里有空格，一些命令就执行不了我在配置第二种AXIS WS服务器方法的时候，就遇到这样的问题，总是提示某些class没有找到，结果一看...Apache的路径有空格....汗死了]]></description><category></category></item><item><title><![CDATA[AXIS－》WS安全－》1]]></title><link>https://blog.csdn.net/autoair/article/details/563985</link><guid>https://blog.csdn.net/autoair/article/details/563985</guid><author>autoair</author><pubDate>Wed, 28 Dec 2005 14:44:00 +0800</pubDate><description><![CDATA[Handler的基本概念J2EE Web 服务中的Handler技术特点非常像Servlet技术中的Filter。我们知道，在Servlet中，当一个HTTP到达服务端时，往往要经过多个Filter对请求进行过滤，然后才到达提供服务的Servlet，这些Filter的功能往往是对请求进行统一编码，对用户进行认证，把用户的访问写入系统日志等。相应的，Web服务中的Handler通常也提供一下的功能：]]></description><category></category></item><item><title><![CDATA[昨天Java版被问的问题，关于WS的]]></title><link>https://blog.csdn.net/autoair/article/details/563669</link><guid>https://blog.csdn.net/autoair/article/details/563669</guid><author>autoair</author><pubDate>Wed, 28 Dec 2005 10:37:00 +0800</pubDate><description><![CDATA[jwsclasses（tomcat）和classes文件夹里面放的dd有啥区别啊？我答：jwsclasses是自动生成的，又jws生成的而作为WSDL提供给客户调用的而classes里面放置服务器端被使用但是不为客户端调用的....mmd，意思对了.....还有，这个问题出的是下面的代码（WSDL文件在浏览器中找不到，而出现如下错误）AxisFault faultCode: {http://sch]]></description><category></category></item><item><title><![CDATA[web语义....]]></title><link>https://blog.csdn.net/autoair/article/details/563663</link><guid>https://blog.csdn.net/autoair/article/details/563663</guid><author>autoair</author><pubDate>Wed, 28 Dec 2005 10:33:00 +0800</pubDate><description><![CDATA[1.语义Web到底有什么优越性？（很少看到非常能说服人得）确实语义web的优越性很难说的清楚，因为还没有一个真正使用的SW的模型出来，因此很多说法只能停留在理论层面上。而且SW的目标是实现机器来理解，这一步现在依然还很远。但是我觉得SW还是有一些优点的，就像在我的实验系统中所要强调的那样。（1）表达方式的变化，举个例子：现存在三篇文献a、b、c分别具有URI : http://www.my.com]]></description><category></category></item><item><title><![CDATA[惭愧，WS的时候Tomcat竟然出问题，而且自己没能力解决]]></title><link>https://blog.csdn.net/autoair/article/details/563304</link><guid>https://blog.csdn.net/autoair/article/details/563304</guid><author>autoair</author><pubDate>Tue, 27 Dec 2005 14:54:00 +0800</pubDate><description><![CDATA[今天我终于把TOMCAT配置成功了！刚开始郁闷了半天，最后终于由郁闷转为喜悦！！下面我讲一下我的配置过程，把我的经验教训拿出来和大家分享，希望对有些人有所帮助！    刚开始我是照着飞思科技产品研发中心的那本《JSP教程》配的，JDK已经配置过了，而且调试了没问题。我从sun网站下载的TOMCAT版本是jakarta-tomcat-4.1.31.exe，我把它安装在C:/Apache Group/]]></description><category></category></item><item><title><![CDATA[公司的HR mm Jenny写的西安印象]]></title><link>https://blog.csdn.net/autoair/article/details/563193</link><guid>https://blog.csdn.net/autoair/article/details/563193</guid><author>autoair</author><pubDate>Tue, 27 Dec 2005 12:09:00 +0800</pubDate><description><![CDATA[一个上海人对西安的印象, 我看了后不自觉的感到欣慰, 贴之Jenney@SDC西安归来   去西安之前我的想象是这样子 我独自穿梭在熙熙攘攘的大街上 注意是独自 因为如果有两人同行 也就没什么可以想象   整个画面的基调应该是土黄色的 然后被强烈的太阳光渲染成金色 在金色的基调里浮现出五颜六色流动的人群 场景则是类似于高英的某片课文中提到的Middle Eastern Bazaar那样 喧闹 迂回]]></description><category></category></item><item><title><![CDATA[呵呵, 本命年]]></title><link>https://blog.csdn.net/autoair/article/details/562310</link><guid>https://blog.csdn.net/autoair/article/details/562310</guid><author>autoair</author><pubDate>Mon, 26 Dec 2005 11:38:00 +0800</pubDate><description><![CDATA[这一年要做的事情挺多啊....找工作, 找一个好工作, 写一些质量比较高的文章, 提高自己的开发水平....研究生的日子, 好像很快就要过去了...面对本命年, 有点惶恐的感觉, 都说这一年不怎么好呢.....刚才看了interma的blog, 感觉自己仍有很多东西要做啊.....]]></description><category></category></item><item><title><![CDATA[工作是这样的]]></title><link>https://blog.csdn.net/autoair/article/details/554152</link><guid>https://blog.csdn.net/autoair/article/details/554152</guid><author>autoair</author><pubDate>Fri, 16 Dec 2005 17:50:00 +0800</pubDate><description><![CDATA[呵呵, 自己的价值, 往往只有自己知道心态很重要啊...]]></description><category></category></item><item><title><![CDATA[dynamic_cast]]></title><link>https://blog.csdn.net/autoair/article/details/546846</link><guid>https://blog.csdn.net/autoair/article/details/546846</guid><author>autoair</author><pubDate>Thu, 08 Dec 2005 11:35:00 +0800</pubDate><description><![CDATA[class CBase{public:int m_base;void SetBase(){m_base = 5;cout}virtual void func(){}};class CA:public CBase{public:int m_a;void SetA(){m_a = 6;cout}virtual void func(){cout}};class CB:public CBase{publi]]></description><category></category></item></channel></rss>