<?xml version="1.0" encoding="gb2312"?>

<rss version="2.0">
    <channel>
    <title>醉清风的叶子</title>
    <link>http://lts98.blog.tianya.cn/</link>
    <description>热衷于开源技术，一起学习，共同进步:)
EMAIL：liutiansi@gmail.com
    </description>

    <item>
      <title><![CDATA[[音乐]Ein Kleines Lied(失色天空)]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[My life             ]]></category> <pubDate>2009-11-5星期四(Thursday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19937864&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>歌词:<BR>Ein Kleines Lied <BR>Ich singe ein kleines lied,ein kleines Melody . <BR>Hast du sie mal gehoert.Dann vergest du sie nie. <BR>Singe ein kleines lied,und das ist wundbar. <BR>telesinge mit,wir singen lalala  <BR>Ich singe ein kleines Lied <BR>Ich chancen Ruhe bitte <BR>Kommst du singen all mit <BR>Dann verstehen denn bei Tetel <BR>Ich singe ein kleines Lied,weil ich freundlich bin. <BR>Gerleschaft geschiedt,besonders habe ich nicht Sendung <BR>Viele nicht mein durf <BR>Und das ist nie mit Mutter  <BR>Singe ich mein Lied <BR>Oder wie gehts nie Ruhe <BR><BR>Ein Kleines Lied <BR>Ich singe ein kleines lied,ein kleines Melody . <BR>Hast du sie mal gehoert.Dann vergest du sie nie. <BR>Singe ein kleines lied,und das ist wundbar. <BR>telesinge mit,wir singen lalala  <BR>Ich singe ein kleines Lied <BR>Ich chancen Ruhe bitte <BR>Kommst du singen all mit <BR>Dann verstehen denn bei Tetel <BR><BR>Ein Kleines Lied <BR>Ein Kleines Lied <BR>Ein Kleines Lied <BR>Ein Kleines Lied <BR>Ein Kleines Lied~~~~~~~~~~~<br/><BR><embed src="http://music1.tianya.cn/irok/apps/iMusicA/iMusicA.swf?musicId=160188&username=ltsnet98&autoStart=false" wmode="transparent" quality="high" width="403" height="60" name="iMusicPlayer" align="middle" play="false" loop="false" allowscriptaccess="always" id="iMusicPlayer" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed><br/>]]></description>
	  <comments>2009-11-5 22:11:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19937864&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[配置java数据库连接池的郁闷事]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[JAVA                ]]></category> <pubDate>2009-11-5星期四(Thursday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19933871&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>故障现象：<BR>   在数据库帐号密码没有问题，但应用死活连不上MSSQL数据库，日志报校验错误。<BR><BR>处理步骤：<BR>1、更换了MS官方的驱动换成开源的jtds-1.2.jar包问题依旧。<BR>2、写了一个简单的jsp测试文件能正常连接数据库，晕。可以确定帐号、密码、MSSQL服务没有问题。<BR>3、查看连接池配置，发现密码域串含有"&"号，在XML中是属于转义符，更个密码，连接成功：）<BR>注：在XML中“&”号需要转成“&amp；”]]></description>
	  <comments>2009-11-5 18:22:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19933871&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[诡异的IIS BUG!!]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Windows             ]]></category> <pubDate>2009-10-28星期三(Wednesday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19744061&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>问题描述：<BR>部分网友访问test.asp?a=welcome提示：<BR>错误 '80004005'<BR>未指定的错误<BR>/test.asp，行2  <BR><BR>test.asp代码内容：<BR>＜%<BR>response.write request("a")<BR>%＞<BR><BR>解决方法：<BR>当用户发起一个query请求时都会向服务器端传递cookie id，由于客户端的cookie的未知原因，服务器接收时无法被解析因为抛出该错误信息。清空cookie就正常了。好诡异!!<BR><BR>原因已经查明，由于ASP GET变量名称与同域下的cookie相同，而request的优先级中cookie比较GET要高，因些造成了冲突。]]></description>
	  <comments>2009-11-19 20:28:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19744061&amp;idWriter=0&amp;Key=0" target="_blank">(3)</a></comments>
    </item>

    <item>
      <title><![CDATA[ubuntu9.04+Eclipse整合java+python+c++环境]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Ubuntu              ]]></category> <pubDate>2009-10-26星期一(Monday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19705147&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>1、安装jdk<BR>sudo apt-get install sun-java6-jdk<BR>2、安装Eclipse<BR>sudo apt-get install eclipse<BR>3、安装pydev<BR>下载：http://downloads.sourceforge.net/project/pydev/pydev/Pydev%201.5.0/org.python.pydev.feature-1.5.0.1251989166.zip?use_mirror=ncu并解压<BR>运行Eclipse->Help->software update->Find and install->search for new features to install->new local site..->选择解压目录，搞定。<BR>4、sudo apt-get install eclipse-cdt<BR>新建一个C＋＋工程：<BR>file-->new-->project-->C++-->managed make C++ project     (选这个不用自己写make file)<BR>代码提示：<BR>启动Eclipse.进入：Windows-->Preferences-->C/C++找到Environment。增加两个变量：<BR>CPLUS_INCLUDE_PATH: /usr/include/c++/4.3.3<BR>C_INCLUDE_PATH: /usr/include]]></description>
	  <comments>2009-10-26 18:17:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19705147&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[用jar更新包中的类文件]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[JAVA                ]]></category> <pubDate>2009-10-25星期日(Sunday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19690516&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>    大多数的jar包的创建、更新都在Eclipse中去完成了，今天在Linux没有Eclipase的环境，还是乖乖用命令行了。<BR>jar文件：/home/resin.jar<BR>需更新包中com/caucho/server/port/Port.class类文件<BR>方法1：<BR>jar uf resin.jar com/caucho/server/port/Port.class<BR>要求是必须知道jar包的结构要非常熟悉,可以使用:jar tf resin.jar来查看。<BR><BR>方法2：<BR>解压resin.jar->覆盖相应类文件->再打包(jar cvf resin.jar com)<BR><BR>jar详细用法：<BR>用法：jar {ctxu}[vfm0Mi] [jar-文件] [manifest-文件] [-C 目录] 文件名 ...<BR>选项：<BR>    -c 创建新的存档<BR>    -t 列出存档内容的列表<BR>    -x 展开存档中的命名的（或所有的〕文件<BR>    -u 更新已存在的存档<BR>    -v 生成详细输出到标准输出上<BR>    -f 指定存档文件名<BR>    -m 包含来自标明文件的标明信息<BR>    -0 只存储方式；未用ZIP压缩格式<BR>    -M 不产生所有项的清单（manifest〕文件<BR>    -i 为指定的jar文件产生索引信息<BR>    -C 改变到指定的目录，并且包含下列文件：]]></description>
	  <comments>2009-10-26 0:10:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19690516&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[修复rpmdb损坏故障]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-10-8星期四(Thursday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19347997&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>进行任何rpm操作时提示：<BR>rpmdb: Program version 4.2 doesn't match environment version<BR>error: db4 error(22) from dbenv->open: Invalid argument<BR>error: cannot open Packages index using db3 - Invalid argument (22)<BR>error: cannot open Packages database in /var/lib/rpm<BR><BR>解决方法：<BR># rm -rf /var/lib/rpm/__db*<BR># rpm --rebuilddb<BR>重启rpmdb。]]></description>
	  <comments>2009-10-8 16:48:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19347997&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[DNS服务器不能提供服务(＂quota reached＂)的解决方法]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[DNS                 ]]></category> <pubDate>2009-10-8星期四(Thursday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19341336&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>原因：<BR>     服务器提供的递归查询的最大数量，导致不能提供DNS解析服务。<BR>解决方法：<BR>    在/etc/named.conf文件中的“options”中加入下面一行信息：<BR> recursive-clients 1000000;<BR>    然后重新启动named即可<BR>DNS and Bind的相关的内容<BR>Limiting the number of clientsBIND 9 gives you the ability to restrict the number of clients your name server will serve concurrently. You can apply a limit to the number of recursive clients (resolvers plus name servers using your name server as a forwarder) with the recursive-clients substatement:<BR>    options {<BR>    	recursive-clients 10;<BR>    };<BR>The default limit is 1000. If you find your name server refusing recursive queries and logging, as shown by an error message like this one:<BR>    Sep 22 02:26:11 terminator named[13979]: client 192.249.249.151#1677: no more <BR>    recursive clients: quota reached<BR>you may want to increase the limit. Conversely, if you find your name server struggling to keep up with the deluge of recursive queries it receives, you could lower the limit.<BR>You can also apply a limit to the number of concurrent TCP connections your name server will process (for zone transfers and TCP-based queries) with the tcp-clients substatement. TCP connections consume considerably more resources than UDP because the host needs to track the state of the TCP connection. The default limit is 100.<BR>原文：http://www.opendigest.org/article.php/43]]></description>
	  <comments>2009-10-8 10:45:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19341336&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[处理dns has no NS records]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[DNS                 ]]></category> <pubDate>2009-9-22星期二(Tuesday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19130542&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>参加文章：<BR>http://blog.tianya.cn/blogger/post_show.asp?idWriter=571320&Key=834795970&BlogID=311462&PostID=14425741<BR>配置完毕运行：<BR>/usr/sbin/named -u named -gc /etc/named.conf<BR><BR>提示：<BR>...................<BR>Nov 27 13:17:58 dns named[1966]: zone localhost.zone/IN: has no NS records<BR>Nov 27 13:17:58 dns named[1966]: zone named.local/IN: has no NS records<BR>Nov 27 13:17:58 dns named[1966]: zone hk.hn/IN: has no NS records<BR>...................<BR><BR>解决方法：<BR>原因为直接copy web上的配置文件，配置文件中的NS行没有空格或tab，添加上一个tab就可以了。<BR>如"IN NS localhost".换成"    IN NS localhost."即可。]]></description>
	  <comments>2009-9-22 17:06:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19130542&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[给php添加iconv模块]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[WebServer           ]]></category> <pubDate>2009-9-20星期日(Sunday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19099121&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>./configure  --with-mysql=/backup/mysql --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib  --with-curl --with-gd --enable-gd-native-ttf --with-apxs2=/usr/local/apache/bin/apxs --enable-sockets --with-iconv<BR>make时提示：<BR>.....................................................<BR>ext/iconv/.libs/iconv.o(.text+0x1738): In function `zif_iconv_mime_encode':<BR>/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1017: undefined reference to `libiconv_open'<BR>ext/iconv/.libs/iconv.o(.text+0x1756):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1031: undefined reference to `libiconv_open'<BR>ext/iconv/.libs/iconv.o(.text+0x1993):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1290: undefined reference to `libiconv_close'<BR>ext/iconv/.libs/iconv.o(.text+0x19ad):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1293: undefined reference to `libiconv_close'<BR>ext/iconv/.libs/iconv.o(.text+0x1b01):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1102: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x1b33):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1134: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x1b5e):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1150: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x1e10):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1202: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x1e3c):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1233: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x207f):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1277: more undefined references to `libiconv' follow<BR>ext/iconv/.libs/iconv.o(.text+0x2c08): In function `php_iconv_stream_filter_dtor':<BR>/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:2393: undefined reference to `libiconv_close'<BR>ext/iconv/.libs/iconv.o(.text+0x2cf2): In function `php_iconv_stream_filter_append_bucket':<BR>/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:2543: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x2d34):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:2543: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x2de7):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:2465: undefined reference to `libiconv'<BR>ext/iconv/.libs/iconv.o(.text+0x30e2): In function `php_iconv_stream_filter_factory_create':<BR>/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:2419: undefined reference to `libiconv_open'<BR>collect2: ld returned 1 exit status<BR>make: *** [sapi/cli/php] Error 1<BR><BR>解决方法：<BR>#wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz<BR>#tar -zxvf libiconv-1.13.1.tar.gz<BR>#cd libiconv-1.13.1<BR># ./configure --prefix=/usr/local/libiconv<BR># make<BR># make install<BR><BR>再检查php<BR>#./configure  --with-mysql=/backup/mysql --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib  --with-curl --with-gd --enable-gd-native-ttf --with-apxs2=/usr/local/apache/bin/apxs --enable-sockets --with-iconv=/usr/local/libiconv<BR>#make<BR>#make install<BR><BR>另一种解决方法为去除iconv模块也能正常编译php，如下：<BR>編輯 Makefile 大約 77 行左右的地方:<BR>EXTRA_LIBS = ..... -lcrypt<BR>在最後加上 -liconv，例如:<BR>EXTRA_LIBS = ..... -lcrypt -liconv<BR>再运行make就可以了。]]></description>
	  <comments>2009-9-20 18:26:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19099121&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[安装ntop平台]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-9-15星期二(Tuesday)大雨</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19011388&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>wget http://oss.oetiker.ch/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz<BR>wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.3.5.tar.gz<BR>wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.18.tar.gz<BR>tar -zxvf libart_lgpl-2.3.17.tar.gz<BR>cd libart_lgpl-2.3.17<BR>./configure<BR>make;make install<BR>cd<BR>tar -zxvf freetype-2.3.5.tar.gz<BR>cd freetype-2.3.5<BR>./configure<BR>make ;make install<BR>cd<BR>tar -zxvf libpng-1.2.18.tar.gz<BR>libpng-1.2.18<BR>./configure<BR> make ;make install<BR><BR>cp -r libart-2.0/ /usr/include/libart-2.0/<BR>cp -r freetype2/ /usr/include/freetype2/<BR>cp -r libpng12/ /usr/include/libpng12/<BR><BR>wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.27.tar.gz<BR>tar -zxvf rrdtool-1.2.27.tar.gz<BR>cd rrdtool-1.2.27<BR>ls<BR>./configure --prefix=/usr/local/rrdtool<BR>make && make install<BR><BR>安装libevent<BR>wget http://monkey.org/~provos/libevent-1.4.3-stable.tar.gz<BR>tar -zxvf libevent-1.4.3-stable.tar.gz<BR>cd libevent-1.4.3-stable<BR>./configure && make && make install<BR><BR>安装ntop:<BR>tar -zxvf ntop-3.3.10.tar.gz<BR>cd ntop-3.3.10<BR>./autogen.sh<BR><BR>问题1：configure: error: cannot find macro directory `m4'<BR>解决1cd /home/root/source/ntop-3.3.10<BR>mkdir m4<BR><BR>问题2：<BR>/usr/bin/ld: /usr/local/lib/libz.a(compress.o): relocation R_X86_64_32 against `a local symbol' can not be used when<BR><BR>making a shared object; recompile with -fPIC<BR>/usr/local/lib/libz.a: could not read symbols: Bad value<BR>collect2: ld returned 1 exit status<BR>make[2]: *** [libgd.la] 错误 1<BR>make[2]: Leaving directory `/usr/local/src/ntop'<BR>make[1]: *** [all-recursive] 错误 1<BR>make[1]: Leaving directory `/usr/local/src/ntop'<BR>make: *** [all] 错误 2<BR><BR>解决：<BR>wget http://www.imagemagick.org/download/delegates/zlib-1.2.3.tar.gz<BR>tar -zxvf zlib-1.2.3.tar.gz<BR>cd zlib-1.2.3<BR>./configure<BR><BR>vi Makefile<BR>找到 CFLAGS=-O3 -DUSE_MMAP<BR>在后面加入-fPIC，即变成CFLAGS=-O3 -DUSE_MMAP -fPIC<BR>接下面步骤<BR>make<BR>make install<BR><BR>继续安装ntop(此时已生成了configure):<BR>./configure --with-rrd-home=/usr/local/rrdtool<BR>make<BR>make install<BR><BR>配置，启动ntop<BR>useradd ntop //新建ntop用户<BR>mkdir -p /var/www/html/ntop //建立ntop存放db文件夹，此路径可更改<BR>chown -R ntop:ntop /var/www/html/ntop<BR>cp /ntop-3.3.9/packages/RedHat/ntop.conf.sample /etc/ntop.conf<BR>ntop -A //设置ntop管理员密码<BR>ntop -P /var/www/html/ntop -u ntop //启动ntop，如无上一部，第一次运行是也会要求设置ntop管理员密码<BR>[root@rhel5u3 ~]#echo "/usr/local/bin/ntop -d -u ntop -P /var/www/html/ntop/ " >> /etc/rc.local //开机自动启动ntop<BR>浏览器打开http://IP:3000,就可以看到ntop的流量统计的网页<BR>PS：默认端口为3000,如果需要修改端口，启动ntop时试用-w参数<BR>如 ntop -P /var/www/html/ntop -u ntop -w 4000<br/><BR>效果图：<BR><img src="http://linux.softpedia.com/screenshots/ntop_1.jpg" onload="javascript: img_auto_size(this,500,true);" style="DISPLAY: block; MARGIN: 0px auto 5px; TEXT-ALIGN: center;"><br/>]]></description>
	  <comments>2009-9-20 6:48:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=19011388&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[非常不错的Mysql建模工具MySQL Workbench]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Databases           ]]></category> <pubDate>2009-9-4星期五(Friday)多云</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18856044&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>MySQL Workbench的主要功能包括：<BR><UL><BR><LI>基于<A href="http://www.cairographics.org/" target=_blank>Cairo</A> 的图形渲染，可以将内容输出到OpenGL、Win32、X11、Quartz、PostScript、PDF等多种目标上</LI><BR><LI>可视化的表、视图、存储进程/函数和外键</LI><BR><LI>实现数据库到SQL脚本的逆向工程</LI><BR><LI>数据库/模型的同步</LI><BR><LI>导出SQL创建的脚本</LI><BR><LI>导入DBDesigner4的模型</LI><BR><LI>支持MySQL5的特性</LI><BR><LI>可选的图示记号</LI></UL><BR><P><BR>------------------------------------------------------------------------------------------------------------------<BR>------------------------------------------------------------------------------------------------------------------<BR></P><BR><H3>软件截图</H3><BR><P><A href="http://www.mrven.com/wp-content/uploads/wb_diagam_zoomed_out1.png"><IMG class="size-medium wp-image-284 alignnone" title=wb_diagam_zoomed_out1 height=239 alt="" src="http://www.mrven.com/wp-content/uploads/wb_diagam_zoomed_out1-300x239.png" width=300>&nbsp;</A></P><BR><BR><P>输出结果：<IMG style="DISPLAY: block; MARGIN: 0px auto 5px; TEXT-ALIGN: center" src="http://img15.tianya.cn/photo/2009/9/4/14776009_571320.jpg" onload="javascript : img_auto_size(this,500,true);"><BR></P>]]></description>
	  <comments>2009-9-20 6:48:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18856044&amp;idWriter=0&amp;Key=0" target="_blank">(1)</a></comments>
    </item>

    <item>
      <title><![CDATA[网络基础知识普及—MB/s、Mb/s、Mbps 区别]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-9-3星期四(Thursday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18828653&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>经常会在这方面搞混，记下来。<BR>MB/s和Mb/s是有区别的。其中大B代表Byte(字节)，小b代表bit(比特 或 位)。<BR>　　1 Kb = 1024 bit<BR>　　1 KB = 1024 Byte <BR>　　1 Mb = 1024 Kb<BR>　　1 MB = 1024 KB<BR>　　1 Byte = 8 bit<BR>     1 MB = 8Mb<BR>     1 Mb = 0.125 MB<BR>数据传输率的单位一般采用MB/s或Mb/s。<BR>在数据传输率上官方数据中(如电信部门)一般采用Mb/s为单位。<BR>而下载软件(如IE、迅雷、快车)一般采用MB/s为单位。<BR><BR>宽带最高下载理论值：<BR>1Mb/s = 0.125MB/s = 128KB/s<BR>电信部门说的1M宽带的M是指Mb/s，下载软件时的传输率是MB/S，也就是1M宽带下载速度最快128KB/s，再去掉损耗也就是120KB/s左右。按这个说法10M的宽带最快下载速度是1.25MB/s，100M的宽带最快下载速度是12.5MB/s。<BR>       其实，所谓1M宽频，其实是指1Mbps（每秒百万位元）线路速度，而其下载速度计算方式是1 x 1024 / 8 = 128KB/sec（每秒128位元组），但这只是理论上的速度，因为在实际应用上，还要再减去大约25％网络速率的损耗。<BR>据TMnet Streamyx官方网站披露，除了以太网络标头值（Ethernet Header）之外，这些流失因素包括传输控制协议标头值（TCP Header）有5至10％的传输消耗，而异步传输模式标头值（ATM Header）则多达15％。<BR>因此：1M宽频的实际上网速度是1乘以1024和除去8，得出128KB/s再乘75％，等于96KB/s，就是你的1M宽频网络的真正速率。<BR>目前我国宽频上网速度介于512Kbps至2Mbps之间。同样的道理，在2M或512K也是一样。512K则是512Kbps（每秒千位元）。以此计算的话，我们可以粗略得出目前宽频的实际下载速度：<BR>宽频线路速度 理想下载速度 实际下载速度<BR>2Mbps       256KB/s      192KB/s<BR>1Mbps       128KB/s       96KB/s<BR>512Kbps      64KB/s       48KB/s<BR>一般说来，频宽越大，下载速度就越快， 但下载速度除受服务供应商因素所影响外，用户本身所使用操作系统、浏览器及电脑配备等因素，亦可影响宽频速度，其中又以最大传输单位（Maximum Transmission Unit，MTU）设定错误问题最为常见。<BR> <BR>别让Mbps吓到了你<BR> <BR>什么是512Kbps？2Mbps上网速度有多快？Kbps和Mbps又如何加以区分？<BR>“Mbps”和“Kbps”等字眼经常在媒体出现，尽管很多人知道这些是网络速度的计算单位，但很少人知道它们之间的差别，以及其实际速率的计算法。<BR>每天翻开报纸或杂志、扭开电视或收音机，穿插在新闻内容的“Mbps”和“Kbps”常会被错误引用。即使是经常采访资讯工艺新闻的IT记者，也常会对此混淆不清，因而闹出许多笑话。<BR>例如：明明是1Mbps，被当成1Kbps，又或者把大写KB/s，当作小写的Kb/s。这种错误就像是跑得快的免子，却被形容为乌龟一样滑稽。<BR>每秒千位元或百万位元<BR>所谓的Mbps其实是指每秒百万位元（Megabits per second），而Kbps则是每秒千位元（Kilobits per second）<BR>也许你会问：“位元又是什么？”其实，电脑是以Bit（位元）和Byte（位元组）作为计算单位。bit是“binary digit”的缩写，它是电脑辨识讯息的最小单位，再上一个更大的单位为位元组（byte）。<BR>由于八个位元一组（8 bits = 1 byte），我们常在电脑打的每一个字体或符号等资料，通常会以位元组的方式来打包。一个位元组代表示一个字符，例如“Q”、“4”或“，”等，都属于一个位元组。<BR>正如长度计算单位的公尺（Meter，M）和公里（Kilometer，KM）的情况一样，电脑将位元组的一千倍称作KB（Kilobyte）。而KB的一千倍为MB（Megabyte）。<BR>当然，一千倍是笼统的说法。由于电脑使用的是二进位系统，准确的倍数计算法是二的十次方，因此1KB相等于1024个位元组。<BR>KB和Kb大小写意义不同<BR>一般用来上网的数据机及网络通讯的传输速率都是以“bps”为单位，例如14.4Kbps，28.8Kbps，56Kbps，1Mbps及2Mbps等等。<BR>无论用作电脑储存或网络速度的计算单位，Kb/s和KB/s英文字母大写和小写之意义截然不同，这是许多人常会犯错的地方。<BR>大写的B代表位元组（Byte），小写的b则代表位元（bit），所以MB（Megabyte）是百万位元组，Mb（megabit）是百万位元；KB/s是每秒千位元组，而Kbps则是每秒千位元。<BR>网络速度单位之间关系：<BR>●Kb/s＝每秒千位元，用于线路速度。<BR>●KB/s＝每秒千位元组，用于下载速度。<BR>●1KB/s = 8Kb/s<BR>●1 Byte（位元组） = 8 bits（位元）<BR>●1 Kb（千位元） = 1024 bit（位元）s<BR>●1 KB（千位元组） = 1024 bytes（位元组）<BR>●1 Mb （百万位元）= 1024 Kb（位元）<BR>●1 MB（百万位元组） = 1024 KB（位元组）<BR>MB/s的含义是兆字节每秒，Mbps、Mb/s的含义是兆比特每秒，前者是指每秒传输的字节数量，后者是指每秒传输的比特位数。二者是完全不同的。Byte是字节数，bit是位数，在计算机中每八位为一字节，也就是1Byte＝8bit，是1：8的对应关系。因此1MB/s等于8Mb/s。因此在在书写单位时一定要注意B字母的大小写，此时B字母的大小真可以称为失之毫厘，谬以千里。<BR>原文：http://blog.163.com/heavenhades/blog/static/158388692009428681737/<BR>(个人总结一下Mb/s、Mbps的区别)<BR>p = per = /]]></description>
	  <comments>2009-9-3 11:34:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18828653&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[Not enough storage is available to complete this o]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Windows             ]]></category> <pubDate>2009-8-31星期一(Monday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18788519&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>页面显示：<BR>Not enough storage is available to complete this operation<BR><BR>    但是无论是c盘还是d盘，都还剩余几个G，这是怎么回事呢？今天在搜索vista加入域的时候（这其实为了写另外一个帖子vista加入域，请参考 http://gnaw0725.blogbus.com/logs/5322425.html ），终于看到了相关的kb，kb935744 http://support.microsoft.com/default.aspx?scid=kb;en-us;935744，看看日期是2007年4月23日，还挺新的 ：）<BR><BR>    问题是这样的：当验证动作发生时，如果用户是一个群组的成员或者隶属于其他组，那么系统将在本地生成Kerberos 票据的同时，将会添加那个组的SID。该SID信息必须使用Kerberos进行通讯。如果需要的SID信息超过了系统默认的票据大小，验证动作将会失败。在Win2k以前版本中，注册表中缺省的MaxTokenSize值为8k，而在win2k sp2以及以后的版本中，缺省值为12k。<BR>解决方法，只要增加 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters 下的 MaxTokenSize值就好了。具体操作请参考 http://support.microsoft.com/kb/935744/zh-cn<BR>原文：http://activedirectory.blogbus.com/logs/11505315.html]]></description>
	  <comments>2009-8-31 23:55:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18788519&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[拿内存来当硬盘用-tmpfs]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-8-30星期日(Sunday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18767916&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>1.tmpfs 简要介绍<BR>　　<BR>　　所谓的tmpfs，跟ramdisk（虚拟磁盘）相似，但不一样。象虚拟磁盘一样，tmpfs 可以使用您的 RAM，但它也可以使用交换分区来存储。而且传统的虚拟磁盘是个块设备，并需要一个 mkfs 之类的命令才能真正地使用它，tmpfs 是一个文件系统，而不是块设备；您只是安装它，它就可以使用了。不需要做任何内核级别的调整，不需要重启。<BR>　　<BR>2.tmpfs有以下优势：<BR>a.动态文件系统的大小，<BR>b.tmpfs 的另一个主要的好处是它闪电般的速度。因为典型的 tmpfs 文件系统控制得当，则所有的操作都在内存完成，读写几乎可以是瞬间的。<BR>c.tmpfs 数据在重新启动之后不会保留，因为虚拟内存本质上就是易失的。所以有必要做一些脚本做诸如加载，绑定的操作。<BR>　　<BR>3.tmpfs 使用<BR>　　一般在rc.local里写入mount tmpfs /cache -t tmpfs -o size=3072m（限定使用内存3072M作为tmpfs使用）<BR><BR>4.配合squid来使用<BR>　　修改squid的配置文件中关于cache dir设置(其他设置根据需要确定)<BR>cache_dir ufs /cache 3000 32 128]]></description>
	  <comments>2009-9-20 6:51:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18767916&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[curl gzip请求URL]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-8-28星期五(Friday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18732394&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>curl -I http://www.sina.com.cn/ -H Accept-Encoding:gzip,defalte]]></description>
	  <comments>2009-8-28 14:40:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18732394&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[CentOS 64X启动Pureftpd服务故障处理。]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-8-21星期五(Friday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18620585&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>1、error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory<BR>yum -y install zlib<BR><BR>2、error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory<BR>yum -y install libcap<BR><BR>3、error while loading shared libraries: libpam.so.0: cannot open shared object file: No such file or directory<BR>yum -y install pam]]></description>
	  <comments>2009-8-21 12:15:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18620585&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[RHCE认证视频笔记]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-8-19星期三(Wednesday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18597782&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/><P><STRONG><FONT color=#ff0000><SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=linux">linux</SPAN> RHCE认证第一部分linux<SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=%CF%B5%CD%B3">系统</SPAN>详解完工，内容如下：<BR><BR></FONT><FONT color=navy>Linux认证与<SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=%C5%E0%D1%B5">培训</SPAN>系列培训视频 - 1&nbsp;&nbsp;相关认证知识讲解　</FONT>　</STRONG>　<BR><A href="http://www.boobooke.com/v/bbk1321" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1321</FONT></A><BR><BR><STRONG><FONT color=navy>Linux认证与培训系列培训视频 - 2&nbsp;&nbsp;在VM上安装centos5.1以及如何实现本地增加删除<SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=%B3%CC%D0%F2">程序</SPAN></FONT>&nbsp;&nbsp;&nbsp; </STRONG><BR><A href="http://www.boobooke.com/v/bbk1328" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1328</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 3&nbsp;&nbsp;系统启动基本知识</STRONG></FONT>&nbsp;&nbsp;&nbsp; <BR><A href="http://www.boobooke.com/v/bbk1340" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1340</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 4&nbsp; &nbsp; 介绍Linux用户和组的基本知识</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1380" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1380</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1381" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1381</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 5&nbsp;&nbsp;介绍了Linux<SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=%CE%C4%BC%FE">文件</SPAN>系统的基本知识</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1417" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1417</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1418" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1418</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1419" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1419</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 6&nbsp; &nbsp;介绍Linux下的常用计划任务命令以及Linux的日志基本知识</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1448" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1448</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1449" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1449</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 7&nbsp;&nbsp;介绍Linux下的X Window的基本知识</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1450" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1450</FONT></A><BR><BR><BR><FONT color=red><STRONG>第二部分主要内容是实践与技巧</STRONG></FONT><BR><BR><STRONG><FONT color=#000080>Linux认证与培训系列培训视频 - 8(第二部分)　第一章： </FONT><FONT color=navy>Linux命令初步</FONT></STRONG><BR><A href="http://www.boobooke.com/v/bbk1490" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1490</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1491" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1491</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1492" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1492</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1493" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1493</FONT></A><BR><BR><STRONG><FONT color=#000080>Linux认证与培训系列培训视频 - 9(第二部分)　第二章： </FONT><FONT color=navy>Linux系统管理命令初步</FONT></STRONG><BR><A href="http://www.boobooke.com/v/bbk1498/" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1498/</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1499/" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1499/</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1500/" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1500/</FONT></A><BR><BR><FONT color=#000080><STRONG>Linux认证与培训系列培训视频 - 10(第二部分)　第三章： Linux用户和用户组的管理</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1531" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1531</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1532" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1532</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 11(第二部分)　第四章：Linux文件的权限</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1540" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1540</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1541" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1541</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 12(第二部分)　第五章：linux下文本编辑器vi的使用详解</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1546" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1546</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1547" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1547</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1548" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1548</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 13(第二部分)　第六章：Linux下文件查找使用详解</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1579" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1579</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1580" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1580</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1581" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1581</FONT></A><BR><BR><FONT color=navy><STRONG>Linux认证与培训系列培训视频 - 14(第二部分)　第七章：Linux下文件压缩和解压使用详解</STRONG></FONT><BR><A href="http://www.boobooke.com/v/bbk1602" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1602</FONT></A><BR><A href="http://www.boobooke.com/v/bbk1603" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk1603</FONT></A><BR><BR><STRONG><FONT color=#000080>Linux认证与培训系列培训视频 - 15(第二部分)&nbsp; &nbsp;第八章：输入<SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=%CA%E4%B3%F6">输出</SPAN>重定向及管道</FONT></STRONG><BR><A href="http://www.boobooke.com/v/bbk2890" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2890</FONT></A><BR><BR><STRONG><FONT color=#000080>Linux认证与培训系列培训视频 - 16(第二部分)&nbsp; &nbsp;第九章：</FONT><FONT color=navy>Linux文本的操作和<SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=%D5%FD%D4%F2%B1%ED%B4%EF%CA%BD">正则表达式</SPAN></FONT></STRONG><BR><A href="http://www.boobooke.com/v/bbk2894" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2894</FONT></A><BR><A href="http://www.boobooke.com/v/bbk2895" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2895</FONT></A><BR><BR><FONT color=#000080><STRONG>Linux认证与培训系列培训视频 - 17(第二部分)&nbsp; &nbsp;第十章：Linux分区格式化和文件系统优化</STRONG></FONT><STRONG><BR></STRONG><A href="http://www.boobooke.com/v/bbk2948" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2948</FONT></A><BR><A href="http://www.boobooke.com/v/bbk2949" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2949</FONT></A><BR><BR><STRONG><FONT color=#000080>Linux认证与培训系列培训视频 - 18(第二部分)&nbsp; &nbsp;第十一章：磁盘配额、LVM及RAID</FONT></STRONG><BR><A href="http://www.boobooke.com/v/bbk2988" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2988</FONT></A><BR><A href="http://www.boobooke.com/v/bbk2989" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2989</FONT></A><BR><A href="http://www.boobooke.com/v/bbk2971" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2971</FONT></A><BR><A href="http://www.boobooke.com/v/bbk2972" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2972</FONT></A><BR><A href="http://www.boobooke.com/v/bbk2973" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk2973</FONT></A><BR><BR><STRONG><FONT color=#000080>Linux认证与培训系列培训视频 - 19(第二部分)&nbsp; &nbsp;第十二章：<SPAN class=t_tag onclick=tagshow(event) href="http://bbs.phpchina.com/tag.php?name=%C8%ED%BC%FE">软件</SPAN>安装及本地YUM源配置</FONT></STRONG><BR><A href="http://www.boobooke.com/v/bbk3041" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk3041</FONT></A><BR><A href="http://www.boobooke.com/v/bbk3042" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk3042</FONT></A><BR><A href="http://www.boobooke.com/v/bbk3072" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk3072</FONT></A><BR><BR><STRONG><FONT color=#000080>Linux认证与培训系列培训视频 - 20(第二部分)&nbsp; &nbsp;第十三章：</FONT><FONT color=navy>内核重新编译与升级</FONT></STRONG><BR><A href="http://www.boobooke.com/v/bbk3083" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk3083</FONT></A><BR><A href="http://www.boobooke.com/v/bbk3084" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk3084</FONT></A><BR><A href="http://www.boobooke.com/v/bbk3085" target=_blank><FONT color=#0066cc>http://www.boobooke.com/v/bbk3085</FONT></A></P><BR><P>转自：<A href="http://bbs.phpchina.com/thread-122956-1-1.html">http://bbs.phpchina.com/thread-122956-1-1.html</A></P>]]></description>
	  <comments>2009-8-19 22:31:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18597782&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[MySQL的性能调优工具tuning-primer.sh]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Databases           ]]></category> <pubDate>2009-8-18星期二(Tuesday)台风</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18566128&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>安装方法：<BR>wget<SPAN class=Apple-converted-space>&nbsp;</SPAN><A style="COLOR: #3165ce; TEXT-DECORATION: underline" href="http://www.day32.com/MySQL/tuning-primer.sh">http://www.day32.com/MySQL/tuning-primer.sh</A><BR>chmod u+x tuning-primer.sh<BR>./tuning-primer.sh<BR><BR>脚本会根据问题的严重性用不同颜色标记，输出案例：<BR><BLOCKQUOTE style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px"><BR><DIV class=quote><BR>– MYSQL PERFORMANCE TUNING PRIMER –<BR>- By: Matthew Montgomery -<BR><BLOCKQUOTE style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px"><BR>MySQL Version 5.0.45 i686<BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">Uptime = 19 days 8 hrs 32 min 54 sec<BR>Avg. qps = 0<BR>Total Questions = 264260<BR>Threads Connected = 1</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">Server has been running for over 48hrs.<BR>It should be safe to follow these recommendations</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">To find out more information on how each of these<BR>runtime variables effects performance visit:<BR>http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html<BR>Visit <IMG src="http://blog.tianya.cn/myblog/image/url.gif" align=absMiddle border=0><A href="http://www.mysql.com/products/enterprise/advisors.html" target=_blank>http://www.mysql.com/products/enterprise/advisors.html</A><BR>for info about MySQL’s Enterprise Monitoring and Advisory Service</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">SLOW QUERIES<BR>The slow query log is NOT enabled.<BR>Current long_query_time = 10 sec.<BR>You have 0 out of 264274 that take longer than 10 sec. to complete<BR>Your long_query_time may be too high, I typically set this under 5 sec.</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">BINARY UPDATE LOG<BR>The binary update log is NOT enabled.<BR>You will not be able to do point in time recovery<BR>See <IMG src="http://blog.tianya.cn/myblog/image/url.gif" align=absMiddle border=0><A href="http://dev.mysql.com/doc/refman/5.0/en/point-in-time-recovery.html" target=_blank>http://dev.mysql.com/doc/refman/5.0/en/point-in-time-recovery.html</A></P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">WORKER THREADS<BR>Current thread_cache_size = 0<BR>Current threads_cached = 0<BR>Current threads_per_sec = 1<BR>Historic threads_per_sec = 0<BR>Your thread_cache_size is fine</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">MAX CONNECTIONS<BR>Current max_connections = 100<BR>Current threads_connected = 1<BR>Historic max_used_connections = 33<BR>The number of used connections is 33% of the configured maximum.<BR>Your max_connections variable seems to be fine.</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">MEMORY USAGE<BR>Max Memory Ever Allocated : 96 M<BR>Configured Max Per-thread Buffers : 268 M<BR>Configured Max Global Buffers : 7 M<BR>Configured Max Memory Limit : 276 M<BR>Physical Memory : 1.97 G<BR>Max memory limit seem to be within acceptable norms</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">KEY BUFFER<BR>Current MyISAM index space = 8 M<BR>Current key_buffer_size = 7 M<BR>Key cache miss rate is 1 : 1817<BR>Key buffer fill ratio = 6.00 %<BR>Your key_buffer_size seems to be too high.<BR>Perhaps you can use these resources elsewhere</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">QUERY CACHE<BR>Query cache is supported but not enabled<BR>Perhaps you should set the query_cache_size</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">SORT OPERATIONS<BR>Current sort_buffer_size = 2 M<BR>Current read_rnd_buffer_size = 256 K<BR>Sort buffer seems to be fine</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">JOINS<BR>Current join_buffer_size = 132.00 K<BR>You have had 0 queries where a join could not use an index properly<BR>Your joins seem to be using indexes properly</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">OPEN FILES LIMIT<BR>Current open_files_limit = 1024 files<BR>The open_files_limit should typically be set to at least 2x-3x<BR>that of table_cache if you have heavy MyISAM usage.<BR>Your open_files_limit value seems to be fine</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">TABLE CACHE<BR>Current table_cache value = 64 tables<BR>You have a total of 125 tables<BR>You have 64 open tables.<BR>Current table_cache hit rate is 9%, while 100% of your table cache is in use<BR><STRONG>You should probably increase your table_cache<BR></STRONG><BR>TEMP TABLES<BR>Current max_heap_table_size = 16 M<BR>Current tmp_table_size = 32 M<BR>Of 564 temp tables, 6% were created on disk<BR>Effective in-memory tmp_table_size is limited to max_heap_table_size.<BR>Created disk tmp tables ratio seems fine</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">TABLE SCANS<BR>Current read_buffer_size = 128 K<BR>Current table scan ratio = 1 : 1<BR>read_buffer_size seems to be fine</P><BR><BR><P style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px">TABLE LOCKING<BR>Current Lock Wait ratio = 0 : 264392<BR>Your table locking seems to be fine</P></BLOCKQUOTE></DIV></BLOCKQUOTE>]]></description>
	  <comments>2009-8-18 0:14:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18566128&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[Linux根据端口查进程信息]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[Unix/Linux          ]]></category> <pubDate>2009-8-14星期五(Friday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18521664&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/>ps -ef|awk '{print $2"\t"$8$9}'|grep `netstat -tlnp|grep 8080|awk '{print $7}'|awk -F '/' '{print $1}'`]]></description>
	  <comments>2009-8-14 17:46:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18521664&amp;idWriter=0&amp;Key=0" target="_blank">(0)</a></comments>
    </item>

    <item>
      <title><![CDATA[终于结婚了]]></title>
	  <author>ltsnet98</author>
	  <category><![CDATA[My life             ]]></category> <pubDate>2009-7-30星期四(Thursday)晴</pubDate> 
      <link>http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18300876&amp;idWriter=0&amp;Key=0</link>
      <description><![CDATA[<br/><br/><img src="http://img13.tianya.cn/photo/2009/7/30/14158297_571320.jpg" onload="javascript: img_auto_size(this,500,true);" align="middle"><br/><br/><img src="http://img13.tianya.cn/photo/2009/7/30/14158296_571320.jpg" onload="javascript: img_auto_size(this,500,true);" align="middle"><br/>]]></description>
	  <comments>2009-8-10 15:00:00<a href="http://blog.tianya.cn/blogger/post_show.asp?BlogID=311462&amp;PostID=18300876&amp;idWriter=0&amp;Key=0" target="_blank">(6)</a></comments>
    </item>

  </channel>
</rss>
