<?xml version="1.0" encoding="gb2312"?>
	<rss version="2.0">
		<channel>
		<title><![CDATA[追寻智慧之美]]></title>
		<description><![CDATA[狡兔三窟，Blog三坑]]></description>
		<link>http://www.cublog.cn/u/29309/</link>
		<language>zh-cn</language>
		<generator>www.cublog.cn</generator>
		<copyright>Copyright 2010 ChinaUnix.Net All Rights Reserved</copyright>
		<pubDate>Fri, 03 Sep 2010 02:09:43 GMT</pubDate>
	
		<item>
			<title><![CDATA[Python 数据库技术 内训课件]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2316922]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 02 Sep 2010 11:00:07 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<div style="width: 425px;" id="__ss_5093577"><strong style="display: block; margin: 12px 0pt 4px;"><a href="http://www.slideshare.net/marchliu/python-5093577" title="Python 数据库技术讲座（一）">Python 数据库技术讲座（一）</a></strong><object id="__sse5093577" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=database1-100830224834-phpapp01&amp;stripped_title=python-5093577"><param name="allowFullScreen" value="true"><param name="allowScrip……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[PostgreSQL Standby 实践总结]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2311054]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 26 Aug 2010 11:09:39 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<div style="width: 425px;" id="__ss_5043882"><strong style="display: block; margin: 12px 0pt 4px;"><a href="http://www.slideshare.net/marchliu/postgre-sql-9-standby" title="PostgreSQL 9 的 standby 集群实践">PostgreSQL 9 的 standby 集群实践</a></strong><object id="__sse5043882" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=postgresql9standby-100824030136-phpapp01&amp;stripped_title=postgre-sql-9-standby"><param name="allowFullScreen" val……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[一组Python的讲座资料]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2302575]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 18 Aug 2010 17:49:15 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<p>安排有变，近期不会讲了，放出来请大家指正一下。</p><p>之前有老同事李道兵先生指出了其中的错误，表示感谢。</p><p>&nbsp;</p><div id="__ss_4959794" style="width: 425px;"><strong style="display: block; margin: 12px 0pt 4px;"><a href="http://www.slideshare.net/marchliu/1-python-4959794" title="1 Python简介">1 Python简介</a></strong><object id="__sse4959794" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=python-100813044202-phpapp02&amp;strip……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[关于UML的个人见解——答周筠和霍炬两位老师]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2252640]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sun, 13 Jun 2010 02:52:41 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<p>谢谢周老师和霍总的抬爱，我觉得很惭愧，</p>
<div>因为IT知识体系的大局观，我一直感觉不够。<br>
UML在02-04年的时候，非常爱用。但是在后来到北大青鸟做教师，上了一遍UML课程下来，备课过程中，甚至是在批改学生作业的时候，才深感以前对很
多基础的UML组成，根本就理解错了。也就是说那个时候所有的同事、客户都在乱用。我抛弃了UML之后，不但没觉得损失，还觉得写代码就写代码，直接、清
晰了很多。在这样一个领悟后，我彻底戒除了IDE和UML。反而感觉工作能力有所提升。<br>
对UML的立场，我也处于一个反复和深入的过程。一……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[PostgreSQL 9.0 新特性]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2207351]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 02 Apr 2010 01:40:48 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<span class="Apple-style-span" style="font-family: verdana, sans-serif; line-height: 18px; ">昨天读 PG9 的 Release Notes，有一些特性非常吸引我，摘录如下：<br><br>函数支持命名参数，这个已经达到类似Python 关键字参数的水准了。<br><br>忽略大小写的正则可以匹配 unicode 字符。<br><br>优化了继承表的查询性能。<br><br>允许统计函数就地排序。<br><br>优化 vacuum 性能。<br><br>可以在 limit 后的数据行上精确的设置行级锁。<br><br>可以利用索引计算 IS NOT NULL。<br><br>WAL 可以流化的向 Standby 同步。</span>
		
	……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[不许幻想]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2202755]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 26 Mar 2010 01:23:18 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		<font class="Apple-style-span" face="Verdana, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="font-family: verdana, sans-serif; font-size: 14px; line-height: 21px; ">路西法·晨……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[关于0bug事件，我的态度]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2179798]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 08 Feb 2010 01:55:25 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<span class="Apple-style-span" style="font-family: verdana, sans-serif; font-size: 14px; line-height: 21px; "><p style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 1em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; ">最近网络上闹出这个0bug事件，我一直只是个围观的酱油党，最多背地里招呼朋友一起<a href="http://www.douban.com/group/topic/9651108/" style="text-decoration: none; color: rgb(0, 107, 173); ">围观一下</a>。不过这件事现在看来是没完……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[今天配置了一下Emacs 的字体]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2177310]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 03 Feb 2010 14:52:23 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[
		<span class="Apple-style-span" style="font-family: Simsun; font-size: medium; "><div style="color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 8p……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[数据库技术人员的能力评估建议与培养规划]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2101233]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 23 Nov 2009 07:42:33 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<ul><li>自挖坑，存档&nbsp;</li></ul><h2 id="A.2BXJdPTYBMgP1TOlIG-">岗位职能区分</h2> <p class="line874">数据库技术在现代软件技术领域有广泛的应用，与数据相关的技术岗位和职能，也可以区分为若干个不同的类别。根据在一个理想的开发团队中不同的分工和知识掌握的不同，可以区分为：</p><ul><li style="list-style-type: none;">程序员</li><li style="list-style-type: none;">分析师</li><li style="list-style-type: none;">设计师 </li><li style="list-style-type: none;">架构师管理员</li></ul><p class="line874">对于数据……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[sqlalchemy、storm和web2py dal的比较报告]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2059775]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 25 Sep 2009 04:02:08 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<p>工作项目报告，所以抹掉项目名先，以“X”代之。<br>
<br>
分割线内内容仅代表个人意见，与所供职企业及参与社区无关。<br>
<br>
===================================</p>
<div id=":13k" class="ii gt"><br>
X 从很早的时候就出现各种数据库访问错误。包括链接数占用过多，死锁，僵尸事务等。本周我集中梳理了一遍代码。我认为，虽然数据库设计方面有诸多不合理之处，但是这些不合理主要影响业务错误，造成 X 性能和使用上的
问题是因为使用的ORM框架 storm 有严重的缺陷。<br>
<br>
首先，storm 对数据库架构的同步有非常奇……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[近日twitter发布的一些东西]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2054485]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 17 Sep 2009 06:03:41 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[ 数据库的架构与设计，应该从整体的范围去看问题，要从“<div id=":3d5" class="ii gt"><wbr>数据存储和管理服务”的角度，而不是“数据库软件”<br><br>&nbsp;&nbsp; 应用层开发阶段，可以不加入外键，在数据库运营阶段，<wbr>由DBA补完<br><br>&nbsp;&nbsp; ID列的主键身份，其实只是为了与ORM妥协，在很多情况下，<wbr>一个表只有ID主键列，既危险又愚蠢。如果应用层存在BUG，<wbr>就会引发严重问题。我的建议是，至少在运营前期，<wbr>就为关键实体数据加上唯一索引。<br><br>&nbsp;&nbsp; 存储过程有没有用？这个要看情况。做数据库架……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Postgres Story——最近访问用户问题]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2042792]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 01 Sep 2009 02:46:26 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<p>前几天有个朋友提了一个问题:</p>

<p>应用平台需要统计最近访问的20个用户的信息。</p>

<p>我第一个想到的是用memcache之类的专用的缓冲，以用户名为键，以最后访问时间为值，如
果用户访问比较均匀，限定一个合适的 超时值，查询的时候遍历过滤就好了，虽然不是很
精确，但是实现起来够简单。</p>

<p>答：不可以，领导要求只在数据库端解决。</p>

<h3>环境准备</h3>

<p class="first">提问的朋友使用的是 MySQL ，这里我用一个 PostgreSQL 8.4(Enterprise DB Postgres
Plus Stand Server 8.4) 建立实验环境。操作系……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Postgres 8.4 数据类型增进]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2041220]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Sat, 29 Aug 2009 12:55:03 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<ul><li>Add a CaseSensitive option for text search synonym dictionaries (Simon) 为文 本搜索同义词字典添加了 CaseSensitive 选项。</li><li>Improve the precision of NUMERIC division (Tom) 提升了 NUMERIC 除法的精度。</li><li>Add basic arithmetic operators for int2 with int8 (Tom) 为 int2 与 int8 添加 了一个基础算法操作符。  <blockquote> <p class="quoted">This eliminates the need for explicit casting in some situations.</p> </blockquote>  <blockquote> <p class="quoted">这就避免了一些需要显式类型转换的……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Postgres 8.4 操作工具增进]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2037198]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 26 Aug 2009 01:16:59 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<ul><li>Add a VERBOSE option to the CLUSTER command and clusterdb (Jim Cox) 为 CLUSTER 命令和 clusterdb 增加了 VERBOSE 选项</li><li>Decrease memory requirements for recording pending trigger events (Tom) 减少 了等待记录触发器事件的内存消耗。</li></ul>  <h5><a id="sec25" name="sec25"></a> Indexes 索引</h5>  <ul><li>Dramatically improve the speed of building and accessing hash indexes (Tom Raney, Shreya Bhargava) 戏剧性的提升了构建和访问 hash 索引的速度。  <blockquote> <p class="quoted">This allow……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Postgres 8.4 对象操作增进]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2031270]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 19 Aug 2009 01:37:03 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<ul><li>Add support for column-level privileges (Stephen Frost, KaiGai Kohei) 支持列 级授权。</li><li>Refactor multi-object DROP operations to reduce the need for CASCADE (Alex Hunsaker) 多对象删除操作对 CASCADE (级联——译者)的依赖降低。  <blockquote> <p class="quoted">For example, if table B has a dependency on table A, the command DROP TABLE A, B no longer requires the CASCADE option.</p> </blockquote>  <blockquote> <p class="quoted">例如，表 B 依赖于表 A，DROP TABLE A, B 命令不再需要 CASCADE……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Postgres 8.4 性能提升]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2026702]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 13 Aug 2009 14:56:22 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<ul><li>Improve optimizer statistics calculations (Jan Urbanski, Tom) 优化统计计算。  <p>In particular, estimates for full-text-search operators are greatly improved.  特</p><blockquote> <p class="quoted">别是，全文搜索操作有极大的提升。</p></blockquote></li><li>Allow SELECT DISTINCT and UNION/INTERSECT/EXCEPT to use hashing (Tom) 允许  SELECT DISTINCT 和 UNION/INTERSECT/EXCEPT 使用 hash。  <blockquote> <p class="quoted">This means that these types of queries no longer automatically  produce sor……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Postgres 8.4 性能提升]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2026703]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 13 Aug 2009 14:56:22 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<ul><li>Improve optimizer statistics calculations (Jan Urbanski, Tom) 优化统计计算。  <p>In particular, estimates for full-text-search operators are greatly improved.  特</p><blockquote> <p class="quoted">别是，全文搜索操作有极大的提升。</p></blockquote></li><li>Allow SELECT DISTINCT and UNION/INTERSECT/EXCEPT to use hashing (Tom) 允许  SELECT DISTINCT 和 UNION/INTERSECT/EXCEPT 使用 hash。  <blockquote> <p class="quoted">This means that these types of queries no longer automatically  produce sor……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Postgres 8.4 升迁注意事项]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2012735]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 30 Jul 2009 01:33:44 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<p class="first">A dump/restore using pg_dump is required for those wishing to  migrate data from any previous release.</p> <p>从旧版本迁移数据之前，必须要用 pg_dump 备份数据。</p> <p>Observe the following incompatibilities:</p> <p>注意以下不兼容问题：</p> <h4>General 普遍性</h4> <ul><li>Use
64-bit integer datetimes by default (Neil Conway) 默认使用 64 位整数计时
Previously this was selected by configure's —enable-integer-datetimes
option. To retain the old behavior, build with
—disable-in……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[Emacs 窗体的透明设置]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2006758]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 24 Jul 2009 15:35:01 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<div class="content clear-block">
    <p class="first">昨天朋友发来一个代码给我，可以让 windows 上的 emacs 窗体像 X 或苹果那样实现半透 明。代码并不复杂：</p>  <pre class="src">(set-frame-parameter (selected-frame) 'alpha (list 85 50))<br>(add-to-list 'default-frame-alist (cons 'alpha (list 85 50)))<br></pre>  <p>然后经过一番努力，我写了一个切换功能，按f7进入透明，按f8退出透明状态。</p>  <pre class="src">(defun transform-window (a ab)<br>  (set-frame-parameter (selected-frame) 'alpha (list a ab)……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[ Postgres 8.4 的更新内容概要]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/29309/showart.php?id=2005129]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 23 Jul 2009 11:21:33 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<p class="first">After many years of development, PostgreSQL has become
feature-complete in many areas. This release shows a targeted approach
to adding features (e.g., authentication, monitoring, space reuse), and
adds capabilities defined in the later SQL standards. The major areas
of enhancement are:</p>
<p>经过多年开发后，PostgreSQL 在很多方面都具有了完备的功能。这次发布定位于添加功能（例如授权、监控、空间回收），以及添加最新 SQL  标准中的新功能。主要的增强在于以下几个方面：</p>
<ul><l……  ]]></description>
		</item>	
			</channel>
	</rss>
