亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12下一頁(yè)
最近訪問板塊 發(fā)新帖
查看: 12911 | 回復(fù): 13
打印 上一主題 下一主題

[FastDFS] ubuntu 11.10 64bit安裝FASTDFS報(bào)錯(cuò)的問題 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-05-27 10:39 |只看該作者 |倒序?yàn)g覽
環(huán)境:Linux snsfile35 2.6.38-8-server #42-Ubuntu SMP Mon Apr 11 03:49:04 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

報(bào)錯(cuò)信息:
root@snsfile35:/data/soft/FastDFS# ./make.sh
nm: '/usr/lib/libc_r.so': No such file
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/hash.o ../common/hash.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/chain.o ../common/chain.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/base64.o ../common/base64.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/shared_func.o ../common/shared_func.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/ini_file_reader.o ../common/ini_file_reader.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/logger.o ../common/logger.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/sockopt.o ../common/sockopt.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/fdfs_global.o ../common/fdfs_global.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/sched_thread.o ../common/sched_thread.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/http_func.o ../common/http_func.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/pthread_func.o ../common/pthread_func.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/md5.o ../common/md5.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_proto.o tracker_proto.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_mem.o tracker_mem.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_service.o tracker_service.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_status.o tracker_status.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_global.o tracker_global.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_func.o tracker_func.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o fast_task_queue.o fast_task_queue.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_nio.o tracker_nio.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_dump.o tracker_dump.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/linux_stack_trace.o ../common/linux_stack_trace.c  -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -o fdfs_trackerd fdfs_trackerd.c  ../common/hash.o ../common/chain.o ../common/base64.o ../common/shared_func.o ../common/ini_file_reader.o ../common/logger.o ../common/sockopt.o ../common/fdfs_global.o ../common/sched_thread.o ../common/http_func.o ../common/pthread_func.o ../common/md5.o tracker_proto.o tracker_mem.o tracker_service.o tracker_status.o tracker_global.o tracker_func.o fast_task_queue.o tracker_nio.o  tracker_dump.o ../common/linux_stack_trace.o -L/usr/local/lib  -ldl -rdynamic -levent -I../common -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/local_ip_func.o ../common/local_ip_func.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_client_thread.o tracker_client_thread.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_global.o storage_global.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_func.o storage_func.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_service.o storage_service.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_sync.o storage_sync.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_nio.o storage_nio.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_dio.o storage_dio.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_ip_changed_dealer.o storage_ip_changed_dealer.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_param_getter.o storage_param_getter.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_disk_recovery.o storage_disk_recovery.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../client/client_global.o ../client/client_global.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../client/tracker_client.o ../client/tracker_client.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../client/storage_client.o ../client/storage_client.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../client/client_func.o ../client/client_func.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o fdht_client/fdht_proto.o fdht_client/fdht_proto.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o fdht_client/fdht_client.o fdht_client/fdht_client.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o fdht_client/fdht_func.o fdht_client/fdht_func.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o fdht_client/fdht_global.o fdht_client/fdht_global.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o storage_dump.o storage_dump.c  -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -o fdfs_storaged fdfs_storaged.c  ../common/hash.o ../common/chain.o ../common/shared_func.o ../common/ini_file_reader.o ../common/logger.o ../common/sockopt.o ../common/fdfs_global.o ../common/base64.o ../common/sched_thread.o ../common/local_ip_func.o ../common/http_func.o ../common/md5.o ../common/pthread_func.o ../tracker/tracker_proto.o ../tracker/fast_task_queue.o tracker_client_thread.o storage_global.o storage_func.o storage_service.o storage_sync.o storage_nio.o storage_dio.o storage_ip_changed_dealer.o storage_param_getter.o storage_disk_recovery.o ../client/client_global.o ../client/tracker_client.o ../client/storage_client.o ../client/client_func.o fdht_client/fdht_proto.o fdht_client/fdht_client.o fdht_client/fdht_func.o fdht_client/fdht_global.o storage_dump.o ../common/linux_stack_trace.o -L/usr/local/lib  -ldl -rdynamic -levent -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/mime_file_parser.o ../common/mime_file_parser.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../common/fdfs_http_shared.o ../common/fdfs_http_shared.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/hash.lo ../common/hash.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/chain.lo ../common/chain.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/shared_func.lo ../common/shared_func.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/ini_file_reader.lo ../common/ini_file_reader.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/logger.lo ../common/logger.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/sockopt.lo ../common/sockopt.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/base64.lo ../common/base64.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/sched_thread.lo ../common/sched_thread.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/http_func.lo ../common/http_func.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/md5.lo ../common/md5.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/pthread_func.lo ../common/pthread_func.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/local_ip_func.lo ../common/local_ip_func.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/fdfs_global.lo ../common/fdfs_global.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/fdfs_http_shared.lo ../common/fdfs_http_shared.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../common/mime_file_parser.lo ../common/mime_file_parser.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o ../tracker/tracker_proto.lo ../tracker/tracker_proto.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o tracker_client.lo tracker_client.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o client_func.lo client_func.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o client_global.lo client_global.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -fPIC -o storage_client.lo storage_client.c  -I../common -I../tracker -I/usr/local/include
cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -o fdfs_monitor fdfs_monitor.c  ../common/hash.o ../common/chain.o ../common/shared_func.o ../common/ini_file_reader.o ../common/logger.o ../common/sockopt.o ../common/fdfs_global.o ../common/base64.o ../common/sched_thread.o ../common/http_func.o ../common/mime_file_parser.o ../common/fdfs_http_shared.o ../common/md5.o ../common/pthread_func.o ../common/local_ip_func.o ../tracker/tracker_proto.o tracker_client.o client_func.o client_global.o storage_client.o -L/usr/local/lib  -ldl -rdynamic -I../common -I../tracker -I/usr/local/include
../common/sched_thread.o: In function `sched_start':
/data/soft/FastDFS/tracker/../common/sched_thread.c:240: undefined reference to `pthread_create'
../common/pthread_func.o: In function `init_pthread_lock':
/data/soft/FastDFS/tracker/../common/pthread_func.c:32: undefined reference to `pthread_mutexattr_init'
/data/soft/FastDFS/tracker/../common/pthread_func.c:40: undefined reference to `pthread_mutexattr_settype'
/data/soft/FastDFS/tracker/../common/pthread_func.c:57: undefined reference to `pthread_mutexattr_destroy'
../common/pthread_func.o: In function `init_pthread_attr':
/data/soft/FastDFS/tracker/../common/pthread_func.c:84: undefined reference to `pthread_attr_getstacksize'
/data/soft/FastDFS/tracker/../common/pthread_func.c:115: undefined reference to `pthread_attr_setstacksize'
../common/pthread_func.o: In function `create_work_threads':
/data/soft/FastDFS/tracker/../common/pthread_func.c:156: undefined reference to `pthread_create'
../common/pthread_func.o: In function `kill_work_threads':
/data/soft/FastDFS/tracker/../common/pthread_func.c:182: undefined reference to `pthread_kill'
collect2: ld returned 1 exit status
make: *** [fdfs_monitor] Error 1
root@snsfile35:/data/soft/FastDFS#

論壇徽章:
4
2015年辭舊歲徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-08-11 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-08-15 06:20:00
2 [報(bào)告]
發(fā)表于 2011-05-27 15:52 |只看該作者
回復(fù) 1# wbteve

缺少pthread庫(kù)。

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2011-11-19 16:19 |只看該作者
這個(gè)問題其實(shí)不是缺少pthread庫(kù),參看以下帖子:

http://ubuntuforums.org/showthread.php?p=11400708

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2011-12-01 14:35 |只看該作者
回復(fù) 1# wbteve

make.sh中找到這句:
    if [ -f /usr/lib/libpthread.so ] || [ -f /usr/local/lib/libpthread.so ] || [ -f /usr/lib64/libpthread.so ] || [ -f /usr/lib/libpthread.a ] || [ -f /usr/local/lib/libpthread.a ] || [ -f /usr/lib64/libpthread.a ]; then
  LIBS="$LIBS -lpthread"

是因?yàn)檫@里面的libpthread.so這個(gè)庫(kù)路徑不對(duì),我也遇到過(guò)這個(gè)問題,把正確的路徑加進(jìn)來(lái)就可以了。

論壇徽章:
4
2015年辭舊歲徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-08-11 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-08-15 06:20:00
5 [報(bào)告]
發(fā)表于 2011-12-01 14:53 |只看該作者
回復(fù) 4# wwww6662003

挺好,頂!

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2011-12-01 15:36 |只看該作者
回復(fù) 5# happy_fish100


   向 happy_fish100 老師學(xué)習(xí)!

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2011-12-06 20:03 |只看該作者
快速解決辦法:

第一步安裝這個(gè) sudo apt-get install  libpthread-workqueue-dev
第二步做個(gè)鏈接 sudo ln -s /usr/lib/libpthread-workqueue.so /usr/lib/libpthread.so

打完收工~~~~

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2011-12-22 19:57 |只看該作者
樓主你好,這兩天我也嘗試在ubuntu 11.10 64bit上安裝FastDFS,關(guān)于pthread的問題我已經(jīng)按照你們上面寫的方法解決了,但還有很多問題無(wú)法解決,能否留個(gè)qq什么的聯(lián)系方式,求指導(dǎo)啊,非常感謝。

論壇徽章:
4
2015年辭舊歲徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:56:11IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-08-11 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-08-15 06:20:00
9 [報(bào)告]
發(fā)表于 2011-12-22 20:23 |只看該作者
本帖最后由 happy_fish100 于 2012-03-08 16:51 編輯
higvvv 發(fā)表于 2011-12-22 19:57
樓主你好,這兩天我也嘗試在ubuntu 11.10 64bit上安裝FastDFS,關(guān)于pthread的問題我已經(jīng)按照你們上面寫的方 ...


加入FastDFS技術(shù)交流群吧,群號(hào):212801927

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2011-12-22 20:36 |只看該作者
謝謝fish哥
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP