注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 下载
热点文章 谷歌中国取消“搜索审查..
 帮助
2008-05-29 07:07:33


类别:未分类 | 阅读全文(1042) | 回复(21)      

2008-06-12 14:44:50


类别:未分类 | 阅读全文(766) | 回复(26)      

2008-06-04 20:32:51


类别:未分类 | 阅读全文(423) | 回复(12)      

2009-12-31 06:12:23


类别:未分类 | 阅读全文(44) | 回复(0)      

2009-12-31 06:03:59


类别:未分类 | 阅读全文(16) | 回复(0)      

2008-12-31 15:57:40


类别:未分类 | 阅读全文(554) | 回复(14)      

2008-07-27 09:27:49


类别:未分类 | 阅读全文(675) | 回复(3)      

2008-06-05 10:07:10
引言
    晚唐诗人许浑曾写过一首诗《咸阳城东楼》,其中有一句名句,被传诵千古:山雨欲来风满楼。
    “山雨欲来风满楼”,是全诗的警句。周围的群山,雨意越来越浓,大雨即将到来,城楼上,已是满楼的狂风。全句只有寥寥七个字,却十分形象地写出了山城暴雨即将来临时的情景,使读者仿佛身临其境一般。因为这里作者准确地抓住了暴雨到来前狂风满楼的这种自然界变化的特点。但是,作者并不仅仅只是写自然界的变化,而是包含着另外一层意思。
    其实,不仅在自然界中有“山雨欲来风满楼”,在由比特组成的数字虚拟世界中,同样也存在“山雨欲来风满楼”的情景。这,就是网络中的广播风暴。广播风暴你也许没有听说过,但,你或多或少曾经遇到过广播风暴。
    本文将就广播风暴的定义、原因、以及应对手段等方面做一番阐述。
==================================================================================
This article has been published on ‘Network Administrator World’ in 2007, copyright belongs to ‘Network Administrator World’.
It was firstly posted on 51CTO blog; no transmission, re-publication, or printing is allowed without explicit authorization of the author.

本文已与2007年刊登在《网管员世界》,版权归《网管员世界》所有。网络首发51CTO博客,转载请务必注明出处并告知本人。


类别:未分类 | 阅读全文(872) | 回复(2)      

2008-05-28 10:00:11


类别:未分类 | 阅读全文(935) | 回复(1)      

2008-04-14 15:44:19


类别:未分类 | 阅读全文(3177) | 回复(13)      

2008-04-11 13:37:15


类别:未分类 | 阅读全文(5751) | 回复(8)      

2008-04-10 13:29:51


类别:未分类 | 阅读全文(5029) | 回复(29)      

2008-02-17 19:38:26


类别:未分类 | 阅读全文(497) | 回复(12)      

2008-01-14 14:39:49



2007-11-14 15:52:35


类别:未分类 | 阅读全文(380) | 回复(3)      

2007-11-06 09:25:14



2007-11-06 08:26:50
废话开讲前,请大家先看看我的屏幕效果图一张:

默认Ubuntu Gutsy,默认的Compiz Fusion,安装Freewins插件
先下载这个 [url]http://img1.51cto.com/attachment/200711/69882_1194308328.zip[/url]
看实录,包括错误和处理
lzy@Gusty:~$ cd freewins-0.3-0.6
lzy@Gusty:~/freewins-0.3-0.6$ ls
AUTHORS freewins.c freewins.xml Makefile
COPYING freewins.o libfreewins.la
lzy@Gusty:~/freewins-0.3-0.6$ make clean
rm -rf *.lo *.o libfreewins.* .libs *~ freewins.schema
lzy@Gusty:~/freewins-0.3-0.6$ make
libtool –mode=compile gcc `pkg-config –cflags compiz` -Wall -shared -c -o freewins.lo freewins.c
Package compiz was not found in the pkg-config search path.
Perhaps you should add the directory containing `compiz.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘compiz’ found
/bin/sh: libtool: not found
make: *** [freewins.lo] 错误 127

通过新立得软件包管理器搜索libtools安装上并重新来一遍:

lzy@Gusty:~/freewins-0.3-0.6$ make
libtool –mode=compile gcc `pkg-config –cflags compiz` -Wall -shared -c -o freewins.lo freewins.c
Package compiz was not found in the pkg-config search path.
Perhaps you should add the directory containing `compiz.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘compiz’ found
mkdir .libs
gcc -Wall -shared -c freewins.c -fPIC -DPIC -o .libs/freewins.o
freewins.c:1:20: error: compiz.h: No such file or directory
freewins.c:59: error: expected specifier-qualifier-list before ‘HandleEventProc’
freewins.c:73: error: expected specifier-qualifier-list before ‘PaintOutputProc’
freewins.c:100: error: expected specifier-qualifier-list before ‘Bool’
freewins.c:112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsMetadata’
freewins.c:115: error: expected ‘)’ before ‘*’ token
freewins.c:228: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FWPaintWindow’
freewins.c:274: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FWPaintOutput’
freewins.c:340: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FWDamageWindowRect’
freewins.c:360: error: expected ‘)’ before ‘*’ token
freewins.c:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘initiateFWRotate’
freewins.c:426: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘resetFWRotation’
freewins.c:454: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘toggleFWAxis’
freewins.c:466: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
freewins.c:475: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsSetDisplayOption’
freewins.c:507:33: warning: “/*” within comment
freewins.c:517: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsOptionInfo’
freewins.c:523: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
freewins.c:528: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsInitWindow’
freewins.c:558: error: expected ‘)’ before ‘*’ token
freewins.c:572: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsInitScreen’
freewins.c:600: error: expected ‘)’ before ‘*’ token
freewins.c:617: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsInitDisplay’
freewins.c:647: error: expected ‘)’ before ‘*’ token
freewins.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsInit’
freewins.c:701: error: expected ‘)’ before ‘*’ token
freewins.c:710: error: expected ‘)’ before ‘*’ token
freewins.c:718: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘freewinsVTable’
freewins.c:736: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
make: *** [freewins.lo] 错误 1

晕,请教酷狗大神后找到治疗秘方:

lzy@Gusty:~/freewins-0.3-0.6$ sudo apt-get install compiz-bcop compiz-dev build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev emerald libstartup-notification0-dev libgconf2-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev x11proto-scrnsaver-dev libxss-dev libxslt1-dev libtool
……
……
装完后重来,
make clean
make
mkdir -p ~/.compiz/metadata/
make install




[/img]..



2007-10-30 09:31:46


类别:未分类 | 阅读全文(520) | 回复(2)      

2007-10-22 11:30:06



2007-10-18 10:52:21



 <<   1   2   3   >>   页数 ( 1/3 )