<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>netingcn</title><link /><description>漫漫人生路</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 01 Jul 2008 11:59:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>netingcn</dc:creator><title>ubuntu8.04 成功源代码安装 subversion1.5.0,apache2.2.9</title><link>http://blog.csdn.net/netingcn/archive/2008/07/01/2601541.aspx</link><pubDate>Tue, 01 Jul 2008 11:57:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/07/01/2601541.aspx</guid><wfw:comment>comments/2601541.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/07/01/2601541.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2601541.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>ubuntu 8.04  nginx 安装</title><link>http://blog.csdn.net/netingcn/archive/2008/06/30/2598491.aspx</link><pubDate>Mon, 30 Jun 2008 15:31:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/06/30/2598491.aspx</guid><wfw:comment>comments/2598491.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/06/30/2598491.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2598491.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>javascript select 的操作</title><link>http://blog.csdn.net/netingcn/archive/2008/06/26/2587772.aspx</link><pubDate>Thu, 26 Jun 2008 10:35:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/06/26/2587772.aspx</guid><wfw:comment>comments/2587772.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/06/26/2587772.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2587772.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>javascript getYear() 的问题</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585771.aspx</link><pubDate>Wed, 25 Jun 2008 15:31:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/06/25/2585771.aspx</guid><wfw:comment>comments/2585771.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585771.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2585771.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>保持 checkbox 选中状态不被修改</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585745.aspx</link><pubDate>Wed, 25 Jun 2008 15:26:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/06/25/2585745.aspx</guid><wfw:comment>comments/2585745.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585745.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2585745.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>IE firefox div 设置left的属性问题</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585504.aspx</link><pubDate>Wed, 25 Jun 2008 14:33:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/06/25/2585504.aspx</guid><wfw:comment>comments/2585504.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585504.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2585504.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>关于js中 document.body.scrollTop 不能返回正确值的原因</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585450.aspx</link><pubDate>Wed, 25 Jun 2008 14:23:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/06/25/2585450.aspx</guid><wfw:comment>comments/2585450.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585450.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2585450.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>memcached java客户端的过期时间问题</title><link>http://blog.csdn.net/netingcn/archive/2008/06/25/2585326.aspx</link><pubDate>Wed, 25 Jun 2008 13:49:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2008/06/25/2585326.aspx</guid><wfw:comment>comments/2585326.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2008/06/25/2585326.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>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 ="aggbug/2585326.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>cookie 与浏览器的关系</title><link>http://blog.csdn.net/netingcn/archive/2007/07/24/1704903.aspx</link><pubDate>Tue, 24 Jul 2007 10:49:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2007/07/24/1704903.aspx</guid><wfw:comment>comments/1704903.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2007/07/24/1704903.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1704903.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1704903</trackback:ping><description>cookie 与浏览器的关系&lt;img src ="aggbug/1704903.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>cd命令的几个小技巧</title><link>http://blog.csdn.net/netingcn/archive/2007/07/19/1699071.aspx</link><pubDate>Thu, 19 Jul 2007 16:28:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2007/07/19/1699071.aspx</guid><wfw:comment>comments/1699071.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2007/07/19/1699071.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1699071.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1699071</trackback:ping><description>cd命令的几个小技巧&lt;img src ="aggbug/1699071.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>ubuntu下查看window下文本文件乱码的解决方法</title><link>http://blog.csdn.net/netingcn/archive/2007/07/19/1699038.aspx</link><pubDate>Thu, 19 Jul 2007 16:01:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2007/07/19/1699038.aspx</guid><wfw:comment>comments/1699038.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2007/07/19/1699038.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1699038.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1699038</trackback:ping><description>ubuntu 英文locale 中文乱码&lt;img src ="aggbug/1699038.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>实现安全的免密码ssh登录</title><link>http://blog.csdn.net/netingcn/archive/2007/07/19/1698934.aspx</link><pubDate>Thu, 19 Jul 2007 14:52:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2007/07/19/1698934.aspx</guid><wfw:comment>comments/1698934.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2007/07/19/1698934.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1698934.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1698934</trackback:ping><description>ssh 免密码 登陆&lt;img src ="aggbug/1698934.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>linux下终端之间的切换</title><link>http://blog.csdn.net/netingcn/archive/2007/07/19/1698676.aspx</link><pubDate>Thu, 19 Jul 2007 11:46:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2007/07/19/1698676.aspx</guid><wfw:comment>comments/1698676.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2007/07/19/1698676.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1698676.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1698676</trackback:ping><description>linux下终端之间的切换&lt;img src ="aggbug/1698676.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>ubuntu中的服务配置工具</title><link>http://blog.csdn.net/netingcn/archive/2007/07/18/1698162.aspx</link><pubDate>Wed, 18 Jul 2007 23:39:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2007/07/18/1698162.aspx</guid><wfw:comment>comments/1698162.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2007/07/18/1698162.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1698162.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1698162</trackback:ping><description>服务配置工具 chkconfig sysv-rc-conf&lt;img src ="aggbug/1698162.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>netingcn</dc:creator><title>在shell脚本中用expect 实现 scp 文件的时候不手动输入密码</title><link>http://blog.csdn.net/netingcn/archive/2007/07/18/1697005.aspx</link><pubDate>Wed, 18 Jul 2007 14:19:00 GMT</pubDate><guid>http://blog.csdn.net/netingcn/archive/2007/07/18/1697005.aspx</guid><wfw:comment>comments/1697005.aspx</wfw:comment><comments>http://blog.csdn.net/netingcn/archive/2007/07/18/1697005.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1697005.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1697005</trackback:ping><description>在shell脚本中用expect 实现 scp 文件的时候不手动输入密码&lt;img src ="aggbug/1697005.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>