摘要: 【六分法聪明花钱】无论月收入多少,分成六份花:第1份,用做生活费;第2份,用来交朋友,坚持一年,朋友圈就会产生价值;第3份,用来每月给父 母、爱人送份礼物;第4份,每月买本好书读;第5份,用来投资,培养财富意识;第6份,用来储蓄,稳存保底。虽然是老方法,但对不会理财的同学很有效哦! 阅读全文
posted @ 2013-04-27 19:43 daishuguang 阅读(106) 评论(0) 推荐(0) 编辑
摘要: IIS【internet信息服务(IIS)管理器】并非【IIS】component即Protocol listener------------>IIS process the request.仅仅是一个用于管理IIS的panel。它的进程是mmc.exe 阅读全文
posted @ 2013-04-27 16:47 daishuguang 阅读(125) 评论(0) 推荐(0) 编辑
摘要: http://www.microsoft.com/taiwan/technet/iis/learn/introduction-to-applicationhostconfig.aspx 阅读全文
posted @ 2013-04-27 16:24 daishuguang 阅读(99) 评论(0) 推荐(0) 编辑
摘要: http://www.microsoft.com/china/MSDN/library/Windev/WindowsVista/bb332338.mspx?mfr=true 阅读全文
posted @ 2013-04-27 15:42 daishuguang 阅读(109) 评论(0) 推荐(0) 编辑
摘要: After IIS 7.0 or IIS 7.5 starts, Windows Process Activation Service (WAS) calls the LookupAccountName function to resolve account names on the local system. If no name is succesfully resolved, the LookupAccountName function tries to resolve account names by using domain controllers (DCs) trusted by 阅读全文
posted @ 2013-04-27 15:11 daishuguang 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 进程是基本单位,而服务必定要以进程为基本形式来展开。服务是一种特殊的应用程序,即keep running的application.application--------------------都要以进程的形式runningservice------------------------都要以进程的形式running 阅读全文
posted @ 2013-04-27 13:21 daishuguang 阅读(802) 评论(0) 推荐(0) 编辑
摘要: 怎么知道IIS有没有运行?怎么查看IIS进程? 阅读全文
posted @ 2013-04-27 13:19 daishuguang 阅读(162) 评论(0) 推荐(0) 编辑
摘要: http://www.careercup.com/resumehttp://www.careercup.com/resume 阅读全文
posted @ 2013-04-27 12:01 daishuguang 阅读(102) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/aa295787%28v=vs.60%29.aspx 阅读全文
posted @ 2013-04-27 02:11 daishuguang 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 有很多的进程(svchost.exe)在这里启动,同时有很多的cmd命令如:iisreset.exe 阅读全文
posted @ 2013-04-27 01:56 daishuguang 阅读(288) 评论(0) 推荐(0) 编辑
摘要: In IIS 7 and above, functionality that was previously handled by the World Wide Web Publishing Service(WWW service) alone is now split between two services:WWW service and a new service, Windows Process Activation Service(WAS). There two services run as LocalSystem in the same Svchost.exe process, a 阅读全文
posted @ 2013-04-27 01:54 daishuguang 阅读(292) 评论(0) 推荐(0) 编辑
摘要: IIS判断W3WP进程对应哪个网站IIS 6 (Win2003 )中查看某个应用程序池对应那个 W3WP.exe 进程,可以使用如下命令,输出结果类似如下:C:\WINDOWS\system32>cscript iisapp.vbs Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. W3WP.exe PID: 1172 AppPoolId: StsAdminAppPool W3WP.exe PID: 2656 A 阅读全文
posted @ 2013-04-27 01:03 daishuguang 阅读(189) 评论(0) 推荐(0) 编辑