自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

易元——美好吧

编码。。。的确是一件乐事。。。

  • 博客(16)
  • 资源 (128)
  • 收藏
  • 关注

原创 WMI013-WMI学习笔记(十三)——Win32_Desktop

运行结果截图:代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.For

2012-04-15 17:13:47 806

翻译 WMI012-WMI学习笔记(十二)——Win32_Desktop(桌面)类

原文地址链接:http://msdn.microsoft.com/en-us/library/aa394121(v=vs.85).aspx测试代码:http://blog.csdn.net/eyuanatqqdotcom/article/details/7463217Win32_Desktop classApplies to: desktop apps

2012-04-15 17:12:51 1409

原创 WMI012-WMI学习笔记(十二)——Win32_ApplicationService

获取的过程很慢,让人有种卡死了的感觉。。。运行结果截图:测试代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;

2012-04-15 16:57:58 795

翻译 WMI011-WMI学习笔记(十一)——Win32_ApplicationService(应用程序服务)类

原文地址链接:http://msdn.microsoft.com/en-us/library/aa394068(v=vs.85).aspx测试代码:http://blog.csdn.net/eyuanatqqdotcom/article/details/7463167Win32_ApplicationService classApplies to: deskto

2012-04-15 16:01:45 860

原创 WIM010-WIM学习笔记(十)——Win32_Account类属性(简单)

简单地获取WIN32_Account类的属性。需要添加System.Management的引用。由于涉及到安全的问题,运行结果就不截图了。。。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;u

2012-04-15 13:51:39 1003

翻译 WMI009-WMI学习笔记(九)——System.Management and System.Management.Instrumentation Namespaces(命名空间)

原文地址链接:http://msdn.microsoft.com/en-us/library/aa720682(v=vs.71).aspxSystem.Management and System.Management.Instrumentation Namespaces.NET Framework 1.1The System.Management n

2012-04-15 12:48:53 822

翻译 WMI008-WMI学习笔记(八)——Management Events(管理事件)

原文地址链接:http://msdn.microsoft.com/en-us/library/aa720262(v=vs.71).aspxManagement Events.NET Framework 1.1The ability to detect when a circumstance or combination of circumstance

2012-04-15 12:33:16 587

翻译 WMI007-WMI学习笔记(七)——Queries(查询(.NET))

原文地址链接:http://msdn.microsoft.com/en-us/library/aa720447(v=vs.71).aspxQueries.NET Framework 1.1With WMI, the consumer can precisely define the data stream using queries. Queries

2012-04-15 12:31:26 851

翻译 WMI006-WMI学习笔记(六)——Schemas(模式(.NET))

原文地址链接:http://msdn.microsoft.com/en-us/library/aa338813(v=vs.71).aspxSchemas.NET Framework 1.1In WMI, information is published using schemas. Schemas group management classes a

2012-04-15 12:03:04 521

翻译 WMI005-WMI学习笔记(五)——Using WMI with the .NET Framework(.NET框架使用WMI)

原文地址链接:http://msdn.microsoft.com/en-us/library/aa310909(v=vs.71).aspxUsing WMI with the .NET Framework.NET Framework 1.1WMI provides extensive instrumentation to accomplish alm

2012-04-15 11:32:28 792

翻译 WMI004-WMI学习笔记(四)——Managing Applications Using WMI(使用WMI管理应用程序)

原文地址链接:http://msdn.microsoft.com/en-us/library/aa720264.aspxManaging Applications Using WMI.NET Framework 1.1Windows Management Instrumentation (WMI) provides a rich set of sys

2012-04-15 11:07:46 817

翻译 WMI003-WMI学习笔记(三)——Windows Management Instrumentation(Windows管理工具)

原文地址链接:http://msdn.microsoft.com/en-us/library/aa394582(v=vs.85).aspxWindows Management InstrumentationPurpose目的Windows Management Instrumentation (WMI) is the infrastructure for manag

2012-04-15 10:52:13 1212

原创 WMI001-WMI学习笔记(一)——引言

最近,因为需要获取一些硬件信息,发现了WMI,感觉这东西很强大,于是开始学习WMI。这东西学习起来还算轻松,没有太多的理论知识,只是类以及属性、方法较多而已,还有就是设计到的其他知识比较多,例如通过它获取BIOS信息,你得了解BIOS有哪些参数等。WMI的中文资料很少,但英文资料却多的很,最起码Windows的MSDN里提供了完整的因为API。我的英文很烂,于是想借此机会提供下自己的英文水

2012-04-15 10:31:28 696

翻译 WMI002-WMI学习笔记(二)——Win32_Account类

原文链接:http://msdn.microsoft.com/en-us/library/aa394061(v=vs.85).aspx测试代码:http://blog.csdn.net/eyuanatqqdotcom/article/details/7462720Applies to: desktop apps only应用于:桌面应用程序The

2012-04-14 22:45:05 1004

原创 关机、重启、注销(一)

运行结果截图:Shutdown.csusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windo

2012-04-11 13:19:32 470

原创 简单的屏幕取色器

运行效果截图:后台代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.F

2012-04-09 15:37:25 1730

Delphi高手突破-目录

Delphi高手突破-目录

2019-12-10

Oracle经典教程7——数据库导入导出

Oracle经典教程7——数据库导入导出

2012-04-01

Oracle经典教程6——Oracle应用于.NET平台

Oracle经典教程6——Oracle应用于.NET平台

2012-04-01

Oracle经典教程5——PLSQL程序设计

Oracle经典教程5——PLSQL程序设计

2012-04-01

Oracle经典教程4——表空间和数据库对象

Oracle经典教程4——表空间和数据库对象

2012-04-01

Oracle经典教程2——SQL数据库操作和查询

Oracle经典教程2——SQL数据库操作和查询

2012-04-01

Oracle经典教程1——走进Oracle

Oracle经典教程1——走进Oracle

2012-04-01

Delphi高手突破-附录

Delphi高手突破-附录

2012-03-29

Delphi高手突破-07代码设计实例

Delphi高手突破-07代码设计实例

2012-03-29

Delphi高手突破-06代码设计基础

Delphi高手突破-06代码设计基础

2012-03-29

Delphi高手突破-05扩展VCL库

Delphi高手突破-05扩展VCL库

2012-03-29

Delphi高手突破-04VCL库

Delphi高手突破-04VCL库

2012-03-29

Delphi高手突破-02面向对象编程理论基础

Delphi高手突破-02面向对象编程理论基础

2012-03-29

Delphi高手突破-01重新认识Delphi

Delphi高手突破-01重新认识Delphi

2012-03-29

浏览器内部工作原理

浏览器内部工作原理 前端必读 以开源浏览器Firefox、Chome等为例,介绍浏览器的内部工作原理

2012-03-11

磁盘读写技术

磁盘读写技术 繁体 清晰 硬件知识书籍 字数还不够?!

2012-03-09

BossKey-繁体-Windows底层开发

BossKey-繁体-Windows底层开发

2012-03-09

香农三大定理

香农三大定理

2012-03-09

Mercurial的简单入门

Mercurial的简单入门

2012-03-09

Mercurial_使用教程

Mercurial_使用教程

2012-03-09

FastColoredTextBoxCF(C#代码语法高亮着色控件源码和样例)

FastColoredTextBoxCF C#代码语法高亮着色控件源码和样例

2012-10-20

Provable API

Provable API You must set a property before calling this method You must check a condition before calling this method You must call this method after setting properties You cannot change this property after calling a method You must dispose this object You must set a property before

2012-10-16

ImageCataloguer

ImageCataloguer 图片自动编目源码

2012-10-16

Simple Undo/redo library for C#/.NET

Simple Undo/redo library for C#/.NET

2012-09-19

TodoList6.5.7

ToDoList 6.5.7 An effective and flexible way to keep on top of your tasks

2012-09-18

NScript源文件和安装包

原文链接地址: http://www.codeproject.com/Articles/3207/NScript-A-script-host-for-C-VB-NET-JScript-NET

2012-08-10

编译原理课程设计

北华航天工业学院 编译原理,课程设计 Java实现,变量声明语句和赋值表达式语句

2012-07-12

VMware认证路线图

VMware认证路线图 VCP2-5 VMware认证路线图 VCP2-5

2012-07-12

VMware Project Octopus

VMware Project Octopus 产品管理主管 Sam Khavari

2012-07-12

Horizon Application Manager

Horizon Application Manager 你的云,你的策略,你的选择 Horizon 产品管理副总裁 Bill Bliss

2012-07-12

VMware vFabric GemFire

VMware vFabric GemFire 弹性内存数据管理

2012-07-12

VMware vFabric tc Server

VMware vFabric tc Server 构建和运行 Spring 应用程序的最佳环境

2012-07-12

VMware vFabric SQLFire

VMware vFabric SQLFire 云中快速可扩展的 SQL 数据

2012-07-12

适用于 Web 应用程序的可扩展性能

适用于 Web 应用程序的可扩展性能 采用 VMware vFabric GemFire HTTP 会话管理和 Hibernate 缓存模块

2012-07-12

软件主导的数据中心

软件主导的数据中心 Steve Herrod博士 - 首席技术官

2012-07-12

vmWare网络云博会2012议程

vmWare网络云博会2012议程 参会议程

2012-07-12

VBS脚本编程简明

VBS貌似很少有人用了,哎,破东西,扔了又舍不得

2012-05-30

Delphi键盘码

键盘码很使用,查找敲入的键是那个字符,很有用的

2012-05-30

H3C-ER6300-配置手册

官方首次,描述详尽,pdf排版清晰明了. 学习网络设备,还是看官方的说明书好

2012-05-30

GUID-UUID生成器源码(C#)

GUID-UUID生成器源码(C#) 有不足之处,敬请指教。

2012-05-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除