<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<title>garbage</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/garbage/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>garbage</description>
	<pubDate>Sat, 20 Mar 2010 17:55:26+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Java-depth analysis of the character encoding</title>
		<link>http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/</link>
		<comments>http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 00:45:40+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[cn]]></category>
<category><![CDATA[inconsistencies]]></category>
<category><![CDATA[adoption]]></category>
<category><![CDATA[byte]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[character encoding]]></category>
<category><![CDATA[gb18030]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[computer world]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[correspondence]]></category>
<category><![CDATA[translation format]]></category>
<category><![CDATA[transformation format]]></category>
<category><![CDATA[correct character]]></category>
<category><![CDATA[natural character]]></category>
<category><![CDATA[everyday use]]></category>
<category><![CDATA[lattice]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/</guid>
		<description><![CDATA[December 3, 2009 1. Character Set In the computer world, we need to express too many characters, in order to computer can correctly display these characters, we will encode these characters, making ch ...]]></description>
		<content:encoded><![CDATA[December 3, 2009 1. Character Set In the computer world, we need to express too many characters, in order to computer can correctly display these characters, we will encode these characters, making ch ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/</wfw:commentRss>
	</item>
		<item>
		<title>The use of AJAX to some of the issues related to sum up the character encoding</title>
		<link>http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/</link>
		<comments>http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 01:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[firefox]]></category>
<category><![CDATA[character encoding]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[headache]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[html files]]></category>
<category><![CDATA[meta tag]]></category>
<category><![CDATA[tag title]]></category>
<category><![CDATA[title tag]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/</guid>
		<description><![CDATA[1. If the html files with meta tags set character encoding to &quot;utf-8&quot;, the meta tag title tag must be placed on the front, otherwise it will be displayed in the IE blank, do not know the rea ...]]></description>
		<content:encoded><![CDATA[1. If the html files with meta tags set character encoding to &quot;utf-8&quot;, the meta tag title tag must be placed on the front, otherwise it will be displayed in the IE blank, do not know the rea ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript and VBScript Injection in ActionScript</title>
		<link>http://www.codeweblog.com/javascript-and-vbscript-injection-in-actionscript/</link>
		<comments>http://www.codeweblog.com/javascript-and-vbscript-injection-in-actionscript/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[xml]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[system resources]]></category>
<category><![CDATA[transparency]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[execution]]></category>
<category><![CDATA[javascripts]]></category>
<category><![CDATA[swf files]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[actionscript]]></category>
<category><![CDATA[server independence]]></category>
<category><![CDATA[vbscript files]]></category>
<category><![CDATA[vbscript functions]]></category>
<category><![CDATA[support scripts]]></category>
<category><![CDATA[script injection]]></category>
<category><![CDATA[vbscripts]]></category>
<category><![CDATA[javascript support]]></category>
<category><![CDATA[sourcecode]]></category>
<category><![CDATA[scripting]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-and-vbscript-injection-in-actionscript/</guid>
		<description><![CDATA[In AS3 Script Injection, complete and unmodified JavaScript and / or VBScript functions, class objects and applications are stored inside AS3 files using XML, and are then parsed, sent to the browser, ...]]></description>
		<content:encoded><![CDATA[In AS3 Script Injection, complete and unmodified JavaScript and / or VBScript functions, class objects and applications are stored inside AS3 files using XML, and are then parsed, sent to the browser, ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/jquery-ajax-example/" title="jquery ajax example">jquery ajax example</a> 2009-03-01 19:15:02</li>
					<li><a href="http://www.codeweblog.com/the-performance-of-the-seven-best-free-antivirus-software-rankings/" title="The performance of the seven best free antivirus software rankings">The performance of the seven best free antivirus software rankings</a> 2009-03-01 10:55:02</li>
					<li><a href="http://www.codeweblog.com/lighttpd-fastcgi-built-a-server-how-to-preserve-the-status-of-server/" title="lighttpd + fastcgi built a server how to preserve the status of server">lighttpd + fastcgi built a server how to preserve the status of server</a> 2009-02-28 16:15:02</li>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-and-vbscript-injection-in-actionscript/</wfw:commentRss>
	</item>
		<item>
		<title>Project diary -20090316</title>
		<link>http://www.codeweblog.com/project-diary-20090316/</link>
		<comments>http://www.codeweblog.com/project-diary-20090316/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[prototype]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[highlight]]></category>
<category><![CDATA[pipeline]]></category>
<category><![CDATA[project diary]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[renovation program]]></category>
<category><![CDATA[evaluation assessment]]></category>
<category><![CDATA[smooth one]]></category>
<category><![CDATA[formalization]]></category>
<category><![CDATA[time research]]></category>
<category><![CDATA[strategic partner]]></category>
<category><![CDATA[nausea]]></category>
<category><![CDATA[displacement]]></category>
<category><![CDATA[saturdays]]></category>
<category><![CDATA[flies]]></category>
<category><![CDATA[boundaries]]></category>
<category><![CDATA[breakthrough]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/project-diary-20090316/</guid>
		<description><![CDATA[No diary for several days, and on Thursday at Yiwu Mody research needs. User called a company-wide view of each department manager of our prototype. Found that really difficult to communicate with use ...]]></description>
		<content:encoded><![CDATA[No diary for several days, and on Thursday at Yiwu Mody research needs. User called a company-wide view of each department manager of our prototype. Found that really difficult to communicate with use ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-object-model/" title="Javascript Object Model">Javascript Object Model</a> 2009-03-01 16:10:02</li>
					<li><a href="http://www.codeweblog.com/maven-2-0-compile-test-deployment-run/" title="Maven 2.0: Compile. Test. Deployment. Run">Maven 2.0: Compile. Test. Deployment. Run</a> 2009-02-28 12:05:03</li>
					<li><a href="http://www.codeweblog.com/professional-it-management-talent-required-ability-ten/" title="Professional IT management talent required ability Ten">Professional IT management talent required ability Ten</a> 2009-02-28 10:05:04</li>
					<li><a href="http://www.codeweblog.com/js-in-the-date-type-conversion/" title="JS in the Date type conversion">JS in the Date type conversion</a> 2009-02-27 22:55:03</li>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/project-diary-20090316/</wfw:commentRss>
	</item>
		<item>
		<title>JAVA garbled Analysis</title>
		<link>http://www.codeweblog.com/java-garbled-analysis/</link>
		<comments>http://www.codeweblog.com/java-garbled-analysis/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 16:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[time java]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[eclipse]]></category>
<category><![CDATA[programming language]]></category>
<category><![CDATA[gb2312]]></category>
<category><![CDATA[java program]]></category>
<category><![CDATA[cross platform]]></category>
<category><![CDATA[operating system]]></category>
<category><![CDATA[chinese characters]]></category>
<category><![CDATA[operating systems]]></category>
<category><![CDATA[input and output]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[java implementation]]></category>
<category><![CDATA[format conversion]]></category>
<category><![CDATA[double byte characters]]></category>
<category><![CDATA[double byte character]]></category>
<category><![CDATA[transplant operation]]></category>
<category><![CDATA[computer deal]]></category>
<category><![CDATA[international software]]></category>
<category><![CDATA[linux systems]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-garbled-analysis/</guid>
		<description><![CDATA[UNICODE encoding, it uses double-byte encoding, compatible with English characters and other nationalities double-byte character encoding, therefore, at present, most international software internal u ...]]></description>
		<content:encoded><![CDATA[UNICODE encoding, it uses double-byte encoding, compatible with English characters and other nationalities double-byte character encoding, therefore, at present, most international software internal u ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-garbled-analysis/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate are garbage</title>
		<link>http://www.codeweblog.com/hibernate-are-garbage/</link>
		<comments>http://www.codeweblog.com/hibernate-are-garbage/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java language]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[correlation]]></category>
<category><![CDATA[orm tool]]></category>
<category><![CDATA[strange things]]></category>
<category><![CDATA[devil]]></category>
<category><![CDATA[invention]]></category>
<category><![CDATA[personal opinion]]></category>
<category><![CDATA[ado data]]></category>
<category><![CDATA[calm down]]></category>
<category><![CDATA[ancient language]]></category>
<category><![CDATA[software practice]]></category>
<category><![CDATA[fundamental reason]]></category>
<category><![CDATA[fundamental problem]]></category>
<category><![CDATA[mapping data]]></category>
<category><![CDATA[dogma]]></category>
<category><![CDATA[rubbish]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[monster]]></category>
<category><![CDATA[vb]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-are-garbage/</guid>
		<description><![CDATA[My personal opinion, Hibernate this kind of thing is purely garbage. See here for someone to跳脚, and so advanced things you岂敢slander it. Wait a minute anxious lit first calm down, this my opinion are t ...]]></description>
		<content:encoded><![CDATA[My personal opinion, Hibernate this kind of thing is purely garbage. See here for someone to跳脚, and so advanced things you岂敢slander it. Wait a minute anxious lit first calm down, this my opinion are t ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-performance-tuning-the-focus-of-understanding/" title="Hibernate performance tuning (the focus of understanding)">Hibernate performance tuning (the focus of understanding)</a> 2009-03-03 10:26:40</li>
					<li><a href="http://www.codeweblog.com/hibernate-primary-key-strategy-sequence/" title="Hibernate primary key strategy-sequence">Hibernate primary key strategy-sequence</a> 2009-02-27 12:34:56</li>
					<li><a href="http://www.codeweblog.com/jdbc-example-of-a-long-time-do-not-have-jdbc-forgot/" title="JDBC example of a long time do not have JDBC forgot">JDBC example of a long time do not have JDBC forgot</a> 2009-02-27 12:34:50</li>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-are-garbage/</wfw:commentRss>
	</item>
	</channel>
</rss>
