Centos 安装 codeblocks 及ssh tunneling 显示

时间:2023-01-14 18:24:05

-1、vi /etc/ld.so.conf

include ld.so.conf.d/*.conf
.
/lib/
/usr/lib/
/usr/local/lib/

加入上面4个目录,每次源码安装后 执行ldconfig,保证动态库可以被其他程序搜索到,不懂的自行百度ld.so.conf

0、可以先去Codeblocks源码目录下./configure ,错误提示会告诉你系统缺少哪些东西,like this

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++提示你wxWidgets版本不够新

checking for wxWidgets version >= 2.8.8... no (version 2.8.1 is not new enough)
configure: error: 
                wxWidgets must be installed on your system.


                Please check that wx-config is in path, the directory
                where wxWidgets libraries are installed (returned by
                'wx-config --libs' or 'wx-config --static --libs' command)
                is in LD_LIBRARY_PATH or equivalent variable and
                wxWindows version is 2.8.0 or above.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

1、yum安装GCC

2、yum安装GTK+,GTK+类似于win32的图形api,主要用于codeblocks窗口绘制

3、源码安装wxGTK-2.8.12,开源图形库,功能与2相同。CB12.11要求wxGTK版本必须在2.8.8及以上

4、源码安装codeblocks12.11

5、yum安装gdb,否则CB无法调试,并且需要在settings->Debugger->GDB/CDB debugger->Executable path设定gdb目录,gdb一般在/usr/bin/gdb

6、写hellobitch测试程序


7、在win7 通过ssh直接获得图形界面时(我用的xmanager里的xshell),ssh连接里敲codeblocks提示Error: Unable to initialize gtk, is DISPLAY set properly?

8、在Centos 先 export $DISPLAY=:0.0 Set wxUSE_GUI=0,然后还不行的话,重新ssh登陆的时候会告诉你X11转发被爆j菊,like this:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

WARNING! The remote SSH server rejected X11 forwarding request

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

9、在Centos 果敢的你 grep X11Forwarding /etc/ssh/sshd_config,发现bitch setting like this:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

#X11Forwarding no
X11Forwarding no
# X11Forwarding no

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

man fuck these “no”  “no” “no”,so you change the second line bitch “no”  to “yes”

10、在Centos service sshd restart

11、在win7 xshell设置ssh tunneling (隧道)为 X11 forwarding中的xmanager,也就是xmanager自动帮你转发显示图形界面

12、在win7 xshell 敲codeblocks,开始加载IDE,同时提示Xlib:  extension "RANDR" missing on display "localhost:10.0".但是不影响,

图形界面加载过程慢成翔,可能因为sever在canada的缘故

13、关机一觉醒来,重新敲codeblocks,或者gedit,都提示Xlib:  extension "RANDR" missing on display "localhost:10.0".但是gedit能显示

而codeblocks不再显示,man fuck this bitch,不搞了,用vnc

http://bbs.sciencenet.cn/thread-2589701-1-1.html
http://bbs.sciencenet.cn/thread-2589702-1-1.html
http://blog.sina.com.cn/s/blog_ade707da0101frvz.html
http://blog.sina.com.cn/s/blog_14ee6e7170102vluu.html
http://club.xywy.com/static/20150722/71764411.htm
http://club.xywy.com/static/20150727/72221264.htm
http://www.bendia.cc/store-304849/document-id-1314336.html
http://www.bendia.cc/store-304849/document-id-1314365.html
http://www.bendia.cc/store-304849/document-id-1314371.html
http://www.bendia.cc/store-304849/document-id-1314376.html
http://www.bendia.cc/store-304849/document-id-1314427.html
http://www.bendia.cc/store-304849/document-id-1314432.html
http://www.bendia.cc/store-304849/document-id-1314435.html
http://www.bendia.cc/store-304849/document-id-1314440.html
http://www.bendia.cc/store-304849/document-id-1314445.html
http://www.bendia.cc/store-304849/document-id-1314449.html
http://www.bendia.cc/store-304849/document-id-1314452.html
http://www.bendia.cc/store-304849/document-id-1314456.html
http://www.bendia.cc/store-304849/document-id-1314460.html
http://www.bendia.cc/store-304849/document-id-1314464.html
http://www.bendia.cc/store-304849/document-id-1314469.html
http://www.bendia.cc/store-304849/document-id-1314473.html
http://www.bendia.cc/store-304849/document-id-1314503.html
http://www.bendia.cc/store-304849/document-id-1314507.html
http://www.bendia.cc/store-304849/document-id-1314511.html
http://www.bendia.cc/store-304849/document-id-1314515.html
http://www.bendia.cc/store-304849/document-id-1314519.html
http://www.bendia.cc/store-304849/document-id-1314523.html
http://www.bendia.cc/store-304849/document-id-1314527.html
http://www.bendia.cc/store-304849/document-id-1314532.html
http://www.bendia.cc/store-304849/document-id-1314535.html
http://www.bendia.cc/store-304849/document-id-1314540.html
http://www.bendia.cc/store-304849/document-id-1314544.html
http://www.bendia.cc/store-304849/document-id-1314548.html
http://www.bendia.cc/store-304849/document-id-1314552.html
http://www.bendia.cc/store-304849/document-id-1314604.html
http://www.bendia.cc/store-304849/document-id-1314612.html
http://www.bendia.cc/store-304849/document-id-1314618.html
http://www.bendia.cc/store-304849/document-id-1314622.html
http://www.bendia.cc/store-304849/document-id-1314626.html
http://www.bendia.cc/store-304849/document-id-1314630.html
http://www.bendia.cc/store-304849/document-id-1314634.html
http://www.bendia.cc/store-304849/document-id-1314638.html
http://www.bendia.cc/store-304849/document-id-1314642.html
http://www.bendia.cc/store-304849/document-id-1314647.html
http://www.bendia.cc/store-304849/document-id-1314650.html
http://www.bendia.cc/store-304849/document-id-1314654.html
http://www.bendia.cc/store-304849/document-id-1314662.html
http://www.bendia.cc/store-304849/document-id-1314666.html
http://www.bendia.cc/store-304849/document-id-1314670.html
http://www.bendia.cc/store-304849/document-id-1314673.html
http://www.bendia.cc/store-304849/document-id-1314677.html
http://www.bendia.cc/store-304849/document-id-1314681.html
http://www.bendia.cc/store-304849/document-id-1314685.html
http://www.bendia.cc/store-304849/document-id-1314688.html
http://www.bendia.cc/store-304849/document-id-1314692.html
http://www.bendia.cc/store-304849/document-id-1314695.html
http://www.bendia.cc/store-304849/document-id-1314698.html
http://www.bendia.cc/store-304849/document-id-1314702.html
http://www.bendia.cc/store-304849/document-id-1314705.html
http://www.bendia.cc/store-304849/document-id-1314712.html
http://www.bendia.cc/store-304849/document-id-1314715.html
http://www.bendia.cc/store-304849/document-id-1314721.html
http://www.bendia.cc/store-304849/document-id-1314724.html
http://www.bendia.cc/store-304849/document-id-1314728.html
http://www.bendia.cc/store-304849/document-id-1314731.html
http://www.bendia.cc/store-304849/document-id-1314734.html
http://www.bendia.cc/store-304849/document-id-1314737.html
http://www.bendia.cc/store-304849/document-id-1314741.html
http://www.bendia.cc/store-304849/document-id-1314744.html
http://www.bendia.cc/store-304849/document-id-1314748.html
http://www.bendia.cc/store-304849/document-id-1314752.html
http://www.bendia.cc/store-304849/document-id-1314755.html
http://www.bendia.cc/store-304849/document-id-1314759.html
http://www.bendia.cc/store-304849/document-id-1314766.html
http://www.bendia.cc/store-304849/document-id-1314770.html
http://www.bendia.cc/store-304849/document-id-1314773.html
http://www.bendia.cc/store-304849/document-id-1314776.html
http://www.bendia.cc/store-304849/document-id-1314781.html
http://www.bendia.cc/store-304849/document-id-1314784.html
http://www.bendia.cc/store-304849/document-id-1314787.html
http://www.bendia.cc/store-304849/document-id-1314791.html
http://www.bendia.cc/store-304849/document-id-1314794.html
http://www.bendia.cc/store-304849/document-id-1314798.html
http://www.bendia.cc/store-304849/document-id-1314802.html
http://www.bendia.cc/store-304849/document-id-1314808.html
http://www.bendia.cc/store-304849/document-id-1314811.html
http://www.bendia.cc/store-304849/document-id-1314812.html
http://www.bendia.cc/store-304849/document-id-1314816.html
http://www.bendia.cc/store-304849/document-id-1314820.html
http://www.bendia.cc/store-304849/document-id-1314823.html
http://www.bendia.cc/store-304849/document-id-1314827.html
http://www.bendia.cc/store-304849/document-id-1314832.html
http://www.bendia.cc/store-304849/document-id-1314835.html
http://www.bendia.cc/store-304849/document-id-1314839.html
http://www.bendia.cc/store-304849/document-id-1314843.html
http://www.bendia.cc/store-304849/document-id-1314847.html
http://www.bendia.cc/store-304849/document-id-1314851.html
http://www.bendia.cc/store-304849/document-id-1314858.html
http://www.bendia.cc/store-304849/document-id-1314862.html
http://www.bendia.cc/store-304849/document-id-1314866.html
http://www.bendia.cc/store-304849/document-id-1314870.html
http://www.bendia.cc/store-304849/document-id-1314874.html
http://www.bendia.cc/store-304849/document-id-1314877.html
http://www.bendia.cc/store-304849/document-id-1314881.html
http://www.bendia.cc/store-304849/document-id-1314884.html
http://www.bendia.cc/store-304849/document-id-1314888.html
http://www.bendia.cc/store-304849/document-id-1314892.html
http://www.bendia.cc/store-304849/document-id-1314896.html
http://www.bendia.cc/store-304849/document-id-1314903.html
http://www.bendia.cc/store-304849/document-id-1314906.html
http://www.bendia.cc/store-304849/document-id-1314909.html
http://www.bendia.cc/store-304849/document-id-1314913.html
http://www.bendia.cc/store-304849/document-id-1314916.html
http://www.bendia.cc/store-304849/document-id-1314920.html
http://www.bendia.cc/store-304849/document-id-1314923.html
http://www.bendia.cc/store-304849/document-id-1314928.html
http://www.bendia.cc/store-304849/document-id-1314931.html
http://www.bendia.cc/store-304849/document-id-1314935.html
http://www.bendia.cc/store-304849/document-id-1314939.html
http://www.bendia.cc/store-304849/document-id-1314943.html
http://www.bendia.cc/store-304849/document-id-1314946.html
http://www.bendia.cc/store-304849/document-id-1314954.html
http://www.bendia.cc/store-304849/document-id-1314955.html
http://www.bendia.cc/store-304849/document-id-1314959.html
http://www.bendia.cc/store-304849/document-id-1314963.html
http://www.bendia.cc/store-304849/document-id-1314966.html
http://www.bendia.cc/store-304849/document-id-1314970.html
http://www.bendia.cc/store-304849/document-id-1314974.html
http://www.bendia.cc/store-304849/document-id-1314978.html
http://www.bendia.cc/store-304849/document-id-1314982.html
http://www.bendia.cc/store-304849/document-id-1314986.html
http://www.bendia.cc/store-304849/document-id-1314990.html
http://www.bendia.cc/store-304849/document-id-1314995.html
http://www.bendia.cc/store-304849/document-id-1314998.html
http://www.bendia.cc/store-304849/document-id-1315002.html
http://www.bendia.cc/store-304849/document-id-1315006.html
http://www.bendia.cc/store-304849/document-id-1315011.html
http://www.bendia.cc/store-304849/document-id-1315015.html
http://www.bendia.cc/store-304849/document-id-1315025.html
http://www.bendia.cc/store-304849/document-id-1315032.html
http://www.bendia.cc/store-304849/document-id-1315037.html
http://www.bendia.cc/store-304849/document-id-1315042.html
http://www.bendia.cc/store-304849/document-id-1315046.html
http://www.bendia.cc/store-304849/document-id-1315050.html
http://www.bendia.cc/store-304849/document-id-1315081.html
http://www.bendia.cc/store-304849/document-id-1315085.html
http://www.bendia.cc/store-304849/document-id-1315089.html
http://www.bendia.cc/store-304849/document-id-1315093.html
http://www.bendia.cc/store-304849/document-id-1315098.html
http://www.bendia.cc/store-304849/document-id-1315102.html
http://www.bendia.cc/store-304849/document-id-1315111.html
http://www.bendia.cc/store-304849/document-id-1315114.html
http://www.bendia.cc/store-304849/document-id-1315119.html
http://www.bendia.cc/store-304849/document-id-1315122.html
http://www.bendia.cc/store-304849/document-id-1315126.html
http://www.bendia.cc/store-304849/document-id-1315130.html
http://www.bendia.cc/store-304849/document-id-1315134.html
http://www.bendia.cc/store-304849/document-id-1315138.html
http://www.bendia.cc/store-304849/document-id-1315142.html
http://www.bendia.cc/store-304849/document-id-1315145.html
http://www.bendia.cc/store-304849/document-id-1315149.html
http://www.bendia.cc/store-304849/document-id-1315153.html
http://www.bendia.cc/store-304849/document-id-1315156.html
http://www.bendia.cc/store-304849/document-id-1315160.html
http://www.bendia.cc/store-304849/document-id-1315168.html
http://www.bendia.cc/store-304849/document-id-1315172.html
http://www.bendia.cc/store-304849/document-id-1315175.html
http://www.bendia.cc/store-304849/document-id-1315179.html
http://www.bendia.cc/store-304849/document-id-1315183.html
http://www.bendia.cc/store-304849/document-id-1315186.html
http://www.bendia.cc/store-304849/document-id-1315190.html
http://www.bendia.cc/store-304849/document-id-1315193.html
http://www.bendia.cc/store-304849/document-id-1315197.html
http://www.bendia.cc/store-304849/document-id-1315200.html
http://www.bendia.cc/store-304849/document-id-1315204.html
http://www.bendia.cc/store-304849/document-id-1315207.html
http://www.bendia.cc/store-304849/document-id-1315214.html
http://www.bendia.cc/store-304849/document-id-1315219.html
http://www.bendia.cc/store-304849/document-id-1315222.html
http://www.bendia.cc/store-304849/document-id-1315226.html
http://www.bendia.cc/store-304849/document-id-1315230.html
http://www.bendia.cc/store-304849/document-id-1315234.html
http://www.bendia.cc/store-304849/document-id-1315236.html
http://www.bendia.cc/store-304849/document-id-1315240.html
http://www.bendia.cc/store-304849/document-id-1315243.html
http://www.bendia.cc/store-304849/document-id-1315247.html
http://www.bendia.cc/store-304849/document-id-1315251.html
http://www.bendia.cc/store-304849/document-id-1315254.html
http://www.bendia.cc/store-304849/document-id-1315258.html
http://www.bendia.cc/store-304849/document-id-1315262.html
http://www.bendia.cc/store-304849/document-id-1315269.html
http://www.bendia.cc/store-304849/document-id-1315274.html
http://www.bendia.cc/store-304849/document-id-1315278.html
http://www.bendia.cc/store-304849/document-id-1315282.html
http://www.bendia.cc/store-304849/document-id-1315286.html
http://www.bendia.cc/store-304849/document-id-1315290.html
http://www.bendia.cc/store-304849/document-id-1315293.html
http://www.bendia.cc/store-304849/document-id-1315297.html
http://www.bendia.cc/store-304849/document-id-1315301.html
http://www.bendia.cc/store-304849/document-id-1315305.html
http://www.bendia.cc/store-304849/document-id-1315309.html
http://www.bendia.cc/store-304849/document-id-1315313.html
http://www.bendia.cc/store-304849/document-id-1315317.html
http://www.bendia.cc/store-304849/document-id-1315325.html
http://www.bendia.cc/store-304849/document-id-1315329.html
http://www.bendia.cc/store-304849/document-id-1315333.html
http://www.bendia.cc/store-304849/document-id-1315338.html
http://www.bendia.cc/store-304849/document-id-1315342.html
http://www.bendia.cc/store-304849/document-id-1315342.html
http://www.bendia.cc/store-304849/
http://www.zuqiche.com/store-2892/document-id-390639.html
http://www.zuqiche.com/store-2892/document-id-390664.html
http://www.zuqiche.com/store-2892/document-id-390684.html
http://www.zuqiche.com/store-2892/document-id-390694.html
http://www.zuqiche.com/store-2892/document-id-390701.html
http://www.zuqiche.com/store-2892/document-id-390764.html
http://www.zuqiche.com/store-2892/document-id-390770.html
http://www.zuqiche.com/store-2892/document-id-390776.html
http://www.zuqiche.com/store-2892/document-id-390780.html
http://www.zuqiche.com/store-2892/document-id-390786.html
http://www.zuqiche.com/store-2892/document-id-390795.html
http://www.zuqiche.com/store-2892/document-id-390804.html
http://www.zuqiche.com/store-2892/document-id-390814.html
http://www.zuqiche.com/store-2892/document-id-390822.html
http://www.zuqiche.com/store-2892/document-id-390829.html
http://www.zuqiche.com/store-2892/document-id-390845.html
http://www.zuqiche.com/store-2892/document-id-390851.html
http://www.zuqiche.com/store-2892/document-id-390856.html
http://www.zuqiche.com/store-2892/document-id-390860.html
http://www.zuqiche.com/store-2892/document-id-390868.html
http://www.zuqiche.com/store-2892/document-id-390891.html
http://www.zuqiche.com/store-2892/document-id-390896.html
http://www.zuqiche.com/store-2892/document-id-390902.html
http://www.zuqiche.com/store-2892/document-id-390909.html
http://www.zuqiche.com/store-2892/document-id-390917.html
http://www.zuqiche.com/store-2892/document-id-390926.html
http://www.zuqiche.com/store-2892/document-id-390939.html
http://www.zuqiche.com/store-2892/document-id-390948.html
http://www.zuqiche.com/store-2892/document-id-390956.html
http://www.zuqiche.com/store-2892/document-id-390966.html
http://www.zuqiche.com/store-2892/document-id-390973.html
http://www.zuqiche.com/store-2892/document-id-390978.html
http://www.zuqiche.com/store-2892/document-id-390993.html
http://www.zuqiche.com/store-2892/document-id-390998.html
http://www.zuqiche.com/store-2892/document-id-391006.html
http://www.zuqiche.com/store-2892/document-id-391027.html
http://www.zuqiche.com/store-2892/document-id-391086.html
http://www.zuqiche.com/store-2892/document-id-391092.html
http://www.zuqiche.com/store-2892/document-id-391103.html
http://www.zuqiche.com/store-2892/document-id-391127.html
http://www.zuqiche.com/store-2892/document-id-391133.html
http://www.zuqiche.com/store-2892/document-id-391138.html
http://www.zuqiche.com/store-2892/document-id-391146.html
http://www.zuqiche.com/store-2892/document-id-391155.html
http://www.zuqiche.com/store-2892/document-id-391165.html
http://www.zuqiche.com/store-2892/document-id-391177.html
http://www.zuqiche.com/store-2892/document-id-391188.html
http://www.zuqiche.com/store-2892/document-id-391195.html
http://www.zuqiche.com/store-2892/document-id-391204.html
http://www.zuqiche.com/store-2892/document-id-391213.html
http://www.zuqiche.com/store-2892/document-id-391225.html
http://www.zuqiche.com/store-2892/document-id-391244.html
http://www.zuqiche.com/store-2892/document-id-391252.html
http://www.zuqiche.com/store-2892/document-id-391263.html
http://www.zuqiche.com/store-2892/document-id-391271.html
http://www.zuqiche.com/store-2892/document-id-391279.html
http://www.zuqiche.com/store-2892/document-id-391284.html
http://www.zuqiche.com/store-2892/document-id-391288.html
http://www.zuqiche.com/store-2892/document-id-391293.html
http://www.zuqiche.com/store-2892/document-id-391298.html
http://www.zuqiche.com/store-2892/document-id-391302.html
http://www.zuqiche.com/store-2892/document-id-391322.html
http://www.zuqiche.com/store-2892/document-id-391330.html
http://www.zuqiche.com/store-2892/document-id-391338.html
http://www.zuqiche.com/store-2892/document-id-391344.html
http://www.zuqiche.com/store-2892/document-id-391352.html
http://www.zuqiche.com/store-2892/document-id-391359.html
http://www.zuqiche.com/store-2892/document-id-391364.html
http://www.zuqiche.com/store-2892/document-id-391369.html
http://www.zuqiche.com/store-2892/document-id-391374.html
http://www.zuqiche.com/store-2892/document-id-391380.html
http://www.zuqiche.com/store-2892/document-id-391385.html
http://www.zuqiche.com/store-2892/document-id-391392.html
http://www.zuqiche.com/store-2892/document-id-391396.html
http://www.zuqiche.com/store-2892/document-id-391402.html
http://www.zuqiche.com/store-2892/document-id-391407.html
http://www.zuqiche.com/store-2892/document-id-391413.html
http://www.zuqiche.com/store-2892/document-id-391418.html
http://www.zuqiche.com/store-2892/document-id-391449.html
http://www.zuqiche.com/store-2892/document-id-391588.html
http://www.zuqiche.com/store-2892/document-id-391598.html
http://www.zuqiche.com/store-2892/document-id-391608.html
http://www.zuqiche.com/store-2892/document-id-391616.html
http://www.zuqiche.com/store-2892/document-id-391623.html
http://www.zuqiche.com/store-2892/document-id-391628.html
http://www.zuqiche.com/store-2892/document-id-391632.html
http://www.zuqiche.com/store-2892/document-id-391638.html
http://www.zuqiche.com/store-2892/document-id-391643.html
http://www.zuqiche.com/store-2892/document-id-391650.html
http://www.zuqiche.com/store-2892/document-id-391729.html
http://www.zuqiche.com/store-2892/document-id-391772.html
http://www.zuqiche.com/store-2892/document-id-391782.html
http://www.zuqiche.com/store-2892/document-id-391792.html
http://www.zuqiche.com/store-2892/document-id-391804.html
http://www.zuqiche.com/store-2892/document-id-391816.html
http://www.zuqiche.com/store-2892/document-id-391825.html
http://www.zuqiche.com/store-2892/document-id-391841.html
http://www.zuqiche.com/store-2892/document-id-391849.html
http://www.zuqiche.com/store-2892/document-id-391861.html
http://www.zuqiche.com/store-2892/document-id-391871.html
http://www.zuqiche.com/store-2892/document-id-391880.html
http://www.zuqiche.com/store-2892/document-id-391891.html
http://www.zuqiche.com/store-2892/document-id-391903.html
http://www.zuqiche.com/store-2892/document-id-391919.html
http://www.zuqiche.com/store-2892/document-id-391971.html
http://www.zuqiche.com/store-2892/document-id-392021.html
http://www.zuqiche.com/store-2892/document-id-392077.html
http://www.zuqiche.com/store-2892/document-id-392084.html
http://www.zuqiche.com/store-2892/document-id-392090.html
http://www.zuqiche.com/store-2892/document-id-392097.html
http://www.zuqiche.com/store-2892/document-id-392181.html
http://www.zuqiche.com/store-2892/document-id-392187.html
http://www.zuqiche.com/store-2892/document-id-392198.html
http://www.zuqiche.com/store-2892/document-id-392208.html
http://www.zuqiche.com/store-2892/document-id-392221.html
http://www.zuqiche.com/store-2892/document-id-392232.html
http://www.zuqiche.com/store-2892/document-id-392247.html
http://www.zuqiche.com/store-2892/document-id-392258.html
http://www.zuqiche.com/store-2892/document-id-392266.html
http://www.zuqiche.com/store-2892/document-id-392323.html
http://www.zuqiche.com/store-2892/document-id-392336.html
http://www.zuqiche.com/store-2892/document-id-392345.html
http://www.zuqiche.com/store-2892/document-id-392354.html
http://www.zuqiche.com/store-2892/document-id-392363.html
http://www.zuqiche.com/store-2892/document-id-392372.html
http://www.zuqiche.com/store-2892/document-id-392383.html
http://www.zuqiche.com/store-2892/document-id-392394.html
http://www.zuqiche.com/store-2892/document-id-392413.html
http://www.zuqiche.com/store-2892/document-id-392427.html
http://www.zuqiche.com/store-2892/document-id-392435.html
http://www.zuqiche.com/store-2892/document-id-392444.html
http://www.zuqiche.com/store-2892/document-id-392454.html
http://www.zuqiche.com/store-2892/document-id-392463.html
http://www.zuqiche.com/store-2892/document-id-392473.html
http://www.zuqiche.com/store-2892/document-id-392496.html
http://www.zuqiche.com/store-2892/document-id-392502.html
http://www.zuqiche.com/store-2892/document-id-392508.html
http://www.zuqiche.com/store-2892/document-id-392515.html
http://www.zuqiche.com/store-2892/document-id-392525.html
http://www.zuqiche.com/store-2892/document-id-392537.html
http://www.zuqiche.com/store-2892/document-id-392545.html
http://www.zuqiche.com/store-2892/document-id-392551.html
http://www.zuqiche.com/store-2892/document-id-392557.html
http://www.zuqiche.com/store-2892/document-id-392565.html
http://www.zuqiche.com/store-2892/document-id-392577.html
http://www.zuqiche.com/store-2892/document-id-392589.html
http://www.zuqiche.com/store-2892/document-id-392596.html
http://www.zuqiche.com/store-2892/document-id-392607.html
http://www.zuqiche.com/store-2892/document-id-392614.html
http://www.zuqiche.com/store-2892/document-id-392621.html
http://www.zuqiche.com/store-2892/document-id-392627.html
http://www.zuqiche.com/store-2892/document-id-392633.html
http://www.zuqiche.com/store-2892/document-id-392639.html
http://www.zuqiche.com/store-2892/document-id-392646.html
http://www.zuqiche.com/store-2892/document-id-392651.html
http://www.zuqiche.com/store-2892/document-id-392658.html
http://www.zuqiche.com/store-2892/document-id-392663.html
http://www.zuqiche.com/store-2892/document-id-392671.html
http://www.zuqiche.com/store-2892/document-id-392690.html
http://www.zuqiche.com/store-2892/document-id-392700.html
http://www.zuqiche.com/store-2892/document-id-392722.html
http://www.zuqiche.com/store-2892/document-id-392732.html
http://www.zuqiche.com/store-2892/document-id-392743.html
http://www.zuqiche.com/store-2892/document-id-392749.html
http://www.zuqiche.com/store-2892/document-id-392755.html
http://www.zuqiche.com/store-2892/document-id-392762.html
http://www.zuqiche.com/store-2892/document-id-392768.html
http://www.zuqiche.com/store-2892/document-id-392774.html
http://www.zuqiche.com/store-2892/document-id-392779.html
http://www.zuqiche.com/store-2892/document-id-392786.html
http://www.zuqiche.com/store-2892/document-id-392791.html
http://www.zuqiche.com/store-2892/document-id-392805.html
http://www.zuqiche.com/store-2892/document-id-392815.html
http://www.zuqiche.com/store-2892/document-id-392827.html
http://www.zuqiche.com/store-2892/document-id-392867.html
http://www.zuqiche.com/store-2892/document-id-392871.html
http://www.zuqiche.com/store-2892/document-id-392878.html
http://www.zuqiche.com/store-2892/document-id-392883.html
http://www.zuqiche.com/store-2892/document-id-392890.html
http://www.zuqiche.com/store-2892/document-id-392901.html
http://www.zuqiche.com/store-2892/document-id-392910.html
http://www.zuqiche.com/store-2892/document-id-392919.html
http://www.zuqiche.com/store-2892/document-id-392929.html
http://www.zuqiche.com/store-2892/document-id-392942.html
http://www.zuqiche.com/store-2892/document-id-392951.html
http://www.zuqiche.com/store-2892/document-id-392962.html
http://www.zuqiche.com/store-2892/document-id-392974.html
http://www.zuqiche.com/store-2892/document-id-392982.html
http://www.zuqiche.com/store-2892/document-id-392992.html
http://www.zuqiche.com/store-2892/document-id-393014.html
http://www.zuqiche.com/store-2892/document-id-393025.html
http://www.zuqiche.com/store-2892/document-id-393037.html
http://www.zuqiche.com/store-2892/document-id-393043.html
http://www.zuqiche.com/store-2892/document-id-393049.html
http://www.zuqiche.com/store-2892/document-id-393053.html
http://www.zuqiche.com/store-2892/document-id-393063.html
http://www.zuqiche.com/store-2892/document-id-393072.html
http://www.zuqiche.com/store-2892/document-id-393082.html
http://www.zuqiche.com/store-2892/document-id-393086.html
http://www.zuqiche.com/store-2892/document-id-393093.html
http://www.zuqiche.com/store-2892/document-id-393100.html
http://www.zuqiche.com/store-2892/document-id-393109.html
http://www.zuqiche.com/store-2892/document-id-393134.html
http://www.zuqiche.com/store-2892/document-id-393138.html
http://www.zuqiche.com/store-2892/document-id-393144.html
http://www.zuqiche.com/store-2892/document-id-393150.html
http://www.zuqiche.com/store-2892/document-id-393156.html
http://www.zuqiche.com/store-2892/document-id-393170.html
http://www.zuqiche.com/store-2892/document-id-393178.html
http://www.zuqiche.com/store-2892/document-id-393182.html
http://www.zuqiche.com/store-2892/document-id-393188.html
http://www.zuqiche.com/store-2892/document-id-393193.html
http://www.zuqiche.com/store-2892/document-id-393198.html
http://www.zuqiche.com/store-2892/document-id-393202.html
http://www.zuqiche.com/store-2892/document-id-393219.html
http://www.zuqiche.com/store-2892/document-id-393230.html
http://www.zuqiche.com/store-2892/document-id-393241.html
http://www.zuqiche.com/store-2892/document-id-393249.html
http://www.zuqiche.com/store-2892/document-id-393254.html
http://www.zuqiche.com/store-2892/document-id-393259.html
http://www.zuqiche.com/store-2892/document-id-393264.html
http://www.zuqiche.com/store-2892/document-id-393275.html
http://www.liaorujiang.com.cn/news/201507/27/160530.html
http://www.liaorujiang.com.cn/news/201507/27/160531.html
http://www.liaorujiang.com.cn/news/201507/27/160532.html
http://www.liaorujiang.com.cn/news/201507/27/160533.html
http://www.liaorujiang.com.cn/news/201507/27/160534.html
http://www.liaorujiang.com.cn/news/201507/27/160535.html
http://www.liaorujiang.com.cn/news/201507/27/160536.html
http://www.liaorujiang.com.cn/news/201507/27/160537.html
http://www.liaorujiang.com.cn/news/201507/27/160538.html
http://www.liaorujiang.com.cn/news/201507/27/160539.html
http://www.liaorujiang.com.cn/news/201507/27/160540.html
http://www.liaorujiang.com.cn/news/201507/27/160541.html
http://www.liaorujiang.com.cn/news/201507/27/160542.html
http://www.liaorujiang.com.cn/news/201507/27/160543.html
http://www.liaorujiang.com.cn/news/201507/27/160544.html
http://woz.gamebbs.qq.com/forum.php?mod=viewthread&tid=261064
http://woz.gamebbs.qq.com/forum.php?mod=viewthread&tid=261045
http://woz.gamebbs.qq.com/forum.php?mod=viewthread&tid=260992
http://woz.gamebbs.qq.com/forum.php?mod=viewthread&tid=260971
http://qqbaby.gamebbs.qq.com/forum.php?mod=viewthread&tid=8608133
http://qqbaby.gamebbs.qq.com/forum.php?mod=viewthread&tid=8607867
http://qqbaby.gamebbs.qq.com/forum.php?mod=viewthread&tid=8607653
http://qqbaby.gamebbs.qq.com/forum.php?mod=viewthread&tid=8607480
http://bbs.sciencenet.cn/thread-2592352-1-1.html