<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[xinew的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/xinew</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; xinew]]></copyright><item><title><![CDATA[Java compiler level does not match the version of the installed Java project fac]]></title><link>https://blog.csdn.net/xinew/article/details/6694773</link><guid>https://blog.csdn.net/xinew/article/details/6694773</guid><author>xinew</author><pubDate>Wed, 17 Aug 2011 14:14:10 +0800</pubDate><description><![CDATA[Java compiler level does not match the version of the installed Java project fac


博客分类：
J2EE 
Java

Java compiler与
Java project fac]]></description><category></category></item><item><title><![CDATA[The constructor BASE64Encoder() is not accessible due to restriction on required library]]></title><link>https://blog.csdn.net/xinew/article/details/6694662</link><guid>https://blog.csdn.net/xinew/article/details/6694662</guid><author>xinew</author><pubDate>Wed, 17 Aug 2011 13:37:27 +0800</pubDate><description><![CDATA[The constructor BASE64Encoder() is not accessible due to restriction on required library
2010-10-18 16:05




在Eclipse中编写Java代码时，用到了BA]]></description><category></category></item><item><title><![CDATA[J2EE-RBAC权限管理]]></title><link>https://blog.csdn.net/xinew/article/details/6693134</link><guid>https://blog.csdn.net/xinew/article/details/6693134</guid><author>xinew</author><pubDate>Tue, 16 Aug 2011 22:06:45 +0800</pubDate><description><![CDATA[J2EE-RBAC权限管理 
前不久在http://blog.chinaunix.net/u1/52224/showart_410119.html讲述了业务系统的权限管理模型，并在http://blog.chinaunix.net/u1/52224/showart_412714]]></description><category></category></item><item><title><![CDATA[java面试笔试题大汇总]]></title><link>https://blog.csdn.net/xinew/article/details/6683441</link><guid>https://blog.csdn.net/xinew/article/details/6683441</guid><author>xinew</author><pubDate>Sat, 13 Aug 2011 01:05:38 +0800</pubDate><description><![CDATA[java面试笔试题大汇总 

JAVA相关基础知识 
1、面向对象的特征有哪些方面 
1.抽象： 
抽象就是忽略一个主题中与当前目标无关的那些方面，以便更充分地注意与当前目标有关的方面。抽象并不打算了解全部问题，而只是选择其中的一部分，暂时不用部分细节。抽象包括两个方面]]></description><category></category></item><item><title><![CDATA[JSP中page指令isThreadSafe]]></title><link>https://blog.csdn.net/xinew/article/details/6683438</link><guid>https://blog.csdn.net/xinew/article/details/6683438</guid><author>xinew</author><pubDate>Sat, 13 Aug 2011 01:04:13 +0800</pubDate><description><![CDATA[默认值为true

isThreadSafe=false模式表示它是以Singleton模式运行。
该模式implements了接口SingleThreadMode,
该模式同一时刻只有一个实例，不会出现信息同步与否的概念。
若多个用户同时访问一个这种模式的页面，
那]]></description><category></category></item><item><title><![CDATA[java.lang.StringBuffer与java.lang.StringBuilder的作用?区别是什么?]]></title><link>https://blog.csdn.net/xinew/article/details/6683413</link><guid>https://blog.csdn.net/xinew/article/details/6683413</guid><author>xinew</author><pubDate>Sat, 13 Aug 2011 00:34:47 +0800</pubDate><description><![CDATA[java.lang.StringBuffer线程安全的可变字符序列。一个类似于 String 的字符串缓冲区，但不能修改。虽然在任意时间点上它都包含某种特定的字符序列，但通过某些方法调用可以改变该序列的长度和内容。 

可将字符串缓冲区安全地用于多个线程。可以在必要时对这些方]]></description><category></category></item><item><title><![CDATA[String和StringBuffer的区别]]></title><link>https://blog.csdn.net/xinew/article/details/6683409</link><guid>https://blog.csdn.net/xinew/article/details/6683409</guid><author>xinew</author><pubDate>Sat, 13 Aug 2011 00:30:14 +0800</pubDate><description><![CDATA[String和StringBuffer的区别，网上资料可以说是数不胜数，但是看到这篇文章，感觉里面做的小例子很有代表性，所以转一下，并自己做了一点总结。 

在java中有3个类来负责字符的操作。 
1.Character 是进行单个字符操作的 
2.String 对一串]]></description><category></category></item><item><title><![CDATA[linux 启动 sendmail 和 sm-client 慢的解决办法]]></title><link>https://blog.csdn.net/xinew/article/details/6674783</link><guid>https://blog.csdn.net/xinew/article/details/6674783</guid><author>xinew</author><pubDate>Wed, 10 Aug 2011 10:07:53 +0800</pubDate><description><![CDATA[Linux系统sendmail启动速度慢的解决办法

最近想学点rac的东西,于是在爱机上面装起了redhat 4U4,装机很顺利,可是启动的时候发现sendmail
很慢,找了相关资料,终于摆平哈哈.
在大部分Linux发行版本中，sendmail这个古老的邮件系统包是]]></description><category></category></item><item><title><![CDATA[权限系统概要]]></title><link>https://blog.csdn.net/xinew/article/details/6654417</link><guid>https://blog.csdn.net/xinew/article/details/6654417</guid><author>xinew</author><pubDate>Tue, 02 Aug 2011 16:43:14 +0800</pubDate><description><![CDATA[（轉）权限系统概要（收集，整理） 
來自：　http://www.jdon.com/article/7309.html
前言：
权限往往是一个极其复杂的问题，但也可简单表述为这样的逻辑表达式：判断“Who对What(Which)进行How的操作”的逻辑表达式是否为真。针对不]]></description><category></category></item><item><title><![CDATA[I did an SDK update last night and it moved adb.exe. In its place it left a file called "adb_has_mov]]></title><link>https://blog.csdn.net/xinew/article/details/6652315</link><guid>https://blog.csdn.net/xinew/article/details/6652315</guid><author>xinew</author><pubDate>Mon, 01 Aug 2011 23:48:10 +0800</pubDate><description><![CDATA[I did an SDK update last night and it moved adb.exe. In its place it left a file called "adb_has_moved.txt" saying


The adb tool has mov]]></description><category></category></item><item><title><![CDATA[Android Please execute ‘adb uninstall com.ims.poc.ui’ in a shell.]]></title><link>https://blog.csdn.net/xinew/article/details/6652298</link><guid>https://blog.csdn.net/xinew/article/details/6652298</guid><author>xinew</author><pubDate>Mon, 01 Aug 2011 23:37:32 +0800</pubDate><description><![CDATA[Android Please execute ‘adb uninstall com.ims.poc.ui’ in a shell.


Android 错误范例:
[2010-03-23 11:57:49 - Poc]Re-installation failed due]]></description><category></category></item><item><title><![CDATA[Tomcat 6 虚拟目录配置方法]]></title><link>https://blog.csdn.net/xinew/article/details/6642864</link><guid>https://blog.csdn.net/xinew/article/details/6642864</guid><author>xinew</author><pubDate>Fri, 29 Jul 2011 09:36:51 +0800</pubDate><description><![CDATA[Tomcat 6 虚拟目录配置方法 Posted on 2009-06-04 14:04 梅桦 阅读(1133) 评论(0) 编辑 收藏 第一种方法设虚拟目录 "myweb"，通过 http://localhost:8080/myweb 访问物理路径 L:\java\JWeb 文]]></description><category></category></item><item><title><![CDATA[Eclipse和MyEclipse的区别]]></title><link>https://blog.csdn.net/xinew/article/details/6639986</link><guid>https://blog.csdn.net/xinew/article/details/6639986</guid><author>xinew</author><pubDate>Thu, 28 Jul 2011 10:05:45 +0800</pubDate><description><![CDATA[Eclipse和MyEclipse的区别 2010年6月8日 由 gaoshang 留言 »        Eclipse和MyEclipse的区别：Eclipse:1.Eclipse是一个IDE, 英文：Integrated Developing Environment(集成开]]></description><category></category></item><item><title><![CDATA[修改window下dos窗口的编码为utf8]]></title><link>https://blog.csdn.net/xinew/article/details/6639981</link><guid>https://blog.csdn.net/xinew/article/details/6639981</guid><author>xinew</author><pubDate>Thu, 28 Jul 2011 10:03:37 +0800</pubDate><description><![CDATA[在中文Windows系统中，如果一个文本文件是UTF-8编码的，那么在CMD.exe命令行窗口（所谓的DOS窗口）中不能正确显示文件中的内容。在默认情况下，命令行窗口中使用的代码页是中文或者美国的，即编码是中文字符集或者西文字符集。如果想正确显示UTF-8字符，可以按照以下步骤操]]></description><category></category></item><item><title><![CDATA[安装PHP5.2.5@Tomcat6]]></title><link>https://blog.csdn.net/xinew/article/details/6637867</link><guid>https://blog.csdn.net/xinew/article/details/6637867</guid><author>xinew</author><pubDate>Wed, 27 Jul 2011 15:05:42 +0800</pubDate><description><![CDATA[安装PHP5.2.5@Tomcat6on 2011-3-11 in web服务器 | 0 Comment   搞不定PHP5.3，只好找PHP5.2.5的來試，因為網路上找到的都是這個版本的...  PHP：php-5.2.5-Win32.zip (安裝位置後面用%PHP%表示)]]></description><category></category></item><item><title><![CDATA[Running PHP applications in Tomcat 6]]></title><link>https://blog.csdn.net/xinew/article/details/6637853</link><guid>https://blog.csdn.net/xinew/article/details/6637853</guid><author>xinew</author><pubDate>Wed, 27 Jul 2011 15:03:48 +0800</pubDate><description><![CDATA[Running PHP applications in Tomcat 6This guide shows how to install and run PHP applications like Moodle, mediaWiki, Joomla as Tomcat 6 web]]></description><category></category></item><item><title><![CDATA[使用 /proc 文件系统来访问 Linux 内核的内容]]></title><link>https://blog.csdn.net/xinew/article/details/6631076</link><guid>https://blog.csdn.net/xinew/article/details/6631076</guid><author>xinew</author><pubDate>Mon, 25 Jul 2011 10:25:17 +0800</pubDate><description><![CDATA[使用 /proc 文件系统来访问 Linux 内核的内容这个虚拟文件系统在内核空间和用户空间之间打开了一个通信窗口M. Tim Jones (mtj@mtjones.com), 资深首席软件工程师, Emulex简介： /proc 文件系统是一个虚拟文件系统，通过它可以使用一种新]]></description><category></category></item><item><title><![CDATA[理解/proc文件系统]]></title><link>https://blog.csdn.net/xinew/article/details/6631020</link><guid>https://blog.csdn.net/xinew/article/details/6631020</guid><author>xinew</author><pubDate>Mon, 25 Jul 2011 10:14:19 +0800</pubDate><description><![CDATA[（这个是转贴，希望给大家提供帮助，更好地理解/proc文件系统） 不只一次的有人问我关于/proc文件系统，那是什么，那些巨大的文件在那里做什么？我可以删除它们吗？本文将详细介绍/proc文件系统，描述一些工具，你可以通过这些工具领略/proc的威力。最后有一个例子程序，演示了系]]></description><category></category></item><item><title><![CDATA[基于零拷贝的网络数据包捕获技术简述]]></title><link>https://blog.csdn.net/xinew/article/details/6630889</link><guid>https://blog.csdn.net/xinew/article/details/6630889</guid><author>xinew</author><pubDate>Mon, 25 Jul 2011 09:47:47 +0800</pubDate><description><![CDATA[基于零拷贝的网络数据包捕获技术简述 所谓零拷贝是指在某节点的报文收发过程中不会出现任何内存间的拷贝，发送时数据包由应用程序的用户缓冲区直接经过网络接口到达外部网络，接收时网络接口直接将数据包送入用户缓冲区。这是“真正的零拷贝（True Zero Copy）”。如图1零拷贝工作流程]]></description><category></category></item><item><title><![CDATA[linux查看硬盘使用情况命令]]></title><link>https://blog.csdn.net/xinew/article/details/6625559</link><guid>https://blog.csdn.net/xinew/article/details/6625559</guid><author>xinew</author><pubDate>Fri, 22 Jul 2011 13:21:20 +0800</pubDate><description><![CDATA[［转］linux查看硬盘使用情况命令 一、df -lh 命令 df 是来自于coreutils 软件包，系统安装时，就自带的；我们通过这个命令可以查看磁盘的使用情况以及文件系统被挂载的位置； [root@localhost ~]# df -l 文件系统]]></description><category></category></item></channel></rss>