码迷,mamicode.com
首页 >  
搜索关键字:system tablespace da    ( 52005个结果
WPF更新数据源
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind...
分类:其他好文   时间:2014-05-12 04:19:45    阅读次数:244
.Net 4.0 Convert Object to XDocument
将Object转换为XDocment对象代码如下:C# – Object to XDocument 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 usin...
分类:Web程序   时间:2014-05-12 04:11:31    阅读次数:371
MongoDB 常用故障排查工具
1.profileprofiling levels: 0,关闭profile;1,只抓取slow查询;2,抓取所有数据。启动profile并且设置Profile级别:可以通过mongo shell启动,也可以通过驱动中的profile命令启动,启动后记录会被保存在system.profile col...
分类:数据库   时间:2014-05-12 02:09:33    阅读次数:431
查看CPU序列号以及系统信息
CPU序列号 wmic cpu get processorid 现在也不唯一,比如联想同款机器,因为CPU批量生产,id也是一样操作系统信息 systeminfo查看硬件信息 dxdiag
分类:其他好文   时间:2014-05-12 01:16:13    阅读次数:305
Windows界面编程-背景图片、透明特效使用
Windows界面编程第一篇 位图背景与位图画刷 可以通过WM_CTLCOLORDLG消息来设置对话框的背景,MSDN上对这个消息的说明如下:TheWM_CTLCOLORDLGmessage is sent to a dialog box before the system draws the di...
分类:Windows程序   时间:2014-05-12 00:56:39    阅读次数:1748
获得临时文件的两种途径
获得临时文件的两种途径 Path.GetTempPath 方法 [C#]请参见 Path 类 | Path 成员 | System.IO 命名空间  要求 平台: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professi...
分类:其他好文   时间:2014-05-11 22:43:17    阅读次数:433
Microchip 125 kHz RFID System Design Guide
Passive RFID Basics - AN680INTRODUCTIONRadio Frequency Identification (RFID) systems useradio frequency to identify, locate and track people,assets an...
分类:其他好文   时间:2014-05-11 17:46:08    阅读次数:554
asp.net MVC中控制器获取表单form提交的数据之实体类数据
第一次写记录文章,难免有不足之处;欢迎指出。1、新建一个mvc项目如:2、新建一个Test.cs 注意get,set方法不能简写using System;using System.Collections.Generic;using System.Linq;using System.Web;names...
分类:Web程序   时间:2014-05-11 17:18:55    阅读次数:517
C# asp.net 图片微略图及图片裁剪处理
try { //取得图片大小 System.Drawing.Size size = new System.Drawing.Size(Conve...
分类:Web程序   时间:2014-05-11 15:55:30    阅读次数:422
分布式文件系统 ~MogileFS~
一、分布式文件系统分布式文件系统(Distributed File System)是指文件系统管理的物理存储资源不一定直接连接在本地节点上,而是通过计算机网络与节点相连,也就是集群文件系统,可以支持大数量的节点以及PB级的数量存储。相对地,在一个分享的磁盘文件系统中,所有节点对数据存储区块都有相同的...
分类:其他好文   时间:2014-05-11 15:16:30    阅读次数:470
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!