<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>帮藏</title>
	<atom:link href="http://www.bangcang.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bangcang.com</link>
	<description>young的空间</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>错误：Android requires compiler compliance level 5.0 or 6.0. Found &#8217;1.7&#8242; instead. Please use Android Tools &gt; Fix Project Properties.</title>
		<link>http://www.bangcang.com/archives/11463</link>
		<comments>http://www.bangcang.com/archives/11463#comments</comments>
		<pubDate>Sat, 24 Dec 2011 01:21:20 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[Android开发]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11463</guid>
		<description><![CDATA[<p>解决方法：</p> <p>1.项目右键 -&#62;android tools-&#62;Fix Project</p> <p>2.如果不可以，检查Project-&#62;Properties-&#62;Java Compiler</p> <p>确认JDK compliance被设置为1.6,并且enable specific seetings.</p> <p>经过这两步问题基本解决。</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11463/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>asp.net 导入excel文件</title>
		<link>http://www.bangcang.com/archives/11459</link>
		<comments>http://www.bangcang.com/archives/11459#comments</comments>
		<pubDate>Mon, 28 Nov 2011 07:41:13 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[技术日志]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11459</guid>
		<description><![CDATA[<p>方法：</p> <p>1、先把excel文件上传到服务器</p> <p>2、把上传的excel文件作为数据源读取其中的内容：</p> <p>Dim ConnStr As String = &#8220;Provider = Microsoft.Jet.OLEDB.4.0 ; Data Source =&#8221; + strFileName + &#8220;;Extended Properties=&#8217;Excel 8.0;HDR=False;IMEX=1&#8242;&#8221; Dim Conn As New OleDbConnection Dim Com As New OleDbCommand Dim Rs As OleDbDataReader Dim strSql As String = &#8220;select * from [Sheet1$]&#8221; Conn.ConnectionString = ConnStr Conn.Open() Com.Connection = Conn Com.CommandText = strSql <p>继续阅读这篇文章： <a href="http://www.bangcang.com/archives/11459">asp.net 导入excel文件</a></p>]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11459/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP读取物料长文本</title>
		<link>http://www.bangcang.com/archives/11457</link>
		<comments>http://www.bangcang.com/archives/11457#comments</comments>
		<pubDate>Wed, 23 Nov 2011 02:22:34 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[ABAP开发]]></category>
		<category><![CDATA[abap]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11457</guid>
		<description><![CDATA[<p>下面是读取一个物料长文本的例子：</p> <p>DATA: P_LINES LIKE TLINE OCCURS 0 WITH HEADER LINE.</p> <p>START-OF-SELECTION.</p> <p>CALL FUNCTION &#8216;READ_TEXT&#8217; EXPORTING CLIENT   = SY-MANDT ID       = &#8216;GRUN&#8217; LANGUAGE = &#8217;1&#8242; NAME     = &#8217;000107020080001758&#8242;   &#8220;物料编码 OBJECT   = &#8216;MATERIAL&#8217; TABLES LINES    = P_LINES.</p> <p>LOOP AT P_LINES . WRITE:/ P_LINES-TDLINE. ENDLOOP.</p> <p>&#160;</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11457/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress后台终于进来了，真不容易</title>
		<link>http://www.bangcang.com/archives/11455</link>
		<comments>http://www.bangcang.com/archives/11455#comments</comments>
		<pubDate>Wed, 23 Nov 2011 02:19:21 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[技术日志]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11455</guid>
		<description><![CDATA[<p>登录页面可以打开，但是登录完就出现：</p> ERROR The requested URL could not be retrieved <p>Invalid Response error was encountered while trying to process the request:</p> GET /wp-admin/ HTTP/1.0 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, application/QVOD, application/QVOD, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Referer: http://www.bangcang.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.bangcang.com%2Fwp-admin%2F&#38;reauth=1 Accept-Language: zh-cn Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; <p>继续阅读这篇文章： <a href="http://www.bangcang.com/archives/11455">wordpress后台终于进来了，真不容易</a></p>]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11455/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>今天收到了深度联盟的第一笔钱</title>
		<link>http://www.bangcang.com/archives/11453</link>
		<comments>http://www.bangcang.com/archives/11453#comments</comments>
		<pubDate>Tue, 27 Sep 2011 02:27:42 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[技术日志]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11453</guid>
		<description><![CDATA[<p>之前放过好几个联盟的广告，都是后来发现有负面评论就撤掉了。</p> <p>看大家对深度联盟的评价还不错，而且是满100日支付的，放了几个月广告终于到100元了。</p> <p>主要是联通线路最近老出问题，大批用户上不了godaddy主机，以前正常的时候每天1000到2000 IP访问量，能有5元左右收入。因为我不放弹窗广告，怕影响用户，只有内容页的右下角漂浮和分类页的点击广告。</p> <p>今天我的godaddy主机又打不开了，但是在家里用电信网络就很正常。</p> <p>所以劝大家装宽带还是别选联通</p> <p>&#160;</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11453/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access数据库出现“无效的参数量”错误的解决方法</title>
		<link>http://www.bangcang.com/archives/11447</link>
		<comments>http://www.bangcang.com/archives/11447#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:44:18 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[技术日志]]></category>
		<category><![CDATA[Access]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11447</guid>
		<description><![CDATA[<p>今天在更新数据库时，一到某条数据就出现这个错误提示，打开Access，直接在Access中编辑也是这个提示。</p> <p>网上搜了一下很多人问，也没有解决方法，想到之前access也出现过莫名其妙的问题，是通过“压缩和修复数据库”解决的，果然经过压缩和修复操作后问题消失了。</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11447/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>免费下载letitbit.net网盘资源</title>
		<link>http://www.bangcang.com/archives/11443</link>
		<comments>http://www.bangcang.com/archives/11443#comments</comments>
		<pubDate>Fri, 05 Aug 2011 07:40:10 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[工具软件]]></category>
		<category><![CDATA[letitbit.net]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11443</guid>
		<description><![CDATA[<p>俄罗斯的网盘letitbit.net已经不允许中国大陆和台湾的ip免费下载</p> <p>不过还好可以使用freerapid这个软件免费下载，而且不仅仅可以下载letitbit上的资源，众多出名的网盘都可以下载，还能断点续传，非常棒！</p> <p>freerapid需要安装java运行环境，第一次使用最好先更新插件，在“帮助”菜单里面。</p> <p>下载地址：</p> <p>csdn下载：http://download.csdn.net/down/1883727/motomodding</p> <p>网盘下载：http://filemarkets.com/file/liantu/05d4e2cb/</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11443/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>迅雷xv格式转flv工具</title>
		<link>http://www.bangcang.com/archives/11440</link>
		<comments>http://www.bangcang.com/archives/11440#comments</comments>
		<pubDate>Tue, 02 Aug 2011 09:17:12 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[工具软件]]></category>
		<category><![CDATA[xv文件]]></category>
		<category><![CDATA[视频转换]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11440</guid>
		<description><![CDATA[<p>.xv文件是迅雷专用的电影格式，必须用迅雷看看播放，而且播放时还要联网。</p> <p>还好有人做了个转换工具，可以转换为flv格式，而且速度很快。</p> <p>用法：</p> <p>软件为命令行程序，转换时需要把要转换的xv文件复制到软件目录下，然后运行“全部转换.bat”，等一会儿就Ok 了。 </p> <p>如果要转成其它格式，建议大家用QQ影音，将flv转换成其它格式，比那些收费软件强多了。 csdn下载（如果你有csdn帐号的话）：http://download.csdn.net/source/3383270 网盘下载（不需要注册)：下载： xv视频格式转换器.rar</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11440/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>godaddy免费windows空间不显示广告的方法</title>
		<link>http://www.bangcang.com/archives/11432</link>
		<comments>http://www.bangcang.com/archives/11432#comments</comments>
		<pubDate>Wed, 27 Jul 2011 10:37:57 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[技术日志]]></category>
		<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11432</guid>
		<description><![CDATA[<p>很多人可能已经发现godaddy的免费windows空间使用wordpress不会显示广告，今天突然发现其他程序也不显示广告的方法，以php为例，页面开头这么写就没广告了：</p> <p>&#60;?php</p> <p>header(&#8220;content-Type: text/html; charset=utf-8&#8243;);</p> <p>?&#62;</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11432/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>果果帮互刷声望软件</title>
		<link>http://www.bangcang.com/archives/11427</link>
		<comments>http://www.bangcang.com/archives/11427#comments</comments>
		<pubDate>Sun, 24 Jul 2011 07:39:15 +0000</pubDate>
		<dc:creator>young</dc:creator>
				<category><![CDATA[果果帮]]></category>

		<guid isPermaLink="false">http://www.bangcang.com/?p=11427</guid>
		<description><![CDATA[<p>这个软件与网页版刷声望平台是互相独立的，软件版成功率更高，flash加载速度更快。采用积分制，你看一次别人的视频积分就+1，被别人观看一次积分-1。你只需要每天开着软件就行了。</p> 下载地址： <p>绿色版：http://www.bangcang.com/guoguobang/down/hushuashengwang.rar</p> <p>安装版（vista和win7需要使用安装版）：http://www.bangcang.com/guoguobang/down/hushuashengwang_setup.rar</p> 使用方法： <p>填写你的email地址和密码，然后登录。首次登录将自动注册帐号。</p> <p>登陆后设置你的战斗视频地址，并保存。</p> <p>然后点击“开始挂机”就开始观看视频了，软件会缩小成一个小窗口保持在最前端，因为如果flash视频不在最前的话会影响加载速度。</p> 规则说明： <p>软件使用ip来区别播放视频，每个视频每天不会被重复的ip播放，即使是不同的用户也不行，所以同一个ip不需要注册多个帐号。</p> <p>如果你已经播放完了所有视频，更换ip后又会从头播放，这样可以获得更多积分。</p> ]]></description>
		<wfw:commentRss>http://www.bangcang.com/archives/11427/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

