`
shappy1978
  • 浏览: 698551 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

UUID on Win8

    博客分类:
  • Win8
 
阅读更多

http://msdn.microsoft.com/zh-cn/library/system.guid.newguid(v=vs.110).aspx

 

1、Guid.NewGuid().ToString("N") 结果为:
      38bddf48f43c48588e0d78761eaa1ce6

2、Guid.NewGuid().ToString("D") 结果为:
      57d99d89-caab-482a-a0e9-a0a803eed3ba

3、Guid.NewGuid().ToString("B") 结果为:
     {09f140d5-af72-44ba-a763-c861304b46f8}

4、Guid.NewGuid().ToString("P") 结果为:
     (778406c2-efff-4262-ab03-70a77d09c2b5)

可见默认的为第2种效果

分享到:
评论

相关推荐

    WIN7下VMWare启动物理磁盘上Ubuntu的一个方法

    UUID=1e3c8dc5-556d-4998-8ab0-f06c7f09aefb /home ext4 defaults 0 2 ``` 这里UUID需替换为你实际的UUID值,可以通过`sudo blkid`命令获取。 现在,你可以享受到虚拟Ubuntu中对/home目录的实际物理分区进行操作的...

    get_machine_ID_Win_32bit.zip

    例如,32位应用程序在64位系统下会使用“ WoW64 ”(Windows on Windows)层来运行,因此某些路径可能会指向`HKLM\Software\Wow6432Node`。 6. **安全性与隐私**:获取机器ID通常是为了软件授权、设备追踪或其他...

    win7下硬盘安装ubuntu

    ### 在Win7下硬盘安装Ubuntu的详细步骤 随着双系统乃至多系统的日益普及,很多用户希望在原有的Windows系统上安装Linux发行版,如Ubuntu,以此来实现操作系统的多样化选择。本文将详细介绍如何在Windows 7操作系统...

    在Vista / Win7上使所有麦克风静音

    最后,提供的"Muting-All-Microphones-on-Vista-Win.pdf"文档很可能是详细步骤的教程或者代码示例,它可能包含了如何实现上述功能的具体步骤和代码片段,对于理解并实现这个功能非常有帮助。 总之,要在Vista和Win7...

    Bochs - The cross platform IA-32 (x86) emulator

    - Support more host OS to run on: - Include win64 native binary in the release. - Fixed failures on big endian hosts. - BIOS: Support for up to 2M ROM BIOS images. - GUI: select mouse capture toggle...

    Get-BIOS-information.rar_BIOS_c/C++_get BIOS

    hr = CoCreateInstance(__uuidof(WbemLocator), NULL, CLSCTX_INPROC_SERVER, __uuidof(IWbemLocator), (LPVOID*)&locator); if (SUCCEEDED(hr)) { hr = locator->ConnectServer(bstrNamespace, NULL, NULL, NULL...

    vc++ADOX创建数据库

    // Note that LoadIcon does not require a subsequent DestroyIcon in Win32 m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); } void CADOXCreateDatabaseDlg::DoDataExchange(CDataExchange* pDX) { CDialog...

    grub4dos-V0.4.6a-2017-02-04更新

    7.4 为了兼容各类分区,建议文件名不要大于 8 字符,后缀不要大于 3 字符。若有分隔符“.”,不可省略。 2014-04-01(yaya) 1.更该了 usb2.0 驱动设备枚举。完善了驱动器号识别。直接从当前位置运行,缓存移到 0x...

    python3.6.5参考手册 chm

    PEP 529: Change Windows filesystem encoding to UTF-8 PEP 528: Change Windows console encoding to UTF-8 PEP 520: Preserving Class Attribute Definition Order PEP 468: Preserving Keyword Argument ...

    stdafx.h代码

    #pragma comment(lib, "uuid.lib") #endif #ifdef _INC_WINDOWSX // The following names from WINDOWSX.H collide with names in this header #undef SubclassWindow #undef CopyRgn #endif #ifdef _AFX_...

Global site tag (gtag.js) - Google Analytics