Sign in
Nevin Dong's Blog
Options
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Android
architecture
Azure
connected
Diagnostics
High Availability
Instance
iOS
Live to code
Management Portal
Mobile Services
PowerShell
private cloud
reference architecture
Scalability
SQL Server
Store App
Upgrade
Virtual Machines
virtualization
Web Sites
Windows 8
Windows Azure Mobile Service
Windows Phone 8
Windows Store App
Archive
Archives
June 2013
(2)
May 2013
(4)
April 2013
(3)
March 2013
(2)
February 2013
(3)
January 2013
(3)
December 2012
(4)
November 2012
(3)
October 2012
(4)
September 2012
(4)
August 2012
(3)
July 2012
(1)
November, 2012
TechNet Blogs
>
Nevin Dong's Blog
>
November, 2012
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nevin Dong's Blog
如何将VHD转化为可启动,并在Windows 8中启动
Posted
6 months ago
by
Nevin (Naiwen) Dong
0
Comments
最近在制作开发Windows Azure的虚机的时候,发现一个有趣的问题。 在完成一个基本的VHD后,如何将这个VHD转化为可启动的? 先将这个VHD拷贝到指定的目录,例如C:盘建立的新的VHD目录,例如C:\VHD\。 然后可以用管理员身份,启动PowerShell,然后执行下面的操作: 通过bcdedit /copy {current} /d "VHD_Boot"的输出,获得{CLSID}。 然后bcdedit /set {CLSID} device vhd...
Nevin Dong's Blog
使用Windows Azure Portal管理和监控Windows Azure资源
Posted
6 months ago
by
Nevin (Naiwen) Dong
0
Comments
Windows Azure的门户提供了简便直接、快捷的资源及服务的管理和监控工具。这对于开发者,还是IT专业人士,都是一个极大的便利。同时,对于性能和资源消耗情况的关注,也是一个重要的工作。 例如,在创建完一个CentOS 6.2虚机后,可以转到它的仪表盘,看到这个虚机的CPU、磁盘读、磁盘写、网络出/入的性能指标。 对于这些指标,可以在右上角定制,例如是否使用相对值,即显示每个指标的值,还是绝对值,即按照纵坐标同一值来显示。 同时,也可以在右上角定制指标度量的时间区间。这样在性能监控和调优的时候...
Nevin Dong's Blog
Windows 8 Store App和Desktop App如何使用WIFI API
Posted
7 months ago
by
Nevin (Naiwen) Dong
0
Comments
Windows 8 为移动应用开发提供了巨大的拓展空间。其中一个应用场景就是如何让应用能够自动地配置、连接和断开无线网络连接。 对于Desktop App,以下的资源比较有用,特别是针对Windows 8和Windows Server 2012: http://msdn.microsoft.com/en-us/library/windows/desktop/ms706556(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows...
Page 1 of 1 (3 items)