新进化论

道生一,一生二,二生三,三生万物。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  1021 随笔 :: 34 文章 :: 76 评论 :: 85万 阅读

05 2012 档案

摘要:参见:http://technet.microsoft.com/en-us/library/ee176949.aspx微软开发了powershell,但是使用起来麻烦。因为缺省情况下不能双击执行PS1文件运行。这是由powershell的安全特性决定的。使用assoc .ps1查看 ps1文件扩展名关联,得到.ps1=Microsoft.PowerShellScript.1写一个ps1脚本sample.ps1,内容如下write-host "hello,world"保存后双击运行不了。双击启动记事本了。解决办法命令行窗口提示符下键入powershell进入powershel 阅读全文
posted @ 2012-05-31 23:06 岌岌可危 阅读(357) 评论(0) 推荐(0) 编辑

摘要:1.windows工作组用户登录失败1次会记录2次失败因为首先用kerboros验证,然后用NTLM验证,所以总共2次2.重置账户锁定计数器 缺省30分钟以后意思是多长时间内输错n次密码后被锁定例如锁定阀值为7次。则30分钟以内输入7次失败会判定为锁定状态。 阅读全文
posted @ 2012-05-31 11:57 岌岌可危 阅读(661) 评论(0) 推荐(0) 编辑

摘要:These days, we are starting a new project for realizing aRich Internet Application (RIA). One of the first questions is: Which technologies and frameworks shall we use? The backend will be Java or another modern JVM language, as we are mainly experienced Java developer. In most use cases, we also pr 阅读全文
posted @ 2012-05-30 19:15 岌岌可危 阅读(701) 评论(0) 推荐(0) 编辑

摘要:HTML让我越来越郁闷,说实话,对于用html做web应用开发,本人已经觉得很累了!无穷的浏览器兼容问题,CSS与JS在不同环境下的不同表现,这些就够让人郁闷的!更因为,HTML做为一门文本标记语言,其发明的初衷只是用来格式化文本而已,而我们在这种变态的大环境下发明了用HTML表现客户端应用的N种方法,并且能够将其玩得转的高人还为此洋洋自得!而我要说,这不是王道!曾经有段时间对CSS的hack技术感到无比牛X,在网上看了N多技术资料,并以能写出*html{}为荣。但当我在项目里写下越来越多的*html招数时,才发现原来这些让人如此厌倦!我们为这个混乱的web世界付出了太多努力,可是我们的努力却 阅读全文
posted @ 2012-05-30 15:25 岌岌可危 阅读(246) 评论(0) 推荐(0) 编辑

摘要:今天在写一个东西时,发现时间一直对不上,date("Y-m-d h:i:s") 总是与服务器时间差几个小时.后来发现,我现在的机器上的php是5.2的. 原来从php5.1.0开始,php.ini里加入了date.timezone这个选项,默认情况下是关闭的也就是显示的时间(无论用什么php命令)都是格林威治标准时间和我们的时间(北京时间)差了正好8个小时我在程序中加入:date_default_timezone_set ("Asia/Chongqing "); 这样搞定了.在网上又查到了以下方法:能修改php.ini。打开php.ini查找date.t 阅读全文
posted @ 2012-05-27 00:35 岌岌可危 阅读(254) 评论(0) 推荐(0) 编辑

摘要:微软和Zend合作以后,针对IIS推出了专门的FastCGI支持,在IIS下运行PHP,应该采用FastCGI方式来运行,而不是ISAPI方式。到了IIS7.0以后的版本,微软更进一步,将FastCGI内置到IIS中,也就是说,只要把PHP的ZIP包解压缩到本机任意目录,配置好php.ini(不用复制到别的位置),然后,不用添加环境变量,不用添加ISAPI过滤,只要设置一个地方,就可以在IIS下完美地以FastCGI方式运行PHP。IIS 7.0 以上版本配置PHP的方式:1. 在“Turn Windows features on or off(开启或关闭windows功能)”里,选择启用&q 阅读全文
posted @ 2012-05-27 00:35 岌岌可危 阅读(210) 评论(0) 推荐(0) 编辑

摘要:memAdmin是一款轻量级的监控工具,基于基于 PHP5 & JQuery技术开发。可以到其官方网站去下载:http://www.junopen.com/memadmin/。首先下载最新版的php(以php 5.38为例),由于笔者使用的是windows系统,所以应该到http://windows.php.net/download/这个地址去下载。当 然,如果使用Linux类的操作系统,可以到http://php.net/downloads.php这个地址去下载。这里提醒大家一 点,“.tar.gz”一般是Linux下的压缩格式,在windows下面也可以使用winrar解压出来,但 阅读全文
posted @ 2012-05-26 16:45 岌岌可危 阅读(259) 评论(0) 推荐(0) 编辑

摘要:http://www.landpro.com.au/Windows_7_Install_IIS_7_&_PHP_&_FastCGI.phpInstall IIS 7.5 PHP & FastCGI for PHP on Windows 7Why install IIS?Obviously you want to design web sites on your local computer and test them before uploading to your web server.Why install FastCGI and not ISAPI?Up unti 阅读全文
posted @ 2012-05-26 16:31 岌岌可危 阅读(312) 评论(0) 推荐(0) 编辑

摘要:在今年6月份的IPv6Day期间,Google,Facebook,Yahoo!,Akamai以及Limelight Networks等公司均通过IPv6网络发布内容,并进行了为期24小时的IPv6测试。 IPv6 Day的目的 为了鼓励企业,互联网服务供应商,硬件设备厂商,操作系统厂商以及网络公司为IPv6服务做好准备,确保IPv4网络向IPv6网络过渡的顺利进行。 IPv6无法解决全部安全问题 IPv6解决了很多IPv4难以解决的安全问题,但是同时它又引进了新的安全风险。其中一个常被人质疑的是,全部网络设备都将拥有自己的可被路由到的IPv6 地址,这将使得这些设备都暴露在互联网的复杂... 阅读全文
posted @ 2012-05-23 12:43 岌岌可危 阅读(455) 评论(0) 推荐(0) 编辑

摘要:see:http://fengnet.com/book/cisco.ios.cookbook.2nd/I_0596527225_CHP_6_SECT_9.htmlRIP v1可以接受V1和V2的RIP路由信息。但是V2是多播发送的。而V1是广播的方式发送的。那么启用了V1的路由器之所以能收听广播方式的V2信息,是因为接口上加入了224.0.0.9多播组。可以使用show int xx查看2511#sh ip int s0Serial0 is administratively down, line protocol is downInternet address is 10.1.1.1/24Br 阅读全文
posted @ 2012-05-15 11:04 岌岌可危 阅读(263) 评论(0) 推荐(0) 编辑

摘要:环路即交换机下接网络形成环的拓扑结构,环路会造成内网广播风暴,会消耗交换机大量的CPU和线路带宽,严重时甚至可以造成设备死机,网络瘫痪。环路检测即交换机通过周期性的发送广播数据包(具有特定字段),并且检测其他端口的数据包,如果收到该检测广播包,可以说明形成环路。交换机会启动环路预警和消除机制,防止形成内网广播风暴。拓扑A:拓扑B:环路检测应用实例:某公司使用TL-SL3428交换机作为主交换机,下接多台非管理型交换机,由于网络比较庞大,容易形成环路,仅靠管理员维护检测以实现,需要开启环路检测,并且自动实现阻塞环路,提供预警。环路检测设置【1】二层交换>>环路检测 启用环路检测功能, 阅读全文
posted @ 2012-05-13 00:44 岌岌可危 阅读(713) 评论(0) 推荐(0) 编辑

摘要:ICMP is a control protocol that is considered to be an integral part of IP, although it is architecturally layered upon IP, i.e., it uses IP to carry its data end- to-end just as a transport protocol like TCP or UDP does. ICMP provides error re... 阅读全文
posted @ 2012-05-12 13:40 岌岌可危 阅读(245) 评论(0) 推荐(0) 编辑

摘要:网络层主要是IP协议。但是其他一些辅助进行包转发、路由和包安全的协议也算入了网络层。例如ICMP,EIGRP等ICMP is the Internet Control Message Protocol.ICMP is a complementary protocol to IP (Internet Protocol). Like IP, ICMP resides on theNetwork Layerof theOSI Model.ICMP is designed for sending control and test messages across IP networks.Unlike t 阅读全文
posted @ 2012-05-12 12:59 岌岌可危 阅读(256) 评论(0) 推荐(0) 编辑

摘要:http://technet.microsoft.com/en-us/library/bb726946.aspx 阅读全文
posted @ 2012-05-12 12:35 岌岌可危 阅读(183) 评论(0) 推荐(0) 编辑

摘要:Assigned Internet Protocol Numberssee also:http://support.microsoft.com/kb/289892http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xmlhttp://www.networksorcery.com/enp/protocol/ip.htmRegistration ProceduresIESG Approval or Standards ActionReference[RFC5237]NoteIn the Internet Protoco 阅读全文
posted @ 2012-05-11 22:47 岌岌可危 阅读(287) 评论(0) 推荐(0) 编辑

摘要:MPLS(Multi-Protocol Label Switching-多协议标签交换技术)是一种在第二层媒质上进行标签交换的网络技术。这一技术综合了第二层的交换和第三层路由的特点,将第二层的基础设施和第三层的路由有机地结合起来,第三层的路由在网络的边缘实施,而在MPLS的网络核心采用第二层交换。MPLS是一种充分利用数据标签引导数据包在开放的通信网络上高速、高效传输的新技术。它是在一个无连接的网络中引入连接模式从而减少了网络复杂性,并且兼容现有各种主流网络技术,能大大降低网络成本。在提高IP业务性能的同时,能确保网络通信的服务质量和数据传输的安全性。 MPLS VPN的网络结构 三层MPLS 阅读全文
posted @ 2012-05-10 20:51 岌岌可危 阅读(331) 评论(0) 推荐(0) 编辑

摘要:交换机推荐用3560,3750.路由方面用3600,3700,3800 Q:目前这里有十台左右的华为S2403接一台3528,有没有方法鉴定下面有没有用户私自安装无线路由器?A:用sniffer监控就可以。通过查看网络中各用户的出口通信就知道了Q:cisco和华为之间怎么样配置链路聚合?要不要注意些什么?A:</strong>要在Cisco和H3C交换机间配置链路聚合就只能通过LACP协议来进行了,且两端交换机都必须都支持LACP协议。在Cisco交换机这边不能采用思科专用的PAgP协议来配置链路聚合了。Q:您好!我想问一下H3C三层交换机如何实现VLAN间的互访呢!我试过给vla 阅读全文
posted @ 2012-05-10 19:47 岌岌可危 阅读(401) 评论(0) 推荐(0) 编辑

摘要:see also:http://course.cc.shu.edu.cn/safe/tcpip/start.htm很详细的介绍物理层:http://www.highteck.net/EN/Physical/OSI_Physical_Layer.html什么是4B/5B编码? 4B/5B编码是百兆以太网中线路层编码类型之一,就是用5bit的二进制数来表示4bit二进制数,映射方式如下表所示:为什么要进行4B/5B编码?在通信网络中,接收端需要从接收数据中恢复时钟信息来保证同步,这就需要线路中所传输的二进制码流有足够多的跳变,即不能有过多连续的高电平或低电平,否则无法提取时钟信息。Manchest 阅读全文
posted @ 2012-05-10 14:51 岌岌可危 阅读(4668) 评论(0) 推荐(0) 编辑

摘要:“交换”一词最初来源于电话交换,在电话网中使用程控交换机来完成线路的选择和连接,这是一种电路交换技术。本文中的“交换”是指数据通信领域的数据报交换技术,主要通过储存/转发的方式来完成数据报文的传输。根据国际标准化组织(ISO)提出的开放系统互联参考模型(OSI-RM),依据二层(链路层)信息进行数据帧转发的称为二层交换,仅支持二层交换的交换机称为二层交换机;依据三层(网络层)信息进行数据包转发的称为三层交换,支持三层交换的交换机称为三层交换机。本文主要根据以太网互连技术的演进来介绍二、三层交换的相关基础知识。1共享式以太网互连以太网采用CSMA/CD机制,这种冲突检测方法使得以太网可以使用共享 阅读全文
posted @ 2012-05-10 14:42 岌岌可危 阅读(527) 评论(0) 推荐(0) 编辑

摘要:http://www.h3c.com.cn/MiniSite/Technology_Circle/Net_Reptile/The_One/自20世纪70年代局域网技术提出以来,各种局域网技术不断产生,其中有的技术发展壮大,而有的技术逐渐被淘汰。现阶段成熟的局域网技术有三种:以太网(Ethernet)、令牌环(Token Ring)和光纤分布式数据接口(FDDI),其中以太网技术逐步成为局域网技术的主流。1以太网历史简介以太网是在1972年开创的,Bob Metcalfe(被尊称为“以太网之父”)被Xerox雇佣为网络专家,Bob Metcalfe来到Xerox公司的Palo Alto研究中心( 阅读全文
posted @ 2012-05-10 14:40 岌岌可危 阅读(926) 评论(0) 推荐(0) 编辑

摘要:The Ethernet 802.3X full duplex protocol is a subset of the IEEE 802.3 collection of standards that define the physical and data link layers of 10Base5 to 1000BASE5 wired Ethernet. It was defined in 1997, or exactly two years after the introduction of the 100Base-T standard, which is more commonly k 阅读全文
posted @ 2012-05-10 14:39 岌岌可危 阅读(464) 评论(0) 推荐(0) 编辑

摘要:一个Intel的家伙列出的Intel在以太网方面的历史:..Ethernet StandardDateDescriptionExperimentalEthernet1973[1]2.94Mbit/s(367kB/s) overcoaxial cable(coax)busEthernet II(DIX v2.0)198210 Mbit/s (1.25MB/s) over thick coax. Frames have a Type field. This frame format is used on all forms of Ethernet by protocols in theIntern 阅读全文
posted @ 2012-05-10 14:23 岌岌可危 阅读(911) 评论(0) 推荐(0) 编辑

摘要:There are certain little tricks that books on the commandpromptdon't always tell you. Or, if they do, the description is buried away in a paragraph somewhere. Experienced users of the command line know all about these. However, average users may not and I am going to mention a few useful tips fo 阅读全文
posted @ 2012-05-09 00:42 岌岌可危 阅读(303) 评论(0) 推荐(0) 编辑

摘要:Many will befamiliarwith the graphical tool TaskManager, which I havediscussed elsewhere, and which provides various kinds of information about the applications and processes that are running on a system. There are also several command-line tools that provide similar but even more detailed informati 阅读全文
posted @ 2012-05-09 00:16 岌岌可危 阅读(348) 评论(0) 推荐(0) 编辑

摘要:Next command in my list is what you never remember about unless user comes in with a cry: “I’ve reset my password and now all my EFS-encrypted files are gone!!!”. Are you familiar with the situation? I am not, fortunately, but I heard some related horror stories. Backup the encryption keys is the ke 阅读全文
posted @ 2012-05-08 23:57 岌岌可危 阅读(433) 评论(0) 推荐(0) 编辑

摘要:Administrators can use Cipher.exe to encrypt and decrypt data on drives that use the NTFS file system and to view the encryption status of files and folders from a command prompt. The version of Cipher.exe that is included with Windows Server 2003 includes the ability to overwrite data that you have 阅读全文
posted @ 2012-05-08 23:56 岌岌可危 阅读(232) 评论(0) 推荐(0) 编辑

摘要:Network trace without NetMon, WireShark, etc…http://msmvps.com/blogs/it-is-etc/archive/2011/06.aspxIt is often necessary to capture and analyze some network traffic to troubleshoot a problem. Usually, it requires to install some software package similar to several stated in the subject to this artic 阅读全文
posted @ 2012-05-08 23:29 岌岌可危 阅读(1208) 评论(0) 推荐(0) 编辑

摘要:Metasploit是一款开源的安全漏洞检测工具。由于Metasploit是免费的工具,因此安全工作人员常用Metasploit工具来检测系统的安全性。Metasploit Framework (MSF)是2003 年以开放源代码方式发布、可自由获取的开发框架,这个环境为渗透测试、shellcode 编写和漏洞研究提供了一个可靠的平台。它集成了各平台上常见的溢出漏洞和流行的shellcode,并且不断更新,最新版本的MSF 包含了180多种当前流行的操作系统和应用软件的exploit,以及100多个shellcode。作为安全工具,它在安全检测中起到不容忽视的作用,并为漏洞自动化探测和及时检测 阅读全文
posted @ 2012-05-08 16:01 岌岌可危 阅读(427) 评论(0) 推荐(0) 编辑

摘要:Read more : http://vishnuvalentino.com/computer/hacking-windows-7-sType : Tutorial Level : Easy, Medium, Advanced Success rate : Excellent Platform : Win 7 SP 1(all windows), I've also tried in Linux Debian 6 using Iceweasel, but no luck..maybe someone has try it? Today in this tutorial we will 阅读全文
posted @ 2012-05-08 15:53 岌岌可危 阅读(249) 评论(0) 推荐(0) 编辑

摘要:According to Microsoft “Windows 7 also includes Unified Tracing to help identify and resolve network connectivity issues in a single tool. Unified Tracing collects event logs and captures packets across all layers of the networking stack, providing an integrated view into what’s happening in the Win 阅读全文
posted @ 2012-05-08 15:08 岌岌可危 阅读(3165) 评论(1) 推荐(0) 编辑

摘要:Microsoft released a best network monitoring tool recently. Its an good idea to use this product with your MS Operating systems since both from same place. This post explains how to monitor network traffic in windows 7 with latest Microsoft Network Monitor 3.4.Sometimes, it will be very useful at ho 阅读全文
posted @ 2012-05-08 15:05 岌岌可危 阅读(627) 评论(0) 推荐(0) 编辑

摘要:网络专家:Windows 7 中的网络诊断和跟踪Joseph DaviesWindows 用户大多是特立独行的人。他们倾向于自行找出并更正问题。为了在用户遇到网络连接问题时提供帮助,Windows Vista 提供了网络诊断框架 (NDF),该框架是一组技术和指南,它使一组故障排除工具能够帮助用户进行诊断以及尽可能自动更正网络问题。当用户遇到网络问题时,NDF 向用户提供诊断评估和解决步骤,从而使用户能够进行诊断和修复。NDF 能够简化并自动执行许多网络问题的常见故障排除步骤和解决方案实施。在 Windows 7 中,Microsoft 现在将 NDF 与一些新功能(例如通知区域、控制面板中的 阅读全文
posted @ 2012-05-08 14:55 岌岌可危 阅读(1166) 评论(0) 推荐(0) 编辑

摘要:Wireshark(前称Ethereal)是一个网络封包分析软件。网络封包分析软件的功能是截取网络封包,并尽可能显示出最为详细的网络封包资料。在过去,网络封包分析软件是非常昂贵,或是专门属于营利用的软件,Wireshark的出现改变了这一切。在GNU GPL通用许可证的保障范围底下,使用者可以以免费的代价取得软件与其程式码,并拥有针对其源代码修改及客制化的权利。Wireshark是目前全世界最广泛的网络封包分析软件之一。 阅读全文
posted @ 2012-05-08 13:43 岌岌可危 阅读(348) 评论(0) 推荐(0) 编辑

摘要:Windowssystems come with numerous command-line tools. There are also others that can be downloaded and installed. One group is called support tools and a number of these are listed here. The tools are primarily for system administration but some can also be applied to diagnosing and resolving comput 阅读全文
posted @ 2012-05-08 13:16 岌岌可危 阅读(947) 评论(0) 推荐(0) 编辑

摘要:How to Start Windows PowerShell on Earlier Versions of WindowsUse any of the following methods to start the installed version of Windows PowerShell 3.0.From the Start MenuClickStart, typePowerShell, and then clickWindows PowerShell.From theStartmenu, clickStart, clickAll Programs, clickAccessories, 阅读全文
posted @ 2012-05-08 12:23 岌岌可危 阅读(311) 评论(0) 推荐(0) 编辑

摘要:The complete list of possible commands is quite large. Collected here is a selection of those that I believe are likely to be the most applicable to home PC use.Many of the commands listed below are also discussed in more detail elsewhere on this site as is indicated by the link "details here&q 阅读全文
posted @ 2012-05-08 11:31 岌岌可危 阅读(195) 评论(0) 推荐(0) 编辑

摘要:assoc显示或修改文件扩展名关联ASSOC [.ext[=[fileType]]].ext 指定跟文件类型关联的文件扩展名fileType 指定跟文件扩展名关联的文件类型键入 ASSOC 而不带参数,显示当前文件关联。如果只用文件扩展名调用 ASSOC,则显示那个文件扩展名的当前文件关联。如果不为文件类型指定任何参数,命令会删除文件扩展名的关联。Ftype显示或修改用在文件扩展名关联中的文件类型FTYPE [fileType[=[openCommandString]]] fileType 指定要检查或改变的文件类型 openCommandString 指定调用这类文件时要使用的开放式命令.. 阅读全文
posted @ 2012-05-08 11:13 岌岌可危 阅读(268) 评论(0) 推荐(0) 编辑

摘要:see also:http://www.metsky.com/archives/134.htmlThe simplest way:1.downloadThinkPad Intel(R) Matrix Storage Manager2.extract rar file with 7-zip tools to a folder,eg: c:\temp3.run the install.cmd file in the c:\temp\DRIVERS\WIN\IMSM\PREPARE4. reboot5. boot to BIOS,Enable ACHI mode.6.boot to XP 阅读全文
posted @ 2012-05-06 13:54 岌岌可危 阅读(138) 评论(0) 推荐(0) 编辑

摘要:注意:Nlite可以读出 OEM XP光盘的序列号,很不错。如果已经安装了windows 7,还需要安装xp,可以这么做:C盘是原来win7系统。D盘是数据盘。可以计算机管理,选择压缩卷,腾出空间,然后创建一个E盘。如果有dell,HP等原装xp盘,可以使用Nlite工具制作无人值守安装的ISO光盘好处是可以导入SATA驱动和其他驱动。注意Nlite制作好ISO后,要确认i386目录下WINNT.SIF文件中两个字段:确保autopartition=0和repartition=0否则安装的时候会自动删除原来C盘或者所以分区。[Data]AutoPartition=1 或 0如果你在这里设置为1 阅读全文
posted @ 2012-05-04 14:00 岌岌可危 阅读(349) 评论(0) 推荐(0) 编辑

摘要:vsftpd特性可以与 xinetd 结合使用安全第一的设计原则小,轻量级软件安装从 YAST/软件管理 搜索安装 vsftpd。(安装盘上有)设置vsftpd 有两种模式,独立模式和 xinetd 模式。独立模式需要你在开机后手动以 root 执行 vsftpd 命令启动 FTP 服务器,xinetd 模式则不一直运行FTP后台,只有有用户向你的 FTP 服务器发出 ftp 请求时立即启动 FTP 服务器后台程序。后者需要机器启动时打开 xinetd 服务,在 SUSE/SLED 系列是默认的设置。先确定你要选择哪种模式,然后进行之后的设置。xinetd 模式YAST -> 网络服务 阅读全文
posted @ 2012-05-04 00:55 岌岌可危 阅读(244) 评论(0) 推荐(0) 编辑

摘要:vmware-installer -u vmware-workstation在SLES 10下成功执行卸载8.0.2 阅读全文
posted @ 2012-05-02 23:02 岌岌可危 阅读(156) 评论(0) 推荐(0) 编辑

摘要:http://supportapj.dell.com/support/edocs/software/smbmcmu/1.2/en/ug/bmcugc0d.htmhttp://support1.ap.dell.com/cn/zh/forum/thread.asp?fid=8&tid=330838http://support1.ap.dell.com/cn/zh/forum/thread.asp?fid=20&tid=266130&msg=1130639http://www.dygc.cn/ns_detail.asp?id=500350&nowmenuid=2812 阅读全文
posted @ 2012-05-02 19:09 岌岌可危 阅读(278) 评论(0) 推荐(0) 编辑

摘要:Christoph Hellwig writes: On Tue, Jan 18, 2005 at 05:39:03PM +0800, Richard Cai wrote: >> I am using intel SE7501WV2 server, with a AIC 7902(A) SCSI control , >> a320raid driver. OS is redhat 8.0 , kernel is 2.4.18-14. if I run lsmod, >> it showes the a320raid module is right. Now 阅读全文
posted @ 2012-05-02 11:42 岌岌可危 阅读(325) 评论(0) 推荐(0) 编辑

摘要:esxi 5安装不了,提示VMware ESXi requires a 64 Bit CPU with support for LAHF/SAHF in Long Mode.Esxi 4可以安装,32,64位版本都可以The DL360/DL380 G4 models have 64 bit XEON processors. However, these processors do not support Intel-VT as well as other features of the newer processor generations. I also have some of thes 阅读全文
posted @ 2012-05-01 19:06 岌岌可危 阅读(387) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示