我来我网
https://5come5.cn
 
您尚未 登录  注册 | 菠菜 | 软件站 | 音乐站 | 邮箱1 | 邮箱2 | 风格选择 | 更多 » 
 

« 1 23» Pages: ( 1/3 total )
本页主题: 3分钟让你电脑速度提高3倍!!百毒不侵!! 显示签名 | 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

chaling



性别: 帅哥 状态: 该用户目前不在线
等级: 鹤立鸡群
发贴: 1060
威望: 0
浮云: 1127
在线等级:
注册时间: 2006-02-27
最后登陆: 2008-06-29

5come5帮你背单词 [ tidy /'taidi/ a. 整洁的,整齐的;vt. 使整洁,使整齐 ]


3分钟让你电脑速度提高3倍!!百毒不侵!!

用了的来发表下看法哈,有的同学还不敢用


第一招:清除系统垃圾
轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢?是不是像老去的猴王一样动作一天比一天迟缓呢?
  没错!在Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。特别
是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的LJ文件的淤塞,保持系统的“苗条”身材,轻松流畅上网!朋友来吧,现在就让我们一起来快速清除系统垃圾吧!!
  下面是步骤很简单就两步!
  在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.bat,好ok了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。
  PS. 要复制进去的字是 见下 
  @echo off
  echo 正在清除系统垃圾文件,请稍等......
  del /f /s /q %systemdrive%\*.tmp
  del /f /s /q %systemdrive%\*._mp
  del /f /s /q %systemdrive%\*.log
  del /f /s /q %systemdrive%\*.gid
  del /f /s /q %systemdrive%\*.chk
  del /f /s /q %systemdrive%\*.old
  del /f /s /q %systemdrive%\recycled\*.*
  del /f /s /q %windir%\*.bak
  del /f /s /q %windir%\prefetch\*.*
  rd /s /q %windir%\temp & md %windir%\temp
  del /f /q %userprofile%\cookies\*.*
  del /f /q %userprofile%\recent\*.*
  del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  del /f /s /q "%userprofile%\recent\*.*"
  echo 清除系统LJ完成!
  echo. & pause
  以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?可别忘了回帖喔!
  注:LJ就是垃圾的意思!这招比那些所谓的优化大师好用!不会破坏系统文件。
第二招:清除所有多余的启动项目
此命令将自动清理所有非必要的启动项目,仅保留输入法(ctfmon)。
目的是减少不必要的资源占用,使系统运行顺畅。
方法如上,复制内容见下
@ ECHO OFF
color 1f
title 清除所有多余的启动项目
PAUSE
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /va /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v ctfmon.exe /d C:\WINDOWS\system32\ctfmon.exe
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1" /v command /d ""C:\WINDOWS\IME\imjp8_1\IMJPMIG.EXE" /Spoil /RemAdvDef /Migration32"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1" /v hkey /d HKLM
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1" /v inimapping /d 0
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1" /v item /d IMJPMIG
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1" /v key /d SOFTWARE\Microsoft\Windows\CurrentVersion\Run
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A" /v command /d "C:\WINDOWS\system32\IME\TINTLGNT\TINTSETP.EXE /IMEName"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A" /v hkey /d HKLM
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A" /v inimapping /d 0
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A" /v item /d TINTSETP
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002A" /v key /d SOFTWARE\Microsoft\Windows\CurrentVersion\Run
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync" /v command /d ""C:\WINDOWS\IME\imjp8_1\IMJPMIG.EXE" /Spoil /RemAdvDef /Migration32"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync" /v hkey /d HKLM
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync" /v inimapping /d 0
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync" /v item /d TINTSETP
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\PHIME2002ASync" /v key /d SOFTWARE\Microsoft\Windows\CurrentVersion\Run
del "C:\Documents and Settings\All Users\「开始」菜单\程序\启动\*.*" /q /f
del "C:\Documents and Settings\Default User\「开始」菜单\程序\启动\*.*" /q /f
del "%userprofile%\「开始」菜单\程序\启动\*.*" /q /f
start C:\WINDOWS\pchealth\helpctr\binaries\msconfig.exe
第三招:清除所有多余的桌面右键菜单
很多显卡在装了驱动之后,桌面右键会多出一项或多项菜单,这些功能并不实用,
还会拖慢右键的弹出速度,我们最好清除它。
方法如上,复制内容见下
@ ECHO OFF
title 清除所有多余的桌面右键菜单
color 1a
PAUSE
regsvr32 /u /s igfxpph.dll
reg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers /f
reg add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\new /ve /d {D969A300-E7FF-11d0-A93B-00A0C90F2719}
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v HotKeysCmds /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IgfxTray /f
第四招:C盘转换为NTFS格式
NTFS格式是WinXP推荐使用的格式。转换为NTFS格式能提高硬盘存储的
效率,并可设置访问权限以保护文件。但NTFS格式的分区在DOS/WIN9X
下均不能被识别,可能会给初级用户造成不便。如无必要请不要转换。
方法如上,复制内容见下
@ ECHO OFF
color 1b
title C盘转换为NTFS格式
convert c:/fs:ntfs
第五招:给每个盘添加卷标
此命令将为本机每个盘都添加上卷标,一般是用在新机上面。
以引导初学者更合理地支配他们的硬盘空间。
方法如上,复制内容见下@ ECHO OFF
title 给每个盘添加卷标
color 1B
PAUSE
c:
label c:WINXP
label d:软件
label e:影视
label f:游戏
label g:资料
label h:备份
d:
md 本机驱动程序
md 本机驱动程序\0.DirectX
md 本机驱动程序\1.主板芯片组
md 本机驱动程序\2.显卡
md 本机驱动程序\3.声卡
md 本机驱动程序\4.网卡
md 本机驱动程序\5.摄像头
第六招:关闭有害端口
提高安全性,让你上网更加无后顾之忧!!!
传个做好的上来试试!
地址如下:
http://clubpic2.chinaren.com/uploadfile/200612/595/BxkRUQYT.bat
第七招:威金病毒批处理专杀
“威金”病毒主要通过网络共享传播,病毒会感染电脑中所有的.EXE可执行文件,传播速度十分迅速。“威金”病毒运行后,修改注册表自启动项,以使自己随系统一起运行,向系统文件目录下生成以下病毒文件:
Program Files\svhost32.exe
Program Files\micorsoft\svhost32.exe
windows\explorer.exe
windows\logo1_exe
windows\rundll32.exe
windows\rundl132.exe
windows\intel\rundl132.exe
windows\dll.dll
病毒新变种还会自动从网站下载“天堂[屏蔽]”以及“QQ大盗(QQpass)”等10余种木马病毒,企图盗取包括天堂、征途、梦幻西游、传奇等多种流行网游以及QQ的帐号、密码。
方法如上,复制内容见下
@ECHO OFF
del c:\winnt\logo1_.exe
del c:\windows\logo1_.exe
del c:\winnt\0sy.exe
del c:\windows\0sy.exe
del c:\winnt\1sy.exe
del c:\windows\1sy.exe
del c:\winnt\2sy.exe
del c:\windows\2sy.exe
del c:\winnt\3sy.exe
del c:\windows\3sy.exe
del c:\winnt\4sy.exe
del c:\windows\4sy.exe
del c:\winnt\5sy.exe
del c:\windows\5sy.exe
del c:\winnt\6sy.exe
del c:\windows\6sy.exe
del c:\winnt\7sy.exe
del c:\windows\7sy.exe
del c:\winnt\8sy.exe
del c:\windows\8sy.exe
del c:\winnt\9sy.exe
del c:\windows\9sy.exe
del c:\winnt\rundl132.exe
del c:\windows\rundl132.exe
net share c$ /d
net share d$ /d
net share e$ /d
net share F$ /d
net share G$ /d
net share h$ /d
net share i$ /d
net share j$ /d
net share admin$ /d
net share ipc$ /d
del c:\winnt\logo1_.exe
del c:\windows\logo1_.exe
del c:\windows\vdll.dll
del c:\winnt\vdll.dll
del c:\windows\tdll.dll
del c:\winnt\tdll.dll
del c:\windows\dll.dll
del c:\winnt\dll.dll
del c:\winnt\kill.exe
del c:\windows\kill.exe
del c:\winnt\sws32.dll
del c:\windows\sws32.dll
del c:\winnt\rundl132.exe
del c:\windows\rundl132.exe
echo.
echo.
echo.
echo. *****************************
echo.
echo. 正在查毒...请不要关闭......
echo.
echo. *****************************
echo.
echo.
echo.
echo.
ping 127.0.0.1 -n 5
del c:\winnt\logo1_.exe
del c:\windows\logo1_.exe
del c:\windows\vdll.dll
del c:\winnt\vdll.dll
del c:\windows\dll.dll
del c:\winnt\dll.dll
del c:\windows\tdll.dll
del c:\winnt\tdll.dll
del c:\winnt\kill.exe
del c:\windows\kill.exe
del c:\winnt\sws32.dll
del c:\windows\sws32.dll
del c:\winnt\rundl132.exe
del c:\windows\rundl132.exe
echo.
echo.
echo.
echo. *****************************
echo.
echo. 正在查毒...请不要关闭......
echo.
echo. *****************************
echo.
echo.
echo.
echo.
ping 127.0.0.1 -n 5
del c:\winnt\logo1_.exe
del c:\windows\logo1_.exe
del c:\windows\vdll.dll
del c:\winnt\vdll.dll
del c:\windows\dll.dll
del c:\winnt\dll.dll
del c:\windows\tdll.dll
del c:\winnt\tdll.dll
del c:\winnt\kill.exe
del c:\windows\kill.exe
del c:\winnt\sws32.dll
del c:\windows\sws32.dll
del c:\windows\0sy.exe
del c:\winnt\1sy.exe
del c:\windows\1sy.exe
del c:\winnt\2sy.exe
del c:\windows\2sy.exe
del c:\winnt\3sy.exe
del c:\windows\3sy.exe
del c:\winnt\4sy.exe
del c:\windows\4sy.exe
del c:\winnt\5sy.exe
del c:\windows\5sy.exe
del c:\winnt\6sy.exe
del c:\windows\6sy.exe
del c:\winnt\7sy.exe
del c:\windows\7sy.exe
del c:\winnt\8sy.exe
del c:\windows\8sy.exe
del c:\winnt\9sy.exe
del c:\windows\9sy.exe
del c:\winnt\rundl132.exe
del c:\windows\rundl132.exe
del C:\winnt\Logo1_.exe
del C:\winnt\rundl132.exe
del C:\winnt\bootconf.exe
del C:\winnt\kill.exe
del C:\winnt\sws32.dll
del C:\winnt\dll.dll
del C:\winnt\vdll.dll
del c:\winnt\tdll.dll
del C:\winnt\system32\ShellExt\svchs0t.exe
del C:\Program Files\Internet Explorer\0SY.exe
del C:\Program Files\Internet Explorer\1SY.exe
del C:\Program Files\Internet Explorer\2sy.exe
del C:\Program Files\Internet Explorer\3sy.exe
del C:\Program Files\Internet Explorer\4sy.exe
del C:\Program Files\Internet Explorer\5sy.exe
del C:\Program Files\Internet Explorer\6SY.exe
del C:\Program Files\Internet Explorer\7sy.exe
del C:\Program Files\Internet Explorer\8sy.exe
del C:\Program Files\Internet Explorer\9sy.exe
del C:\winnt\system32\Logo1_.exe
del C:\winnt\system32\rundl132.exe
del C:\winnt\system32\bootconf.exe
del C:\winnt\system32\kill.exe
del C:\winnt\system32\sws32.dll
del C:\windows\Logo1_.exe
del C:\windows\rundl132.exe
del C:\windows\bootconf.exe
del C:\windows\kill.exe
del C:\windows\sws32.dll
del C:\windows\dll.dll
del C:\windows\vdll.dll
del c:\windows\tdll.dll
del C:\windows\system32\ShellExt\svchs0t.exe
del C:\windows\system32\Logo1_.exe
del C:\windows\system32\rundl132.exe
del C:\windows\system32\bootconf.exe
del C:\windows\system32\kill.exe
del C:\windows\system32\sws32.dll
del c:\_desktop.ini /f/s/q/a
del d:\_desktop.ini /f/s/q/a
del e:\_desktop.ini /f/s/q/a
del f:\_desktop.ini /f/s/q/a
del g:\_desktop.ini /f/s/q/a
del h:\_desktop.ini /f/s/q/a
del i:\_desktop.ini /f/s/q/a
del j:\_desktop.ini /f/s/q/a
del k:\_desktop.ini /f/s/q/a


[ 此帖被chaling在2008-04-14 17:39重新编辑 ]
顶端 Posted: 2008-04-14 17:16 | [楼 主]
吉娃娃



自信之戒 灌水天才奖 爱心大使勋章 誓言守护者
性别: 美女 状态: 该用户目前不在线
头衔: 我的骄傲无可救药
等级: 版主
家族: 心灵对话
发贴: 46809
威望: 1
浮云: 11
在线等级:
注册时间: 2008-04-01
最后登陆: 2024-04-01

5come5帮你背单词 [ humble /'hΛmbl/ a. 恭顺的,谦卑的,地位低下的,卑贱 的 ]


好繁琐。。。。弄不来。。。
顶端 Posted: 2008-04-14 17:20 | [1 楼]
关山明月



誓言守护者 勇敢之戒 友爱之戒 执着之戒
性别: 帅哥 状态: 该用户目前不在线
等级: 版主
家族: 战略研究所
发贴: 2622
威望: 5
浮云: 10000117
在线等级:
注册时间: 2007-10-04
最后登陆: 2024-03-27

5come5帮你背单词 [ deteriorate /di'tiəriəreit/ v. (使)恶化,败坏 ]


谢谢了,不太敢用!
顶端 Posted: 2008-04-14 17:23 | [2 楼]
chaling



性别: 帅哥 状态: 该用户目前不在线
等级: 鹤立鸡群
发贴: 1060
威望: 0
浮云: 1127
在线等级:
注册时间: 2006-02-27
最后登陆: 2008-06-29

5come5帮你背单词 [ barely /'bZəli/ ad. 仅仅,勉强 ]


Quote:
引用第2楼关山明月于2008-04-14 17:23发表的  :
谢谢了,不太敢用!

为什么不敢?绝对不是病毒
顶端 Posted: 2008-04-14 17:31 | [3 楼]
海之恋





性别: 帅哥 状态: 该用户目前不在线
等级: 希望之光
发贴: 1959
威望: 0
浮云: 4683
在线等级:
注册时间: 2007-03-22
最后登陆: 2014-07-02

5come5帮你背单词 [ misunderstand /misΛndə'stænd/ vt. 误解,误会,曲解 ]


有没的GG适过了
顶端 Posted: 2008-04-14 17:34 | [4 楼]
爱-就要浪漫



性别: 帅哥 状态: 该用户目前不在线
头衔: 菠菜不慎,宣告破产!
等级: 成就辉煌
家族: 菠韬汹勇
发贴: 12609
威望: 0
浮云: 1113
在线等级:
注册时间: 2007-09-14
最后登陆: 2009-11-05

5come5帮你背单词 [ subjective /sΛb'd3əektiv/ a. 主观的 ]


 "注:LJ就是垃圾的意思!这招比那些所谓的优化大师好用!不会破坏系统文件。 "

看到这不敢用了

不过还是留下

等要重装了试一试
顶端 Posted: 2008-04-14 17:34 | [5 楼]
哈哈少爷



性别: 帅哥 状态: 该用户目前不在线
等级: 鹤立鸡群
发贴: 1008
威望: 0
浮云: 1216
在线等级:
注册时间: 2006-09-14
最后登陆: 2008-06-30

5come5帮你背单词 [ feature /'fi:tə/ n. 特征,特色,脸上的一部分,五官之一(报纸的)特写 ]


哪位用过现个身
顶端 Posted: 2008-04-14 17:36 | [6 楼]
chaling



性别: 帅哥 状态: 该用户目前不在线
等级: 鹤立鸡群
发贴: 1060
威望: 0
浮云: 1127
在线等级:
注册时间: 2006-02-27
最后登陆: 2008-06-29

5come5帮你背单词 [ sign /sain/ n. 符号,记号,姿势,手势,标识,牌示,征兆,迹象;v. 签名,作手势(表示) ]


我在风中也发了,上面已经有人用过了,大家去看看
顶端 Posted: 2008-04-14 17:37 | [7 楼]
uestcat



性别: 帅哥 状态: 该用户目前不在线
等级: 品行端正
发贴: 480
威望: 0
浮云: 1142
在线等级:
注册时间: 2007-08-17
最后登陆: 2010-10-24

5come5帮你背单词 [ courteous /'kə:tjəs/ n. 庭院,院子 ]


刚用了下
好像看到删了很多东西
不知道系统有没有搞坏
顶端 Posted: 2008-04-14 17:40 | [8 楼]
aspire5572



性别: 帅哥 状态: 该用户目前不在线
头衔: 无情大灾彰显无疆大爱
等级: 优秀会员
家族: 菠韬汹勇
发贴: 6336
威望: 1
浮云: 224
在线等级:
注册时间: 2007-03-11
最后登陆: 2010-02-23

5come5帮你背单词 [ whole /həul/ n. 全部,整体;a. 全体的,全部的,完整的,无缺的 ]


收藏一下,现在系统正常运行,未敢尝试
顶端 Posted: 2008-04-14 17:41 | [9 楼]
jacobsw



性别: 帅哥 状态: 该用户目前不在线
等级: 栋梁之材
发贴: 560
威望: 0
浮云: 1368
在线等级:
注册时间: 2007-07-30
最后登陆: 2008-06-30

5come5帮你背单词 [ messenger /'mesind3ə/ n. 送信人,使者 ]


我用了,好象没什么问题,电脑还很正常  
顶端 Posted: 2008-04-14 17:44 | [10 楼]
爱-就要浪漫



性别: 帅哥 状态: 该用户目前不在线
头衔: 菠菜不慎,宣告破产!
等级: 成就辉煌
家族: 菠韬汹勇
发贴: 12609
威望: 0
浮云: 1113
在线等级:
注册时间: 2007-09-14
最后登陆: 2009-11-05

5come5帮你背单词 [ nickname /'nikneim/ n. 绰号;vt. 给…起绰号 ]


Quote:
引用第10楼jacobsw于2008-04-14 17:44发表的  :
我用了,好象没什么问题,电脑还很正常  

再来一次重起看看
顶端 Posted: 2008-04-14 17:45 | [11 楼]
aspire5572



性别: 帅哥 状态: 该用户目前不在线
头衔: 无情大灾彰显无疆大爱
等级: 优秀会员
家族: 菠韬汹勇
发贴: 6336
威望: 1
浮云: 224
在线等级:
注册时间: 2007-03-11
最后登陆: 2010-02-23

5come5帮你背单词 [ republic /ri'pΛblik/ n. 共和国,共和政体 ]


我正在尝试。发现临时文件夹的确是变小了,又250MB变到4MB了
顶端 Posted: 2008-04-14 17:48 | [12 楼]
jacobsw



性别: 帅哥 状态: 该用户目前不在线
等级: 栋梁之材
发贴: 560
威望: 0
浮云: 1368
在线等级:
注册时间: 2007-07-30
最后登陆: 2008-06-30

5come5帮你背单词 [ installation /instə'leiən/ n. 安装,安置,装置,设备 ]


Quote:
引用第11楼爱-就要浪漫于2008-04-14 17:45发表的  :

再来一次重起看看

重起了,还很正常,没有什么问题,还是可以用的
顶端 Posted: 2008-04-14 17:51 | [13 楼]
wuwei



性别: 帅哥 状态: 该用户目前不在线
等级: 鹤立鸡群
发贴: 1371
威望: 0
浮云: 1159
在线等级:
注册时间: 2007-09-16
最后登陆: 2009-04-16

5come5帮你背单词 [ shoe /u:/ n. 鞋 ]


LZ能不能弄成个BAT文件,直接运行起来就OK老  
顶端 Posted: 2008-04-14 17:51 | [14 楼]
« 1 23» Pages: ( 1/3 total )
我来我网·5come5 Forum » 电脑F.A.Q.

Total 0.017240(s) query 5, Time now is:05-03 16:51, Gzip enabled
Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号