2013年12月31日

摘要: http://www.php.net/manual/zh当解析一个文件时,PHP 会寻找起始和结束标记,也就是 如果文件内容是纯 PHP 代码,最好在文件末尾删除 PHP 结束标记。这可以避免在 PHP 结束标记之后万一意外加入了空格或者换行符,会导致 PHP 开始输出这些空白,而脚本中此时并无输出的意图。处于条件语句中间时,此时 PHP 解释器会根据条件判断来决定哪些输出,哪些跳过1 2 This will show if the expression is true.3 4 Otherwise this will show.5 View Code 同 C 或 Perl 一样,PHP... 阅读全文
posted @ 2013-12-31 23:04 架构师师 阅读(258) 评论(0) 推荐(0)
摘要: http://www.iis.net/learn/publish/using-web-deploy 阅读全文
posted @ 2013-12-31 17:05 架构师师 阅读(116) 评论(0) 推荐(0)
摘要: ===========================Prerequisites :--------------------------To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For information about how to install Web Deploy, see the following URL:http://go.microsoft.com/?linkid=9278654This batc 阅读全文
posted @ 2013-12-31 16:10 架构师师 阅读(477) 评论(1) 推荐(0)
摘要: VSSVolume Shadow CopyManages and implements Volume Shadow Copies used for backup and other purposes. If this service is stopped, shadow copies will be unavailable for backup and the backup may fail. If this service is disabled, any services that explicitly depend on it will fail to start.C:\Windows\ 阅读全文
posted @ 2013-12-31 15:05 架构师师 阅读(315) 评论(0) 推荐(0)
摘要: http://technet.microsoft.com/zh-cn/library/dd568996(v=ws.10).aspxWeb Deployment Tool 是一个 IIS扩展MsDepSvcWeb Deployment Agent ServiceRemote agent service for the Microsoft Web Deploy 3.5."C:\Program Files\IIS\Microsoft Web Deploy\MsDepSvc.exe" -runService:MsDepSvcmsdeploy.exe -verb:sync -sour 阅读全文
posted @ 2013-12-31 13:39 架构师师 阅读(836) 评论(0) 推荐(0)

导航