<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>原创文档 on 雨中的高速公路 - bluetent的个人博客</title>
    <link>https://blog.bluetent.cc/tags/%E5%8E%9F%E5%88%9B%E6%96%87%E6%A1%A3/</link>
    <description>Recent content in 原创文档 on 雨中的高速公路 - bluetent的个人博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 09 Nov 2010 06:13:00 +0000</lastBuildDate>
    
	<atom:link href="https://blog.bluetent.cc/tags/%E5%8E%9F%E5%88%9B%E6%96%87%E6%A1%A3/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>redis的一些tips</title>
      <link>https://blog.bluetent.cc/posts/redis-tips/</link>
      <pubDate>Tue, 09 Nov 2010 06:13:00 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/redis-tips/</guid>
      <description>这是我计划本周五在部门内分享的内容，先贴到这里： Redis是一款最近比较热门的Key-value数据库，它的代码量少，配置简单，与memca</description>
    </item>
    
    <item>
      <title>我如何进行知识管理</title>
      <link>https://blog.bluetent.cc/posts/my-knowledge-management/</link>
      <pubDate>Sun, 10 Oct 2010 14:53:40 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/my-knowledge-management/</guid>
      <description>我们每天都接触到大量的信息，必须要有一个沉淀的机制使其转化为知识，否则在重新利用它们的时候，会消耗不必要的时间。下面我将自己管理知识的方法整</description>
    </item>
    
    <item>
      <title>在ssh终端下如何解决断线带来的困扰</title>
      <link>https://blog.bluetent.cc/posts/using-screen-when-connecting-to-linux-servers-comments/</link>
      <pubDate>Thu, 22 May 2008 06:08:30 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/using-screen-when-connecting-to-linux-servers-comments/</guid>
      <description>trudger - May 5, 2008 非常实用！ 解决SSH断线后的会话恢复 &amp;laquo; Mr. 21 - Jul 5, 2010 [&amp;hellip;] 雨中的高速公路 – 《在ssh终端下如何解决断线带来的困扰》。 July 9, 2010 [&amp;hellip;]</description>
    </item>
    
    <item>
      <title>在ssh终端下如何解决断线带来的困扰</title>
      <link>https://blog.bluetent.cc/posts/using-screen-when-connecting-to-linux-servers/</link>
      <pubDate>Thu, 22 May 2008 06:08:30 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/using-screen-when-connecting-to-linux-servers/</guid>
      <description>在linux环境下，使用ssh客户端进行开发的朋友们可能经常会被不稳定的网络环境所困扰：在掉线后，很多中断的脚本要重跑，目录要重进；vi会自</description>
    </item>
    
    <item>
      <title>日历同步全攻略</title>
      <link>https://blog.bluetent.cc/posts/calendar-synchronous/</link>
      <pubDate>Thu, 01 Nov 2007 10:15:24 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/calendar-synchronous/</guid>
      <description>日历是很多软件和在线产品中都具有的功能，通过对日历中事件和任务的管理，可以有效的组织工作和生活中的各项活动。由于人们的活动地点会不断迁移（如</description>
    </item>
    
    <item>
      <title>谈ajax返回字符串的两种形式</title>
      <link>https://blog.bluetent.cc/posts/talking-about-two-forms-of-ajax-response-text-comments/</link>
      <pubDate>Fri, 12 Oct 2007 09:02:59 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/talking-about-two-forms-of-ajax-response-text-comments/</guid>
      <description>[lanyur]( &amp;ldquo;&amp;rdquo;) - Mar 3, 2008 英雄所见略同。</description>
    </item>
    
    <item>
      <title>谈ajax返回字符串的两种形式</title>
      <link>https://blog.bluetent.cc/posts/talking-about-two-forms-of-ajax-response-text/</link>
      <pubDate>Fri, 12 Oct 2007 09:02:59 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/talking-about-two-forms-of-ajax-response-text/</guid>
      <description>当javascript语句向服务器端发起ajax请求后，如果一切顺利，会从服务器端收到响应数据，浏览器会把这个响应字符串转交给回调函数处理。</description>
    </item>
    
    <item>
      <title>对extjs进行了裁剪和压缩</title>
      <link>https://blog.bluetent.cc/posts/optimize-extjs-comments/</link>
      <pubDate>Wed, 10 Oct 2007 10:31:45 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/optimize-extjs-comments/</guid>
      <description>dulao5 - Oct 3, 2007 其实语法压缩就是对代码里面的常量变量进行zip压缩了，而gzip则是对所有的数据进行压缩，所以语法压缩后，还有gzip压缩的余地。</description>
    </item>
    
    <item>
      <title>对extjs进行了裁剪和压缩</title>
      <link>https://blog.bluetent.cc/posts/optimize-extjs/</link>
      <pubDate>Wed, 10 Oct 2007 10:31:45 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/optimize-extjs/</guid>
      <description>最近打算在产品中使用extjs。考虑到这是一个线上环境，对javascript的要求比较高，因而计划对它进行裁剪和压缩，分以下几步进行： 使用</description>
    </item>
    
    <item>
      <title>激活Drupal 4.6的分类功能</title>
      <link>https://blog.bluetent.cc/posts/enable-category-list-in-drupal-46/</link>
      <pubDate>Thu, 16 Feb 2006 03:42:09 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/enable-category-list-in-drupal-46/</guid>
      <description>在Drupal4.5中有一个非常有用的功能－－“分类列表”，它会显示站点的所有分类，以及分类中node的个数和上次更新时间。但不知何故，4.</description>
    </item>
    
    <item>
      <title>一个迟到罚款数额的计算公式</title>
      <link>https://blog.bluetent.cc/posts/%E4%B8%80%E4%B8%AA%E8%BF%9F%E5%88%B0%E7%BD%9A%E6%AC%BE%E6%95%B0%E9%A2%9D%E7%9A%84%E8%AE%A1%E7%AE%97%E5%85%AC%E5%BC%8F-comments/</link>
      <pubDate>Wed, 28 Dec 2005 13:42:50 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/%E4%B8%80%E4%B8%AA%E8%BF%9F%E5%88%B0%E7%BD%9A%E6%AC%BE%E6%95%B0%E9%A2%9D%E7%9A%84%E8%AE%A1%E7%AE%97%E5%85%AC%E5%BC%8F-comments/</guid>
      <description>[]( &amp;ldquo;&amp;rdquo;) - Dec 4, 2005 有文化真可怕…………………… bluetent - Dec 5, 2005 你是哪位？广院的同学？ haospoke - Jan 0, 2006 有点过火的公式哦。如果同事不来的话。好像我也要收到罚单的啊</description>
    </item>
    
    <item>
      <title>一个迟到罚款数额的计算公式</title>
      <link>https://blog.bluetent.cc/posts/%E4%B8%80%E4%B8%AA%E8%BF%9F%E5%88%B0%E7%BD%9A%E6%AC%BE%E6%95%B0%E9%A2%9D%E7%9A%84%E8%AE%A1%E7%AE%97%E5%85%AC%E5%BC%8F/</link>
      <pubDate>Wed, 28 Dec 2005 13:42:50 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/%E4%B8%80%E4%B8%AA%E8%BF%9F%E5%88%B0%E7%BD%9A%E6%AC%BE%E6%95%B0%E9%A2%9D%E7%9A%84%E8%AE%A1%E7%AE%97%E5%85%AC%E5%BC%8F/</guid>
      <description>上班迟到要扣钱，一个简单的分段函数是无法达到很强的约束力的。于是我设计了一个略微复杂的函数，供地球上的HR参考。 S = S0 + dTA1+ρn/N 各</description>
    </item>
    
    <item>
      <title>微软Passport的登录流程</title>
      <link>https://blog.bluetent.cc/posts/login-flow-of-ms-passport-comments/</link>
      <pubDate>Tue, 08 Nov 2005 11:57:09 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/login-flow-of-ms-passport-comments/</guid>
      <description>[zhujinshan]( &amp;ldquo;zhujinshan2@hotmail.com&amp;rdquo;) - Feb 1, 2008 修改个人密码 [zhujinshan]( &amp;ldquo;zhujinshan2@hotmail.com&amp;rdquo;) - Feb 1, 2008 要修改msn个人密码</description>
    </item>
    
    <item>
      <title>微软Passport的登录流程</title>
      <link>https://blog.bluetent.cc/posts/login-flow-of-ms-passport/</link>
      <pubDate>Tue, 08 Nov 2005 11:57:09 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/login-flow-of-ms-passport/</guid>
      <description>在浏览器输入www.passport.com，然后点击登录链接。 进入这个页面： https://login.passport.com/ppsecure/secure.srf?... 页面的form中只有一个叫做mspppostint的参数，长</description>
    </item>
    
    <item>
      <title>Google个性化页面中实例化XMLHTTP对象的方法</title>
      <link>https://blog.bluetent.cc/posts/xmlhttp-instantiation-in-google-ig/</link>
      <pubDate>Fri, 22 Jul 2005 14:04:24 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/xmlhttp-instantiation-in-google-ig/</guid>
      <description>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 function x() { var a=null; try { a=new ActiveXObject([&amp;#34;Msxml2.XMLHTTP&amp;#34;](http://www.microsoft.com/china/technet/community/scriptcenter/resources/hey0222.mspx)); } catch(c) { try { a=new ActiveXObject([&amp;#34;Microsoft.XMLHTTP&amp;#34;](http://www.knowsky.com/5190.html)); } catch(b) { a=null; } } if(!a&amp;amp;&amp;amp;typeof XMLHttpRequest!=&amp;#34;undefined&amp;#34;) { a=new [XMLHttpRequest](http://developer.apple.com/internet/webcontent/xmlhttpreq.html)(); } return a; } 这个实例化方法至少支持IE、F</description>
    </item>
    
    <item>
      <title>slackware使用小记</title>
      <link>https://blog.bluetent.cc/posts/using-slackware-linux-comments/</link>
      <pubDate>Fri, 24 Jun 2005 15:45:22 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/using-slackware-linux-comments/</guid>
      <description>vitamin - Jun 0, 2005 gentoo, gentoo, gentoo &amp;hellip;. 或者就ubuntu好了，debian sarge也行阿 slackware是个很好的，面向高级选手的distro。但开发维护基</description>
    </item>
    
    <item>
      <title>slackware使用小记</title>
      <link>https://blog.bluetent.cc/posts/using-slackware-linux/</link>
      <pubDate>Fri, 24 Jun 2005 15:45:22 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/using-slackware-linux/</guid>
      <description>最近在同事的带动下，决定把工作时的操作系统换成Linux。 我原先之所以不用Linux，是对Gnome的桌面缺乏足够的信心，对KDE又极度不爽</description>
    </item>
    
    <item>
      <title>IE和Firefox在提交表单时对来路页面的判断差异</title>
      <link>https://blog.bluetent.cc/posts/http_referer-difference-between-ie-and-firefox-comments/</link>
      <pubDate>Wed, 25 May 2005 14:32:41 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/http_referer-difference-between-ie-and-firefox-comments/</guid>
      <description>madman - May 1, 2005 o?这样哦。谢谢！ [zhanyou]( &amp;ldquo;sean.zhuo@act-cn.com&amp;rdquo;) - Aug 4, 2005 不是這樣吧,我也碰到過這樣的問題,看了看手冊,手冊上是這樣寫的 链接到当前页面的前一页面的 URL 地址。不是</description>
    </item>
    
    <item>
      <title>IE和Firefox在提交表单时对来路页面的判断差异</title>
      <link>https://blog.bluetent.cc/posts/http_referer-difference-between-ie-and-firefox/</link>
      <pubDate>Wed, 25 May 2005 14:32:41 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/http_referer-difference-between-ie-and-firefox/</guid>
      <description>首先我们做个测试： 写一段JS提交一个表单： theForm.action=&amp;ldquo;test.php?id=1&amp;rdquo;; theForm.submit(); 在test.php里打印来路页面： die($_SERVER[&amp;ldquo;HTTP_REFERER&amp;rdquo;]); 然后分别在Firefox和IE里面查看test.php页面</description>
    </item>
    
    <item>
      <title>为apache调整linux系统的时区</title>
      <link>https://blog.bluetent.cc/posts/change-apache-timezone-logging/</link>
      <pubDate>Mon, 14 Feb 2005 18:50:46 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/change-apache-timezone-logging/</guid>
      <description>一台操作系统为fedora的服务器，在安装时设定的时区是EST，为了便于awstats的日志统计，现欲将系统时区调整为CST（中国标准时间）</description>
    </item>
    
    <item>
      <title>使用Easy Firewall Generator和Fireparse构建易于维护的Linux防火墙</title>
      <link>https://blog.bluetent.cc/posts/linux-firewall-easyfirewallgenerator-fireparse/</link>
      <pubDate>Fri, 11 Feb 2005 20:13:36 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/linux-firewall-easyfirewallgenerator-fireparse/</guid>
      <description>通常，我们需要在Linux环境下手写iptables/ipchains规则，并设置为每次启动时运行。由于技术水平等因素制约，规则的内容并不全</description>
    </item>
    
    <item>
      <title>Awstats安装手记</title>
      <link>https://blog.bluetent.cc/posts/using-awstats-comments/</link>
      <pubDate>Mon, 29 Nov 2004 14:29:32 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/using-awstats-comments/</guid>
      <description>[kevin]( &amp;ldquo;kevinbamboo@gmail.com&amp;rdquo;) - Mar 1, 2008 版主你好！ 我对编程是一窍不通，我想把awstats安装到我的公司网站上（基于Drupal4.7 ），过程会不会很麻烦，请建议，非常</description>
    </item>
    
    <item>
      <title>Awstats安装手记</title>
      <link>https://blog.bluetent.cc/posts/using-awstats/</link>
      <pubDate>Mon, 29 Nov 2004 14:29:32 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/using-awstats/</guid>
      <description>今天分别在异域桃源BBS和我公司的网站渤海易网上安装了Awstats。它是一个Perl编写的，基于Web服务器日志的异常强大的网站访问统计系</description>
    </item>
    
    <item>
      <title>使用cronolog对apache日志实现轮询</title>
      <link>https://blog.bluetent.cc/posts/cronolog-apache-logs/</link>
      <pubDate>Wed, 24 Nov 2004 02:04:38 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/cronolog-apache-logs/</guid>
      <description>apache的access_log等日志如果长度过大，会显著影响系统的性能，这种现象在日志超过100MB的情况下特别明显。我们可以使用Apa</description>
    </item>
    
    <item>
      <title>将本站的主要链接全部换成静态样式</title>
      <link>https://blog.bluetent.cc/posts/change-url-to-static/</link>
      <pubDate>Tue, 16 Nov 2004 16:28:03 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/change-url-to-static/</guid>
      <description>在google的眼睛里，一个页面后跟不同的参数，仍然是一个页面，这种算法对很多web论坛和诸如Bo-Blog的代码很不利。于是我在.htac</description>
    </item>
    
    <item>
      <title>如何取得MSN帐号的登录状态</title>
      <link>https://blog.bluetent.cc/posts/get-msn-im-online-status/</link>
      <pubDate>Sat, 13 Nov 2004 15:30:32 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/get-msn-im-online-status/</guid>
      <description>访问 http://www.onlinestatus.org ，就会看到一个叫做“Online Status Indicator”的东西，它以图标的方式指示出某个MSN Messenger帐号是否在线。 点击 http://www.onlinestatus.org/forum/usage.php ，可</description>
    </item>
    
    <item>
      <title>用递归的方法在linux下遍历一个目录</title>
      <link>https://blog.bluetent.cc/posts/linux-directory-recursion/</link>
      <pubDate>Mon, 08 Nov 2004 05:34:36 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/linux-directory-recursion/</guid>
      <description>代码如下： `` #!/bin/sh dosth() { #&amp;hellip; } #遍历目录 dirlist() { dosth $1 for subitem in ls $1 do if [ -d &amp;ldquo;$1/$subitem&amp;rdquo; ] then dirlist $1/$subitem elif [ -f &amp;ldquo;$1/$subitem&amp;rdquo; ] then dosth $1/$subitem fi done } [ $# = 0 ] &amp;amp; for i in ls $1 do if [ -d &amp;ldquo;$1&amp;rdquo; ] then dirlist $1 fi done `` 【关</description>
    </item>
    
    <item>
      <title>使用tmpwatch删除qmail过期文件</title>
      <link>https://blog.bluetent.cc/posts/tmpwatch-qmail-old-files/</link>
      <pubDate>Mon, 08 Nov 2004 01:07:07 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/tmpwatch-qmail-old-files/</guid>
      <description>tmpwatch可删除时间为若干小时之前的旧文件，如果你对这个危险的功能不确信，可外加&amp;ndash;test参数，能够看到除了删除文件以外的</description>
    </item>
    
    <item>
      <title>如何让你的网页在Firefox右下角显示RSS标签</title>
      <link>https://blog.bluetent.cc/posts/firefox-rss-label/</link>
      <pubDate>Wed, 03 Nov 2004 09:17:07 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/firefox-rss-label/</guid>
      <description>Firefox右下方的RSS标签是表示目前浏览的页面提供了RSS来源。我们在网页的标签内加入下面这行代码，就可以让Firefox识别一个RS</description>
    </item>
    
    <item>
      <title>使用mrtg监控Linux服务器的流量负载</title>
      <link>https://blog.bluetent.cc/posts/mrtg/</link>
      <pubDate>Mon, 01 Nov 2004 06:06:07 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/mrtg/</guid>
      <description>MRTG（Multi Router Traffic Grapher）是一个监控网络链路流量负载的工具软件， 它通过SNMP协议从设备得到设备的流量信息，并将流量负载以包含</description>
    </item>
    
    <item>
      <title>细细品味UNIX的数据流重定向</title>
      <link>https://blog.bluetent.cc/posts/unix-stdout-comments/</link>
      <pubDate>Thu, 28 Oct 2004 07:21:13 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/unix-stdout-comments/</guid>
      <description>[]( &amp;ldquo;&amp;rdquo;) - Jun 1, 2006 不错的文章，恰好解答了我的疑问 []( &amp;ldquo;&amp;rdquo;) - Jul 0, 2006 不对呀 ，我执行 echo “stderr” &amp;gt;&amp;amp;2 2&amp;gt;&amp;amp;1 &amp;gt; /dev/null 却没有任何输出，这又如何解释呢 ？ []( &amp;ldquo;&amp;rdquo;) - Apr 2, 2007 /</description>
    </item>
    
    <item>
      <title>细细品味UNIX的数据流重定向</title>
      <link>https://blog.bluetent.cc/posts/unix-stdout/</link>
      <pubDate>Thu, 28 Oct 2004 07:21:13 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/unix-stdout/</guid>
      <description>我们经常会在UNIX系统下的一些脚本中看到类似&amp;rdquo;2&amp;gt;&amp;amp;1&amp;rdquo;这样的用法，例如“/path/to/prog</description>
    </item>
    
    <item>
      <title>Server Push技术</title>
      <link>https://blog.bluetent.cc/posts/server-push-comments/</link>
      <pubDate>Sun, 03 Oct 2004 06:51:32 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/server-push-comments/</guid>
      <description>[]( &amp;ldquo;&amp;rdquo;) - Jun 5, 2006 网站做的不错 有卖弄技术之嫌 [vincent]( &amp;ldquo;vincent860214@126.com&amp;rdquo;) - Feb 5, 2008 本人对这项技术不了解，有时间发一个份资料或示例给我，见实一下。多谢。 [vincent]( &amp;ldquo;vincent860214@126.com&amp;rdquo;) - Feb 5, 2008 哦，Ema</description>
    </item>
    
    <item>
      <title>Server Push技术</title>
      <link>https://blog.bluetent.cc/posts/server-push/</link>
      <pubDate>Sun, 03 Oct 2004 06:51:32 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/server-push/</guid>
      <description>服务器推送（Server Push）的思想是由服务器主动发送信息，并与客户端保持连接，直至服务器或客户端有一方自行中断连接为止。 Server Push的优</description>
    </item>
    
    <item>
      <title>电子期刊协同编辑系统设计</title>
      <link>https://blog.bluetent.cc/posts/journal-system-design/</link>
      <pubDate>Tue, 28 Sep 2004 07:04:04 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/journal-system-design/</guid>
      <description>同其它OA系统类似，电子期刊编辑系统的设计目的是为了减少网络交流带来的不便，协调各部门的进度，提高工作效率，从而将编辑从枯燥的排版、美工中解</description>
    </item>
    
    <item>
      <title>MSN出现0x81000370错误的解决方法</title>
      <link>https://blog.bluetent.cc/posts/msn-0x81000370-problem/</link>
      <pubDate>Mon, 27 Sep 2004 06:59:45 +0000</pubDate>
      
      <guid>https://blog.bluetent.cc/posts/msn-0x81000370-problem/</guid>
      <description>今天在登录MSN6.2的时候，突然出现了“0x81000370错误”，由于先前只是更改了软件的配置，没有动过程序文件，因而比较奇怪。goog</description>
    </item>
    
  </channel>
</rss>