<?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>向来自遥远星系的勇士致敬</title>
			    <link>http://space.itpub.net/?uid-12921506</link>
			    <description>假如这个世界上只剩下你一个人，当你正坐在屋子里的时候，这时突然响起了敲门声...</description>
			    <copyright>Copyright(C) 向来自遥远星系的勇士致敬</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Sat, 17 May 2008 17:25:30 GMT</lastBuildDate><item>
								<title>在Firefox中通过AJAX跨域访问Web资源</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-269243</link>
								<description><![CDATA[
			
			<span style="font-size: 14pt;"><span style="font-size: 12pt;"><strong style="color: red;">本文为原创，如需转载，请注明作者和出处，谢谢！</strong></span></span><br><br>
			<b>一、解决在firefox中无法跨域访问的问题</b><br>
<br>
AJAX从本质上讲...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 15 May 2008 22:21:08 GMT</pubDate>
							</item>
							<item>
								<title>Struts2教程9：实现自已的拦截器</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-263733</link>
								<description><![CDATA[<span style="color: rgb(255, 1, 2);">
			本文为原创，如需转载，请注明作者和出处，谢谢！</span><br>
<br>
&nbsp; &nbsp; 在上一篇中介绍了Struts2拦截器的原理，在这一篇中我们将学习一下如何编写自己的拦截器。<br>
<br>
一、拦截器的实现<br>
&nbsp; &nbsp;&...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Fri, 09 May 2008 20:57:58 GMT</pubDate>
							</item>
							<item>
								<title>在Spring2.5中定制自己的属性编辑器</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-263085</link>
								<description><![CDATA[<font color="Red">本文为原创，如需转载，请注明作者和出处，谢谢！</font><br><br>
			装配Bean是Spring的一个非常重要的功能。我们可以通过Spring在XML文件中配置Java Bean，然后通过ApplicationContext来获得Bean的对象实例。在配置Bean时，需要对构造方法的参数，属...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Wed, 07 May 2008 14:00:48 GMT</pubDate>
							</item>
							<item>
								<title>C# 之泛型详解</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-263086</link>
								<description><![CDATA[我们在编写程序时，经常遇到两个模块的功能非常相似，只是一个是处理int数据，另一个是处理string数据，或者其他自定义的数据类型，但我们没有办法，只能分别写多个方法处理每个数据类型，因为方法的参数类型不同。有没有一种办法，在方法中传入通用的数据类型，这样不就可...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Wed, 07 May 2008 13:58:36 GMT</pubDate>
							</item>
							<item>
								<title>工厂模式与OO设计原则</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-263084</link>
								<description><![CDATA[如果把创建看作一个职责，那么系统中的哪个对象应该拥有这个职责呢？如果把创建看作知识，那么创建知识应该放置在什么地方呢？说到职责我们不得不说一下著名的GRASP原则：<br />
<br />
GRASP是通用职责分配软件模式（General Responsibility Assignment Software patte...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Tue, 06 May 2008 19:35:01 GMT</pubDate>
							</item>
							<item>
								<title>使用Netbeans开发Seam应用(一)</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-263083</link>
								<description><![CDATA[Seam是一个挺不错的框架,但是用netbeans来开发它,却有点难度,因为目前netbeans没有seam插件,不像Eclipse有jboss 提供的官方插件,但是插件是死的,人是活的,它要能跑起起来,一定有它的配置,下面我们就用netbeans做为IDE来开发一个seam的应用.<br />
<br />
当然,我们还有另...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Tue, 06 May 2008 19:33:04 GMT</pubDate>
							</item>
							<item>
								<title>没有父类的Java Class是如何从Object继承的</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261574</link>
								<description><![CDATA[<font color="Red">本文为原创，如需转载，请注明作者和出处，谢谢！<br></font><br>经常有Java初学者会问为什么一个没有父类的Java类会自动从java.lang.Object类继承。如下面是一个普通的Java类：<br>
<br>
public class Test&nbsp; &nbsp; // 从Object类继承<br>
{<b...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Tue, 06 May 2008 15:54:02 GMT</pubDate>
							</item>
							<item>
								<title>用属性封装 Session 及 VIewState 的存取</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261509</link>
								<description><![CDATA[在 ASP.NET 程序中常会 Session 及 VIewState 储存状态，一般的写法都是直接存取 Session 或 ViewState，例如将变量值储存于 Session 的写法如下。<br />
1&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'将变量值储存于 Session 中。<br />
2&nbsp; &nbsp;&nbsp; &nbsp;&nbsp...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Mon, 05 May 2008 20:51:41 GMT</pubDate>
							</item>
							<item>
								<title>JNI的中文问题</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261508</link>
								<description><![CDATA[网上有一篇关于JNI中文问题的文章，写得很详细，<a href="http://www.vckbase.com/document/viewdoc/?id=1611" target="_blank">http://www.vckbase.com/document/viewdoc/?id=1611</a><br />
<br />
我在这里主要是想说说我碰到的一些问题，并且希望能从各位老大身上获...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Mon, 05 May 2008 20:47:58 GMT</pubDate>
							</item>
							<item>
								<title>用javascript实现较为通用的客户端分页组件</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261507</link>
								<description><![CDATA[1、测试页面<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
 &lt;script src=&quot;pageSystem.js&quot;&gt;&lt;/script&gt;<br />
 &lt;script&gt;<br />
&nbsp; &nbsp;var psys;<br />
&nbsp; &nbsp;window.onload = function() {<br />
&nbsp; &nbsp; psys = ne...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Mon, 05 May 2008 20:46:48 GMT</pubDate>
							</item>
							<item>
								<title>数据表的设计原则</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261506</link>
								<description><![CDATA[(1)不应针对整个系统进行数据库设计，而应该根据系统架构中的组件划分，针对每个组件所处理的业务进行组件单元的数据库设计；不同组件间所对应的数据库表之间的关联应尽可能减少，如果不同组件间的表需要外键关联也尽量不要创建外键关联，而只是记录关联表的一个主键，确保...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Mon, 05 May 2008 20:44:51 GMT</pubDate>
							</item>
							<item>
								<title>Spring2.5有哪些改进</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261505</link>
								<description><![CDATA[Spring2.5rc1发布了，一直想知道它葫芦里卖什么药，以下是文档里的change.log<br />
 <br />
1． JDK版本： JDK至少要1.4.2以上，如果仍然打算使用1.3的话就请用2.0.6/2.0.7版本吧。<br />
2． Jar 包：SpringMVC 不再使用spring.jar 这个庞大的包了。 Spring-webmvc.j...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Mon, 05 May 2008 15:35:10 GMT</pubDate>
							</item>
							<item>
								<title>Struts2教程8：拦截器概述</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259935</link>
								<description><![CDATA[
			<font color="Red">本文为原创，如需转载，请注明作者和出处，谢谢！</font><br>
<br>
&nbsp; &nbsp; Struts2的拦截器和Servlet过滤器类似。在执行Action的execute方法之前，Struts2会首先执行在struts.xml中引用的拦截器，在执行完拦截器后，最后会执行Action的ex...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Sun, 04 May 2008 14:52:21 GMT</pubDate>
							</item>
							<item>
								<title>Web2.0经济前途未卜 创新者该何去何从</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259941</link>
								<description><![CDATA[4月29日国际报道 这阵子几乎无所不在的数字媒体博客Mashable，借上周旧金山的Web 2.0大会，为新成立的社交媒体站Chi.mp举办开站狂欢派对，气氛之热闹疯狂，为IT业少见。<br />
<br />
在酒酣耳热伴随着震耳欲聋的电子舞曲中，一位知名的科技业老将被问到Chi.mp到底是什么...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 18:47:33 GMT</pubDate>
							</item>
							<item>
								<title>WPF中嵌入普通Win32程序的方法</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259940</link>
								<description><![CDATA[公司现在在研发基于.Net中WPF技术的产品，由于要兼容旧有产品，比如一些旧有的Win32程序、第三方的Win32程序等等，还要实现自动登录这些外部Win32程序，因此必须能够将这些程序整合到我们的系统中来，让使用者看起来它们好像是一个程序。<br />
<br />
在MSDN中有专门的...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 18:16:11 GMT</pubDate>
							</item>
							<item>
								<title>字符串的压缩和解压缩</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259944</link>
								<description><![CDATA[数据传输时，有时需要将数据压缩和解压缩，本例使用GZIPOutputStream/GZIPInputStream实现。<br />
<br />
1、使用ISO-8859-1作为中介编码，可以保证准确还原数据<br />
2、字符编码确定时，可以在uncompress方法最后一句中显式指定编码<br />
import java.io.ByteArr...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 18:14:19 GMT</pubDate>
							</item>
							<item>
								<title>JAVA 对象拷贝</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259943</link>
								<description><![CDATA[JAVA 对象拷贝<br />
<br />
为什么需要有对象拷贝？<br />
<br />
对象拷贝相对的自然是引用拷贝。java初学者经常会问，我这个方法要改变一个对象的属性，可以把参数传进去了，为什么没有改变了？<br />
<br />
——基本数据类型传值，而对象传引用或引用的拷贝。<...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 18:12:57 GMT</pubDate>
							</item>
							<item>
								<title>开源.NET项目是否受到微软冷遇？</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259939</link>
								<description><![CDATA[鉴于产品开发目的的不同，微软永远不可能与开源社区走到同一条道路上来，但并不排斥双方有合作的可能。然而，让我们感到奇怪的是，一直以来微软对于开源的态度始终让人捉摸不定，时而漠不关心，时而高调抨击，时而又主动示好。<br />
<br />
&nbsp; &nbsp;目前，我们唯一...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 18:04:38 GMT</pubDate>
							</item>
							<item>
								<title>WCF的用户名密码认证</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259938</link>
								<description><![CDATA[以前我们用WebService做分布式系统的时候，认证是个麻烦的问题，通常的做法是继承一个SoapHeader，把用户名和密码放到里面，每调用一个方法都要把用户名和密码传递给服务器端来验证 ，效率相当低，代码编写相当的麻烦，而且还不安全！<br />
<br />
WCF支持多种认证技术...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 18:02:30 GMT</pubDate>
							</item>
							<item>
								<title>asp.net Ajax 终极解决方案</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259937</link>
								<description><![CDATA[ajax 在目前 web 领域已广泛应用，其真正核心只不过是一个封装好了的 js 库。最五花八门的莫过于 asp.net 的控件，我个人认为 ajax 只是一个轻量级的东西，根本没有必要将它写成服务器组件，如 ajax.net、AjaxControlToolkit 等。所以我一直视这些组件为垃圾。。。<br />...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 18:00:37 GMT</pubDate>
							</item>
							<item>
								<title>ASPNet_Compiler的编译过程</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259936</link>
								<description><![CDATA[最近手头的一个ASP.Net的项目不时会出现编译错误，提示某个控件ascx类不存在，但该控件明明就在同一个网站下。错误有时候会突然出现，而一旦出现错误再多次编译也无法消除。由于公司使用脚本编译，所以就用ProcExp看了一下到底编译时执行了什么：<br />
aspnet_compiler....]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:59:05 GMT</pubDate>
							</item>
							<item>
								<title>mysql 权限控制笔记</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259934</link>
								<description><![CDATA[*&nbsp;&nbsp;阶段1：服务器检查是否允许你连接。<br />
&nbsp; &nbsp; * 阶段2：假定你能连接，服务器检查你发出的每个请求。看你是否有足够的权限实施它。例如，如果你从数据库表中选择(select)行或从数据库删除表，服务器确定你对表有SELECT权限或对数据库有DROP权限。...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:56:59 GMT</pubDate>
							</item>
							<item>
								<title>用Java获得当前性能信息</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-259942</link>
								<description><![CDATA[在Java中，可以获得总的物理内存、剩余的物理内存、已使用的物理内存等信息，本例讲解如何取得这些信息，并且获得在Windows下的内存使用率。<br />
&nbsp; &nbsp;&nbsp;&nbsp;首先编写一个MonitorInfoBean类，用来装载监控的一些信息，包括物理内存、剩余的物理内存、已使...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:16:17 GMT</pubDate>
							</item>
							<item>
								<title>熟悉的地方没有风景</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261517</link>
								<description><![CDATA[美国《幸福》杂志曾在征答栏中刊登过这么一个题目：假如让你重新选择，你做什么？一位军界要人的回答，是去乡间开一个杂货铺；一位女部长的答案，是到哥斯达黎加的海滨经营一个小旅馆；一位市长的愿望是改行当摄影记者；一位劳动部长是想做一家饮料公司的经理。几位商人的...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:12:11 GMT</pubDate>
							</item>
							<item>
								<title>幽默尽显哲理</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261516</link>
								<description><![CDATA[事实证明在这个世界上，感情经得起风雨，却经不起平淡；友情经得起平淡，却经不起风雨。<br />
<br />
人生没有彩排，每天都是直播；不仅收视率低，而且工资不高。<br />
<br />
能用钱解决的问题都不是问题，可问题是我是穷人。<br />
<br />
春天到了，小树发芽了...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:11:00 GMT</pubDate>
							</item>
							<item>
								<title>三则哲理小故事</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261515</link>
								<description><![CDATA[一、有一位表演大师上场前，他的弟子告诉他鞋带松了。大师点头致谢，蹲下来仔细系。<br />
等到弟子转身后，又蹲下来将鞋带解松。有个旁观者看到了这一切，不解地问：“大师，您为什么又要将鞋带解松呢？”大师回答道：“因为我饰演的是一位劳累的旅者，长途跋涉让他的鞋...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:09:00 GMT</pubDate>
							</item>
							<item>
								<title>人生的价值-名人名言</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261514</link>
								<description><![CDATA[人生应该如蜡烛一样，从顶燃到底，一直都是光明的。　—萧楚女<br />
<br />
人生的价值，即以其人对于当代所做的工作为尺度。　—徐玮<br />
<br />
路是脚踏出来的，历史是人写出来的。人的每一步行动都在书写自己的历史。　—吉鸿昌<br />
<br />
春蚕到死丝方尽...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:07:43 GMT</pubDate>
							</item>
							<item>
								<title>微笑着去唱生活的歌谣</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-261513</link>
								<description><![CDATA[微笑着，去唱生活的歌谣。不要抱怨生活给予了太多的磨难，不必抱怨生命中有太多的曲折。大海如果失去了巨浪的翻滚，就会失去雄浑，沙漠如果失去了飞沙的狂舞，就会失去壮观，人生如果仅去求得两点一线的一帆风顺，生命也就失去了存在的魅力。<br />
<br />
　　微笑着，...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Thu, 01 May 2008 17:06:33 GMT</pubDate>
							</item>
							<item>
								<title>SQL语句优化技术分析</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-255850</link>
								<description><![CDATA[最近几周一直在进行数据库培训，老师精湛的技术和生动的讲解使我受益匪浅。为了让更多的新手受益，我抽空把SQL语句优化部分进行了整理，希望大家一起进步。<br />
<br />
一、操作符优化<br />
<br />
1、IN 操作符<br />
<br />
用IN写出来的SQL的优点是比较容易写...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Tue, 29 Apr 2008 15:44:24 GMT</pubDate>
							</item>
							<item>
								<title>用Clr实现的sql表值函数splitIDs</title>
								<link>http://space.itpub.net/?uid-12921506-action-viewspace-itemid-255849</link>
								<description><![CDATA[在我们需要批量删除数据，或者批量修改实体的状态时，为了性能我们会直接写一个存储过程，并将这一批数据的id用“,”分隔传递给一个存储过程，然后在存储过程中拆分这个字符串，然后执行删除或者更新状态操作。以前每次执行这种操作时我都会在存储过程中拆分字符串。现在s...]]></description>
								<category>blog</category>
								<author>银河使者</author>
								<pubDate>Tue, 29 Apr 2008 15:42:09 GMT</pubDate>
							</item>
							
		</channel>
	</rss>