<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>kt400_hhx的专栏</title><link>http://blog.csdn.net/kt400_hhx/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 30 Mar 2008 02:19:47 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>kt400_hhx</dc:creator><title>亚信面试笔试~~</title><link>http://blog.csdn.net/kt400_hhx/archive/2008/03/30/2229731.aspx</link><pubDate>Sun, 30 Mar 2008 02:20:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2008/03/30/2229731.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/2229731.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2008/03/30/2229731.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/2229731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2229731</trackback:ping><description>    前几天接到亚信的面试通知，很诧异！因为我投的简历是去年这个的事情了， 那段时间我人生的低谷，面试了很多公司也没有被那个公司录用~还有很多公司面试机会也没给~其中就包括亚信！此时我已经在某知名公司上班了，时间很紧张没有空~但是很想了解亚信是怎么样一个公司、面试笔试的要求、呵呵，顺便测试一下自己掌握的情况，所以决定深入虎穴··&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/2229731.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>JNDI 是个什么东东?</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/09/16/1787040.aspx</link><pubDate>Sun, 16 Sep 2007 11:31:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/09/16/1787040.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1787040.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/09/16/1787040.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1787040.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1787040</trackback:ping><description>JNDI 是个什么东东?
JNDI是 Java 命名与目录接口（Java Naming and Directory Interface），在J2EE规范中是重要的规范之一，不少专家认为，没有透彻理解JNDI的意义和作用，就没有真正掌握J2EE特别是EJB的知识。
那么，JNDI到底起什么作用？&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1787040.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>jni JAVA调用本地步骤、方法</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770089.aspx</link><pubDate>Mon, 03 Sep 2007 13:08:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770089.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1770089.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770089.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1770089.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1770089</trackback:ping><description>Java不是完美的，Java的不足除了体现在运行速度上要比传统的C++慢许多之外，Java无法直接访问到操作系统底层（如系统硬件等)，为此Java使用native方法来扩展Java程序的功能。&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1770089.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>Java: JNI完全手册</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770085.aspx</link><pubDate>Mon, 03 Sep 2007 13:04:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770085.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1770085.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770085.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1770085.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1770085</trackback:ping><description>JAVA以其跨平台的特性深受人们喜爱，而又正由于它的跨平台的目的，使得它和本地机器的各种内部联系变得很少，约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。　　JAVA通过JNI调用本地方法，而本地方法是以库文件的形式存放的（在WINDOWS平台上是DLL文件形式，在UNIX机器上是SO文件形式）。通过调用本地的库文件的内部方法，使JAVA可以实现和本地机器的紧密联系，调用系统级的各接口方法。 &lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1770085.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>JNI （JAVA NATIVE METHOD）JAVA和其他程序交互</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770082.aspx</link><pubDate>Mon, 03 Sep 2007 13:02:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770082.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1770082.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/09/03/1770082.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1770082.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1770082</trackback:ping><description> 简单地讲，一个Native Method就是一个java调用非java代码的接口。一个Native Method是这样一个java的方法：该方法的实现由非java语言实现，比如C。这个特征并非java所特有，很多其它的编程语言都有这一机制，比如在C＋＋中，你可以用extern "C"告知C＋＋编译器去调用一个C的函数。
&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1770082.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>Oracle数据库数据对象分析--入门必读</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/12/1649133.aspx</link><pubDate>Tue, 12 Jun 2007 14:37:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/12/1649133.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1649133.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/12/1649133.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1649133.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1649133</trackback:ping><description>Oracle数据库数据对象中最基本的是表和视图，其他还有约束、序列、函数、存储过程、包、触发器等。对数据库的操作可以基本归结为对数据对象的操作,理解和掌握Oracle数据库对象是学习Oracle的捷径。&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1649133.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>开发人员要掌握的关于Unicode和字符集的基础知识 </title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1642734.aspx</link><pubDate>Thu, 07 Jun 2007 17:27:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1642734.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1642734.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1642734.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1642734.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1642734</trackback:ping><description>开发人员要掌握的关于Unicode和字符集的基础知识 
 
&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1642734.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>深入剖析Java编程中的中文问题及建议最优解决方法--全面-深入</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1642339.aspx</link><pubDate>Thu, 07 Jun 2007 14:11:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1642339.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1642339.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1642339.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1642339.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1642339</trackback:ping><description>本文深入分析了Java程序设计中Java编译器对java源文件和JVM对class类文件的编码/解码过程，通过此过程的解析透视出了Java编程中中文问题产生的根本原因，最后给出了建议的最优化的解决Java中文问题的方法。&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1642339.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>字体编码学习-Java 编程技术中汉字问题的分析及解决 ---JAVA汉字显示问题的解决方案 </title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641590.aspx</link><pubDate>Thu, 07 Jun 2007 02:31:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641590.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1641590.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641590.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1641590.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641590</trackback:ping><description>字体编码学习-Java 编程技术中汉字问题的分析及解决 ---JAVA汉字显示问题的解决方案 &lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1641590.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>深入剖析Java编程中的中文问题及建议最优解决方法--全篇--经典不得不看</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641586.aspx</link><pubDate>Thu, 07 Jun 2007 02:26:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641586.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1641586.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641586.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1641586.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641586</trackback:ping><description>文深入分析了Java程序设计中Java编译器对java源文件和JVM对class类文件的编码/解码过程，通过此过程的解析透视出了Java编程中中文问题产生的根本原因，最后给出了建议的最优化的解决Java中文问题的方法。
&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1641586.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>jsp乱码解决大全</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641574.aspx</link><pubDate>Thu, 07 Jun 2007 01:44:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641574.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1641574.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641574.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1641574.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641574</trackback:ping><description>jsp中文显示乱码解决方案2006-12-27 22:56

一、JSP页面显示乱码

二、表单提交中文时出现乱码

三、数据库连接
&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1641574.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>null id in entry (don't flush the Session after an exception occurs)</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641517.aspx</link><pubDate>Thu, 07 Jun 2007 00:13:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641517.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1641517.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/07/1641517.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1641517.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641517</trackback:ping><description>javax.servlet.ServletException: null id in entry (don't flush the Session after an exception occurs)
	org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:523)
	org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
	org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
	org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1641517.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>http-equiv属性</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641336.aspx</link><pubDate>Wed, 06 Jun 2007 21:54:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641336.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1641336.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641336.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1641336.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641336</trackback:ping><description>、和 用以说明主页制作所使用的文字以及语言；又如英文是ISO-8859-1字符集，还有BIG5、utf-8、shift-Jis、Euc、Koi8-2等字符集； 
&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1641336.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>有关JSP/Servlet的重定向技术综述---很全面</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641325.aspx</link><pubDate>Wed, 06 Jun 2007 21:46:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641325.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1641325.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641325.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1641325.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641325</trackback:ping><description>有关JSP/Servlet的重定向技术综述如下

1.RequestDispatcher.forward()
是在服务器端起作用,当使用forward()时,Servlet engine传递HTTP请求从当前的Servlet or JSP到另外一个Servlet,JSP 或普通HTML文件,也即你的form提交至a.jsp,在a.jsp用到了forward()重定向至b.jsp,此时form提交的所有信息在b.jsp都可以获得,参数自动传递.
&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1641325.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>kt400_hhx</dc:creator><title>JSP/Servlet应用程序优化八法</title><link>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641304.aspx</link><pubDate>Wed, 06 Jun 2007 21:30:00 GMT</pubDate><guid>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641304.aspx</guid><wfw:comment>http://blog.csdn.net/kt400_hhx/comments/1641304.aspx</wfw:comment><comments>http://blog.csdn.net/kt400_hhx/archive/2007/06/06/1641304.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kt400_hhx/comments/commentRss/1641304.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641304</trackback:ping><description>你的J2EE应用是不是运行的很慢？它们能不能承受住不断上升的访问量？本文讲述了开发高性能、高弹性的JSP页面和Servlet的性能优化技术。其意思是建立尽可能快的并能适应数量增长的用户及其请求。在本文中，我将带领你学习已经实践和得到证实的性能调整技术，它将大大地提高你的servlet和jsp页面的性能，进而提升J2EE的性能。这些技术的部分用于开发阶段，例如，设计和编码阶段。另一部分技术则与配置相关。

&lt;img src ="http://blog.csdn.net/kt400_hhx/aggbug/1641304.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>