<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/netingcn" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/netingcn" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 16 Feb 2009 16:13:00 GMT</lastBuildDate><title>netingcn</title><description>漫漫人生路</description><link>http://blog.csdn.net/netingcn/</link><item><title>mysql 导入数据时内存溢出问题</title><link>http://blog.csdn.net/netingcn/archive/2009/02/16/3896612.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/3896612.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/3896612.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3896612</trackback:ping><description>&lt;br /&gt;用mysqldump导出一个数据库,其中有两个表数据有20多W,执行导入的时候老是保内存溢出,试验了多种方法,始终不行,后来看mysql的服务器的配置,发现里面没有啥设置,于是在里面增加一个max_allowed_packet=32M配置,然后重新导入时候没有保错,数据完全导入了.&lt;br /&gt;后来发现mysqldump导出的数据默认是--complete-insert,及把所有的值都写在一行,估计插入的时候会全部读入内存从而导致内存溢出,然后可以通过--extended-insert=false(默认为true)来设置每一条记录都是一个insert语句,但是这样速度上肯定不及前面那种.&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/3896612.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 17 Feb 2009 00:13:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2009/02/16/3896612.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2009/02/16/3896612.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>ubuntu8.04 成功源代码安装 subversion1.5.0,apache2.2.9</title><link>http://blog.csdn.net/netingcn/archive/2008/07/01/2601541.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2601541.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2601541.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2601541</trackback:ping><description>ubuntu8.04 成功源代码安装 subversion1.5.0,apache2.2.9 svn apache subversion./configure --with-apxs=/opt/apache2/bin/apxs --with-apr=/opt/apache2 --with-apr-util=/opt/apache2 --prefix=/opt/subversion-1.5.0 其中，--with-apxs 用于生成apache httpd的mod_dav_svn和mod_authz_svn模块；--with-apr 和 --with-apr-util=参数指向 Apache 的安装根目录，而不是使用缺省的 SVN 安装包中自带的 apr ，否则如果你安装的 Apache 版本不同有可能导致 APR 库不匹配，出现类似 Can't set position pointer in file '/svn/test/db/revs/1': Invalid argument 的错误，--prefix 是安装的位置。注意，在configure的时候可能回出现configur&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2601541.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Jul 2008 19:57:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/07/01/2601541.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/07/01/2601541.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>ubuntu 8.04  nginx 安装</title><link>http://blog.csdn.net/netingcn/archive/2008/06/30/2598491.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2598491.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2598491.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2598491</trackback:ping><description>本人安装unbutn的时候只装了命令行模式，就是不带xwindos的那种，安装好后，修改了软件源，发现gcc默认是没有安装的，执行apt-get install build-essential来安装gcc，发现有好几十M要下载，想ubuntn的光盘里面不是有gcc的嘛，如是google一下，看怎么样用光盘作源，找了一下，发现原来是如此简单，只要先mount上光盘(mount /dev/cdrom /media/cdrom)，然后执行apt-cdrom add即可，再次执行apt-get install build-essential，回车几把就ok。
前期工作搞好了，准备开始装nginx，下载了源代码nginx-0.6.31.tar.gz，解压，直接./configure --prefix=/opt/nginx 报告prce library is not found 和zlib library is not found，网上找了一把很多都是说用源代码，都这个没有信心，还是想用apt-get来装，功夫不负有心人，终于到了prce，还有另外的收获，一并找到了zlib，执行apt-get &lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2598491.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 30 Jun 2008 23:31:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/06/30/2598491.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/06/30/2598491.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>javascript select 的操作</title><link>http://blog.csdn.net/netingcn/archive/2008/06/26/2587772.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2587772.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2587772.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2587772</trackback:ping><description>select 的操作
 a, 清空options 
 selectObj.options.length = 0; (此方法在ff，ie下都适用)
 b, 添加一个新option 
 selectObj.add(new Option(label,value));
 c, 删除options集合中指定的一项option
 selectObj.remove(index);
 d, 获取当前选定的option的真实值value或lable
  selectObj.options.[index].value 或 selectObj.options.[index].text (注意：这里最好用[]，如果用() 在ie下能正常工作，ff下则不行， []则都能正常工作)&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2587772.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Jun 2008 18:35:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/06/26/2587772.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/06/26/2587772.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>javascript getYear() 的问题</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585771.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2585771.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2585771.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2585771</trackback:ping><description>getYear的问题IE中：today=new Date();today.getYear()返回的是绝对的公元纪年,2005Firefox中：today=new Date();today.getYear()返回的是相对绝对的年份，年份相对于1900，因为今年是2005，两者相减是105。这个问题的根源在于2000年问题，以前年份的表示使用2位数字因此，为了最大范围的兼容性，使用getFullYear() 是正确的，在不同浏览器中都能正确计算。 就解决了获取年份的兼容性问题。&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2585771.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 23:31:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585771.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/06/25/2585771.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>保持 checkbox 选中状态不被修改</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585745.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2585745.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2585745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2585745</trackback:ping><description>对于input type为text时，可以用readonly属性来控制让它的内容不能被修改，然而checkbox则没有这个属性，此时可以通过javascript来达到这个目的，只需要在checkbox 的onclick事件方法上加上 return false; 这样的javascript代码即可，这样就不能修改checkbox的状态了。如


&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2585745.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 23:26:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585745.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/06/25/2585745.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>IE firefox div 设置left的属性问题</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585504.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2585504.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2585504.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2585504</trackback:ping><description>ie firefox 规范 &lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2585504.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 22:33:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585504.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/06/25/2585504.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>关于js中 document.body.scrollTop 不能返回正确值的原因</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585450.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2585450.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2585450.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2585450</trackback:ping><description>javascript 小技巧， document.body.scrollTop document.body.scrollTop 计算垂直滚动条滚动的高度&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2585450.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 22:23:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585450.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/06/25/2585450.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>memcached java客户端的过期时间问题</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585326.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/2585326.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/2585326.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2585326</trackback:ping><description>memcached java clinet 过期时间&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/2585326.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 21:49:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585326.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2008/06/25/2585326.aspx</guid><dc:creator>netingcn</dc:creator></item><item><title>cookie 与浏览器的关系</title><link>http://blog.csdn.net/netingcn/archive/2007/07/24/1704903.aspx</link><wfw:comment>http://blog.csdn.net/netingcn/comments/1704903.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/netingcn/comments/commentRss/1704903.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1704903</trackback:ping><description>cookie 与浏览器的关系&lt;img src =&quot;http://blog.csdn.net/netingcn/aggbug/1704903.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 24 Jul 2007 18:49:00 +0800</pubDate><author>netingcn</author><comments>http://blog.csdn.net/netingcn/archive/2007/07/24/1704903.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/netingcn/archive/2007/07/24/1704903.aspx</guid><dc:creator>netingcn</dc:creator></item></channel></rss>