??xml version="1.0" encoding="utf-8" standalone="yes"?>91网在线观看,美日韩免费视频,一区二区avhttp://www.aygfsteel.com/Alicus/实践是最好的成长Q书写是最好的记忆Q?/description>zh-cnWed, 04 Jun 2025 10:27:17 GMTWed, 04 Jun 2025 10:27:17 GMT60security processing failed with reason 15 (解决DB2 9.5.2中用戯证的问题(SQL30082NQ?http://www.aygfsteel.com/Alicus/archive/2012/11/10/391144.htmlAlicusAlicusSat, 10 Nov 2012 09:33:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391144.htmlhttp://www.aygfsteel.com/Alicus/comments/391144.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391144.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/391144.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/391144.htmlReference: http://blog.csdn.net/thinkhy/article/details/4122427

Alicus 2012-11-10 17:33 发表评论
]]>
How to adjust the screen resolution for Ubuntu Server in VMwarehttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391139.htmlAlicusAlicusSat, 10 Nov 2012 08:18:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391139.htmlhttp://www.aygfsteel.com/Alicus/comments/391139.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391139.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/391139.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/391139.html1. vi /etc/default/grub 
2. modify the value of GRUB_CMDLINE_LINUX parameter , Ex : GRUB_CMDLINE_LINUX="vga=0x317".
    Before changing it, backup orginal value is recommended.
3. there are some values for reference . 
       |  640x480  800x600  1024x768 1280x1024
----  | --------------------------------------
256  |  0x301     0x303      0x305      0x307
32k  |  0x310     0x313      0x316      0x319
64k  |  0x311     0x314      0x317      0x31A
16M |  0x312     0x315       0x318     0x31B
4. $sudo update-grub
5. $sudo reboot

Good luck to you!
Reference: http://blog.csdn.net/weilanxing/article/details/7664324


Alicus 2012-11-10 16:18 发表评论
]]>
Ubuntu12.4 Server Install vsftpdhttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391134.htmlAlicusAlicusSat, 10 Nov 2012 07:11:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391134.htmlhttp://www.aygfsteel.com/Alicus/comments/391134.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/10/391134.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/391134.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/391134.htmlSecond step  :  sudo vi /etc/vsftpd.conf
when you open the vsftpd.conf, make the following changes:
1. uncomment :  local_enable=YES
2. uncomment :  chroot_local_user=YES
3. uncomment :  write_enable=YES 

After above steps, please restart vsfptd service as follows: sudo /etc/init.d/vsftpd restart 

Q&A:
Q1. 500 OOPS: vsftpd: refusing to run with writable root inside chroot()
A1: 1. edit the file /etc/vsftpd.conf ,
      2. uncomment  chroot_local_user=YES ?nbsp;chroot_list_enable=YES ?nbsp;chroot_list_file=/etc/vsfptd.chroot_list
      3. edit /etc/vsfptd.chroot_list file, then input the ftp login account like ftpuser, save and exit.
      4. restart your vsftpd service.

Hope it will be helpful to you !


Alicus 2012-11-10 15:11 发表评论
]]>
The solution for "Could not get lock /var/lib/apt/lists/lock - open"http://www.aygfsteel.com/Alicus/archive/2012/11/03/390752.htmlAlicusAlicusSat, 03 Nov 2012 14:51:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390752.htmlhttp://www.aygfsteel.com/Alicus/comments/390752.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390752.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/390752.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/390752.html    In Linux, you always wanna to use command: sudo apt-get update to update source list.
    But if one of terminal doesn't finish updating, and then you execute another same command : sudo apt-get update,
it will has the error message like the following :
Error output:
    alicus@ubuntu:~$ sudo apt-get update
    E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
    E: Unable to lock the list directory

The solution is :    
    Open a new  terminal console, execute command like this : sudo rm /var/cache/apt/archives/lock ( it is that has been locked ).
    
    After that, you are allowed to execute sudo apt-get update again.

    Good luck to you !


Alicus 2012-11-03 22:51 发表评论
]]>
Ubuntu Install DB2V9.5http://www.aygfsteel.com/Alicus/archive/2012/11/03/390749.htmlAlicusAlicusSat, 03 Nov 2012 13:41:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390749.htmlhttp://www.aygfsteel.com/Alicus/comments/390749.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390749.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/390749.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/390749.html
1. Download the DB2V9.5 Software from URL: http://www14.software.ibm.com/webapp/download/search.jsp?pn=DB2+9

2. Install Prepared Packages:

    shell cmd : sudo apt-get install alien

    shell cmd : sudo apt-get install libstdc++5 ( need update System Sources List — > sudo gedit /etc/apt/sources.list )

     if it still has problem like this : libaio.so.1 is not found, try this command: sudo apt-get install libaio-dev 

    You can see the source list in here : http://forum.ubuntu.org.cn/viewtopic.php?t=268843

    or add the following URLs immediately :

    deb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse   
    deb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
    deb http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
    deb http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted
    deb http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
    deb http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted

3. change a root account's password as the default root's password is random :

    shell cmd : sudo passwd root

    please input the root password

    shell cmd : su root  (change current account to root)

4. access to db2 install folder,input the command: ./db2setup to install

5. When the install page popped, choose the options you want.

6. use db2 account to login :

    shell cmd : su –login db2inst1

    password : db2inst1

QA:

1. when you use cmd: su — login db2inst1  to login, then you input db2cc ,it will have errors like following:

    #db2cc
    No protocol specified
    Error: Can not open display

    A:  use root account and then input cmd:  xhost local:db2inst1

Hope it will be helpful to you !

Alicus 2012-11-03 21:41 发表评论
]]>
The solution for "Eclipse is running in a JRE, but a JDK is required"http://www.aygfsteel.com/Alicus/archive/2012/11/03/390748.htmlAlicusAlicusSat, 03 Nov 2012 13:26:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390748.htmlhttp://www.aygfsteel.com/Alicus/comments/390748.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390748.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/390748.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/390748.htmlOpen the eclipse folder and access the eclipse.ini file:
Before changing it ,you will find it don’t have the -vm parameter,so add it.
vm
C:\Program Files\Java\jdk1.6.0_10\bin\javaw.exe
Note: It should be add before the -vmargs parameter.
See my eclipse.ini, just like this:
 1 -startup
 2 plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
 3 –launcher.library
 4 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
 5 -product
 6 org.eclipse.epp.package.jee.product
 7 –launcher.defaultAction
 8 openFile
 9 –launcher.XXMaxPermSize
10 256M
11 -showsplash
12 org.eclipse.platform
13 –launcher.XXMaxPermSize
14 256m
15 –launcher.defaultAction
16 openFile
17 -vm
18 C:\Program Files (x86)\Java\jdk1.6.0_17\bin\javaw.exe
19 -vmargs
20 -Dosgi.requiredJavaVersion=1.5
21 -Dhelp.lucene.tokenizer=standard
22 -Xms40m
23 -Xmx512m

 

Wish to be helpful to you!

Enjoy it!

 



Alicus 2012-11-03 21:26 发表评论
]]>
灰常灰常l典的耍嘴皮子功夫http://www.aygfsteel.com/Alicus/archive/2012/11/03/390747.htmlAlicusAlicusSat, 03 Nov 2012 13:17:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390747.htmlhttp://www.aygfsteel.com/Alicus/comments/390747.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390747.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/390747.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/390747.html
●说吧Q你是想dq是不想zMQ?/span>
●好久没有人把牛皮吹的q么清新׃了!
●你给我滚Q马不停y的?#8230;…
●Zh都说我丑Q其实我只是得不明显?/span>
●无理取闹,必有所图!
_________________________________________________
●天被熬亮了?/span>
●不是路不qI而是你不行?/span>
●恶心妈妈q恶心哭得很伤心,Z么呢Q因为恶心死?#8230;…
●要不是打不过你,我早和你翻怺?/span>
●我这心碎得,捧出来跟饺子馅似的?/span>
_________________________________________________
●没h牉|Q我揣兜?/span>
●我的兴趣爱好可分为静态和动态两U,静态就是睡觉,动态就是翻w?#8230;
●唉~qh要一没正形,q头痛都是偏的?/span>
●我这Z太懂音乐Q所以时而不靠谱Q时而不着调?/span>
●怎么会突然想哭?N我也有些逆流成河的小忧伤Q?/span>
_______________________________________
●好漂亮的女叔叔啊!
●我不跟猪摔跤有两个原因:首先q让我自己变得很脏,其次q让猪很高兴?/span>
●没事L乐是不太可能?L胖还是有点儿希望.
●放下屠刀立地成佛的意思是Q你放下屠刀的那一dҎ你砍成两瓣儿了?/span>
●没事可做Ӟ觉得最累?/span>
_________________________________________________
●李碧华说q: 什么叫多余Q夏天的袄Q冬天的蒲扇Q还有等我已l心冷后你的D勤?/span>
●永远q轻Q永q装嫩,永远不知好歹Q永q热泪盈眶?/span>
●我爸面对我发胖一事发表了看法Q没有韩U的命,q得了韩U的病?/span>
●你来我信你不会走Q你走我当你没来q?#8212;—我们该这样对待缘分与爱?/span>
●曾以为我是那崖畔的一枝花Q后来才知道Q不q是人v一_渣?/span>
_________________________________________________
●荡气回肠Q消化不良?­
●女h喜欢长的坏坏的男?q不是喜Ƣ长坏了的男?. ­
●d不叫dQ坑人?­
●江湖险恶Q不行就撤! ­
●不敲几下Q你不可能知道一个h或一个西瓜的好坏?­
_________________________________________________
●孤独的h常表现得很坚强;寂寞的h则多半温和?­
●大笑是熾攄微笑?­
●我的意中人是个绝色大女Q终于有一天她会骑着L的恐龙来嫁给?­
的,可是我看见了她的坐骑Q却没有看见她的Mh?­
●孤单是一个h的狂Ƣ,狂欢是一h的孤单?­
●虽不安分Q也该守己?­
________________________________________
●Z犯我Q我不犯人。h若犯我,我就生气Q?­
●别逼我Q否则我伟大hQ一发不可收拾?­
●我们是^凡的人,我们也是特别的hQ所以我们是特别q_的h?­
●那个人敢说自q净Q瞧你那眼神透着浊?­
●没有什么比p对的鄙视更无力了?­
_________________________________________________
●如有雷同Q纯属你抄我 ­●W鸟先飞Q笨猪先肥?­
●当你的眼泪忍不住要流出来的时候,睁大眼睛Q千万别眨眼Q你会看C ­
界由清晰到模p的全过E?­
●告诉你别逼我Q你要是再逼我Q我pȝ你看?­
●q轻什么,谁没q轻q?你老过吗?真是?­
__________________________________________
●别用世故的样子来武装自己Q它会水土不服?­●解释是掩饰Q掩饰就是编故事?­
●所谓门槛,q去了便是门Q过不去成了槛?­
●陌生L你认识陌生的事物Q熟悉妨你理解熟悉的事物?­
●人生的悲哀在于,当你想两肋插刀的时候,却只有一把刀?­
____________________________________________
● 如果全是老姜Q将是一个何{辛辣的C会?­
● 狮子不会因ؓ听到狗吠而回头?­
● 水越深,水流^E?­
●在你不当回事的时候,一切就好了h?­
● 无论是国王还是农夫,只要能在自己安扑ֈ安宁Q他是最q福的h?­
____________________________________________
● 一分钱一分货,E饭吃了不l饿. ­
● 水壶啊,你ؓ什么哭泣,是因为屁股太烫了? ­
● 如果命运抓住了伱的喉咙,伱就挠命q嘚背H?­
● 拦着成长的不是幼E,而是自以为成熟?­
● 如果命运折断了你的腿Q他会教你如何跛?­
__________________________________________ ­
● 打死你我也不?­
●左脑全是_双全是面粉Q不动便|了Q一动全是浆p?­
●挣钱像用针掘地Q花钱就像水渗进土里?­
●我也有要ȝ地方Q只是我要去的地方,没道路通向那里?­
●你浪费的_食都会堵在你去往天堂的\上?­
______________________________________________
●生活是丰富多彩的Q但我也有自q颜色?­●如果有一天我p了,只有两种可能Qn体在旅行Q或者灵在旅行?­
●讓hg腦門一同閃亮?­
●你的丑和你的脸没有关pR?­
●我从来没有欺骗过你,因ؓ我从来没有欺骗你的必要?­
__________________________________________________
●我可以选择攑ּQ但我不能放弃选择?­
●天没降大M我,照样苦我心志Q劳我筋骨?­
●也许g大概是,然而未必不见得?­
●再过一癑ֹQ就长成了参天大葱?­
●q福是当你照镜子的时候,喜欢你看到的那个人?br />
I wish you will be happy every day!



Alicus 2012-11-03 21:17 发表评论
]]>
DB2 8.2 9.1 9.5 9.7 下蝲地址http://www.aygfsteel.com/Alicus/archive/2012/11/03/390746.htmlAlicusAlicusSat, 03 Nov 2012 13:14:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390746.htmlhttp://www.aygfsteel.com/Alicus/comments/390746.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390746.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/390746.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/390746.html    ׃IBM推广DB2新版本的原因Q导致旧的版本的链接被隐藏v来了。所以本Z|络上收集了一些链?以方便有需要的朋友?/span>

    DB2 8.2

    Windows 32位: ftp://public.dhe.ibm.com/ps/products/db2/fixes2/english-us/db2winIA32v8/fixpak/FP18_WR21443/FP18_WR21443_ESE.exe

    DB2 9.1

    Windows 32位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/00vcl/0/v9fp9_win_ese.exe

    Windows 64位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/00vcw/0/v9fp9_winx64_ese.exe

    Windows 64?Itanium: http://delivery04.dhe.ibm.com/sar/CMA/IMA/00vj9/0/v9fp9_win64_ese.exe

    Linux 32?Qhttp://delivery04.dhe.ibm.com/sar/CMA/IMA/00vem/0/v9fp9_linux_ese.tar.gz

    Linux 64位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/00vft/0/v9fp9_linuxx64_universal_fixpack.tar.gz

    HP unix 64位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/00ve6/0/v9fp9_hppa_universal_fixpack.tar.gz

    DB2 9.5

    Windows 32位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/02bok/1/v9.5fp7_nt32_server.exe

    Windows 64位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/02box/1/v9.5fp7_ntx64_server.exe

    Linux 32位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/02bnv/0/v9.5fp7_linuxia32_universal_fixpack.tar.gz

    linux 64 位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/02bni/0/v9.5fp7_linuxx64_universal_fixpack.tar.gz

    Aix 64位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/02bmd/0/v9.5fp7_aix64_universal_fixpack.tar.gz

    HP unix 64位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/02bmr/0/v9.5fp7_hpipf64_universal_fixpack.tar.gz

    DB2 9.7

    Windows 32位: http://delivery04.dhe.ibm.com/sar/CMA/IMA/0152u/1/v9.7fp3a_nt32_universal_fixpack.exe

    Windows 64位: http://delivery04.dhe.ibm.com/sar/CMA/IMA/01534/1/v9.7fp3a_ntx64_universal_fixpack.exe

    Linux 32位: http://delivery04.dhe.ibm.com/sar/CMA/IMA/0152j/1/v9.7fp3a_linuxia32_universal_fixpack.tar.gz

    linux 64 位: http://delivery04.dhe.ibm.com/sar/CMA/IMA/01523/1/v9.7fp3a_linuxx64_universal_fixpack.tar.gz

    Aix 64位: http://delivery04.dhe.ibm.com/sar/CMA/IMA/0150o/1/v9.7fp3a_aix64_universal_fixpack.tar.gz

    HP unix 64位:http://delivery04.dhe.ibm.com/sar/CMA/IMA/01512/1/v9.7fp3a_hpipf64_universal_fixpack.tar.gz
 

    如以上没用,试试此链?  http://www14.software.ibm.com/webapp/download/search.jsp?pn=DB2+9

Alicus 2012-11-03 21:14 发表评论
]]>
EditPlus3.3 集成 SVNhttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390743.htmlAlicusAlicusSat, 03 Nov 2012 13:05:00 GMThttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390743.htmlhttp://www.aygfsteel.com/Alicus/comments/390743.htmlhttp://www.aygfsteel.com/Alicus/archive/2012/11/03/390743.html#Feedback0http://www.aygfsteel.com/Alicus/comments/commentRss/390743.htmlhttp://www.aygfsteel.com/Alicus/services/trackbacks/390743.html今天在玩EditPlus的时候,׃自己想上传文件至SVNQ本机已l安装了TSVN,听说q期EditPlus支持了SVN操作Q?/span>
于是自己便带着好奇的心试试了?br />
已有的环境:
EditPlus 3.3
TSVN 1.5
VisualSVN Server 2.1.3
目的Q能够在EditPlus里用SVN~辑、更新文件?br />
W一步: 先下载http://www.sliksvn.com/pub/Slik-Subversion-1.5.2-win32.msi 安装上?/span>
PS: 一开始本Z认ؓ不需要下载这个文Ӟ自己本地已经有了TSVN了,只要修改SVN路径p了,
不过试了后,无法实现提交、更新?br />
W二步:新徏配置文gQtool.ini
贴进以下内容Q?/span>
[Tools\0]
Count=2
Text=Group 1
[Tools\0\0]
Text=SVN commit
Command=C:\Program Files\SlikSvn\bin\svn.exe
Argument=commit -m "" $(FilePath) --non-interactive
InitDir=$(FileDir)
RedirOut=1
Stdin=0
Plugin=0
Save=1
Pattern=0
Pattern Regex=
Close=0
Help=0
[Tools\1]
Count=0
Text=Group 2
[Tools\2]
Count=0
Text=Group 3
[Tools\3]
Count=0
Text=Group 4
[Tools\4]
Count=0
Text=Group 5
[Tools\5]
Count=0
Text=Group 6
[Tools\6]
Count=0
Text=Group 7
[Tools\7]
Count=0
Text=Group 8
[Tools\8]
Count=0
Text=Group 9
[Tools\9]
Count=0
Text=Group 10
[Tools\0\1]
Text=SVN update
Command=C:\Program Files\SlikSvn\bin\svn.exe
Argument=update $(FilePath)
InitDir=$(FileDir)
RedirOut=1
Stdin=0
Plugin=0
Save=1
Pattern=0
Pattern Regex=
Close=0
Help=0

新建的tool.ini 攑ֈEditPlus 的安装目录下。重新启动EditPlus.
PS: C:\Program Files\SlikSvn\bin\svn.exe q个是你下蝲的文件的安装路径Q?/span>
恩,通过以上步骤Q基本上是可以的了?br />
不过q有几个需要注意的是:
1Q貌似EditPlus?q个不能直接新建的文gAdd到服务上Q所以要保q行Update、Commit操作之前Q确保你更新的文?/span>
已经U_SVN版本控制中?br />
2,文g名不可以存在I格QExample: 文g名ؓ PowerDesigner 使用初步.txt  如果commitq个文g的话Q会?/span>
XX路径\PowerDesigner 未纳入版本的控制Q把I格Lp了?/span>
大家用的时候注意了哦?br />
通过以上步骤和注意点Q您可以用Ctrl+1 q行提交Q用Ctrl+2q行更新操作?br />
参考:http://www.cnblogs.com/baogg/archive/2011/08/14/2137653.html

Ƣ迎一起交?br />



Alicus 2012-11-03 21:05 发表评论
]]>
L看女生叫审美Q女生看L叫好艜y—新?/title><link>http://www.aygfsteel.com/Alicus/archive/2012/11/03/390742.html</link><dc:creator>Alicus</dc:creator><author>Alicus</author><pubDate>Sat, 03 Nov 2012 12:42:00 GMT</pubDate><guid>http://www.aygfsteel.com/Alicus/archive/2012/11/03/390742.html</guid><wfw:comment>http://www.aygfsteel.com/Alicus/comments/390742.html</wfw:comment><comments>http://www.aygfsteel.com/Alicus/archive/2012/11/03/390742.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/Alicus/comments/commentRss/390742.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/Alicus/services/trackbacks/390742.html</trackback:ping><description><![CDATA[<br /><span style="font-size: 12pt;">今天早上L的时候突然想起了俞敏z的一句话Q?#8220;L看女生叫审美Q女生看L叫好?#8221;?br /></span><br /><span style="font-size: 12pt;">说到q,我感觉很奇怪,q句话不知道可不可以q样理解Q?/span><br /><span style="font-size: 12pt;">前面一句:L看女生叫审美?/span><br /><span style="font-size: 12pt;">理解如下Q审的主语是男生,宾语是女生,审美—可以看成?#8220;?#8221;审美Q很明显q里省略?#8220;?#8221;q个主语。看—我们可以理解为审的间接意思,那么可以推断出那个美是指女生了!间接地理解整句:女生是美奟?br /></span><br /><span style="font-size: 12pt;">后面一句:女生看男生叫好色?/span><br /><span style="font-size: 12pt;">同理可推Q女?#8212;我(被省略的主语Q,?#8212;好的间接理解Q那么男生对应的是色了。间接的理解整句Q男生是色狼?br /></span><br /><span style="font-size: 12pt;">俞敏z啊是俞敏z,卛_了女同胞Q同时也道出了男同胞Q?br /></span><br /><div><span style="font-size: 12pt;">哈哈。。。个ZaQ仅供娱乐!Q?/span></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><img src ="http://www.aygfsteel.com/Alicus/aggbug/390742.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/Alicus/" target="_blank">Alicus</a> 2012-11-03 20:42 <a href="http://www.aygfsteel.com/Alicus/archive/2012/11/03/390742.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> վ֩ģ壺 <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Զ</a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">־</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ף</a>| <a href="http://" target="_blank">ɽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ˮ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Դ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ɽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Ƽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Ϋ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ֺ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ʹ</a>| <a href="http://" target="_blank">ҵ</a>| <a href="http://" target="_blank">ξ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">¤</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ԭ</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>