<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Tao</title><subtitle type="text">Tao obeys its own inherent Nature</subtitle><id>http://feed.cnblogs.com/blog/u/28666/rss</id><updated>2007-11-20T09:24:59Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28666/rss"/><entry><id>http://www.cnblogs.com/taotao/archive/2007/11/13/958226.html</id><title type="text">How To: Clear cache for symfony</title><summary type="text">Oriignal article: http://www.symfony-project.com/book/1_0/18-PerformanceClearing Selective Parts of the CacheDuring application development, you have to clear the cache in various situations: When you...</summary><published>2007-11-13T09:23:00Z</published><updated>2007-11-13T09:23:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958226.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958226.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/11/13/958100.html</id><title type="text">How To: Using symfony to add a join between tables</title><summary type="text">1. simple join two tables purpose:generate sql like:  select * from photo p left join artist a on p.artist_id = a.artist_id where a.genre = 'something' and p.genre = 'something'code: if(!CriteriaUtil:...</summary><published>2007-11-13T07:49:00Z</published><updated>2007-11-13T07:49:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958100.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958100.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/11/13/958099.html</id><title type="text">How To: using bash script to backup MySql</title><summary type="text">Create a file backup_db.sh, and paste the following contents:#get the first parameter as the database nameDATABASE=$1#if no database specified, then you can set the default oneif [ -z $DATABASE ]; the...</summary><published>2007-11-13T07:49:00Z</published><updated>2007-11-13T07:49:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958099.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958099.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/11/13/958098.html</id><title type="text">How To: open Mysql binary log</title><summary type="text">#server-id = 1log-bin = /var/log/mysql/mysql-bin.log#if you set the expire_logs_days = x var in the [mysqld] section of your my.cnf it will automatically rotate your bin logs after x days.expire_logs_...</summary><published>2007-11-13T07:49:00Z</published><updated>2007-11-13T07:49:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958098.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/11/13/958098.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/09/25/905452.html</id><title type="text">Add two ips to one NIC in ubuntu</title><summary type="text">edit file: /etc/network/interfaces  the original content should be something like:# The primary network interfaceauto eth0iface eth0 inet staticaddress 192.168.0.5netmask 255.255.255.0network 192.168....</summary><published>2007-09-25T06:37:00Z</published><updated>2007-09-25T06:37:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/09/25/905452.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/09/25/905452.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/08/30/876219.html</id><title type="text">type redefinition Error after Import ADO in vc++</title><summary type="text">Correct Implementation of #importIt is important to invoke ADO correctly in your program, or you can have compiler errors. The following code demonstrates the correct way to use #import with Msado10.d...</summary><published>2007-08-30T10:39:00Z</published><updated>2007-08-30T10:39:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/08/30/876219.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/08/30/876219.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/08/30/876212.html</id><title type="text">Add javascript to the client</title><summary type="text">Show how to add script to the client in aspx file. /// &amp;lt;param name="rbl"&amp;gt;RadioButtonList to apply script to&amp;lt;/param&amp;gt;/// &amp;lt;param name="page"&amp;gt;The Page the script is going to be appended ...</summary><published>2007-08-30T10:34:00Z</published><updated>2007-08-30T10:34:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/08/30/876212.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/08/30/876212.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/08/30/876184.html</id><title type="text">Add Command here to right button click in explore (Windows XP)</title><summary type="text">Add Command here to right button click in explore (Windows XP)http://www.cnblogs.com/Files/taotao/CMDHere.reg.css Download the file, and remove the .css from the filename, then the file is CMDHere.reg...</summary><published>2007-08-30T10:15:00Z</published><updated>2007-08-30T10:15:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/08/30/876184.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/08/30/876184.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/08/30/875781.html</id><title type="text">Using Javascript to access/change control's property</title><summary type="text">Set readonly for input text document.getElementById("ctrl_id").readOnly  = true; //pay attention to the readOnly, it's case sensitive.Set option to unable toselect for select control:&amp;lt;option value=...</summary><published>2007-08-30T06:31:00Z</published><updated>2007-08-30T06:31:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/08/30/875781.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/08/30/875781.html"/></entry><entry><id>http://www.cnblogs.com/taotao/archive/2007/08/29/874148.html</id><title type="text">Refresh related controls' value when data changed using DataBind in Winform</title><summary type="text">Goal:Use a ComboBox to select an item, andsave the selected item's value to some textboxes. each control is using databinding.Problems:1. set control's value when comboBox changed, after the comboBox ...</summary><published>2007-08-29T02:31:00Z</published><updated>2007-08-29T02:31:00Z</updated><author><name>Wade</name><uri>http://www.cnblogs.com/taotao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/taotao/archive/2007/08/29/874148.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/taotao/archive/2007/08/29/874148.html"/></entry></feed>
