1.SqlServer中out处理 C#代码 #region"SqlServer中存储过程处理out返回值" //public void getdata() //{ // string str = " server=192.168.xxxx ;use...
分类:
数据库 时间:
2014-07-16 22:55:05
阅读次数:
214
#region 类说明//-----------------------------------------------------------------------------//// 项目名称:***// 文件名称:DBBakManager.cs// 文件说明:对数据库备份文件进行管理。提供备...
分类:
数据库 时间:
2014-07-16 22:54:03
阅读次数:
164
原文:C# 实现 Hyper-V 虚拟机 管理Hyper-V WMI Provider工具类如下:using System;using System.Collections.Generic;using System.Management;namespace MyNamespace{ #region ...
分类:
其他好文 时间:
2014-07-12 13:04:49
阅读次数:
193
在用region时有时候会出错,于是自己测试了下代码:Ext.onReady(function(){ var viewport = new Ext.Viewport({ layout:'border', //html: '第二步,一共4步', items...
分类:
其他好文 时间:
2014-07-11 21:30:59
阅读次数:
226
#region 检测CCD驱动是否安装成功 string path = @"C:\WINDOWS\system32\drivers\UsbCamIF.sys"; //驱动的默认安装地址 if (File.Exists(path)) {...
分类:
其他好文 时间:
2014-07-11 11:59:29
阅读次数:
278
一。介绍 聚合函数如SUM, COUNT, MAX, AVG等。这些函数和其它函数的根本区别就是它们一般作用在多条记录上。而通过使用GROUP BY子句,可以让SUM 和 COUNT 这些函数对属于一组的数据起作用。当你指定 GROUP BY region 时,只有属于同一个region的一组...
分类:
数据库 时间:
2014-07-09 15:13:19
阅读次数:
217
#region 查询注册表,判断本机是否安装Office2003,2007和WPSpublic int ExistsRegedit(){ int ifused = 0; RegistryKey rk = Registry.LocalMachine; //查询Office2003 Regist...
分类:
其他好文 时间:
2014-07-06 19:27:09
阅读次数:
505
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:
其他好文 时间:
2014-07-06 16:10:55
阅读次数:
138
#region File Header & Copyright Notice/* * Copyright (C) 2014 XXX, INC. All Rights Reserved. * THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MA...
分类:
其他好文 时间:
2014-07-02 10:07:59
阅读次数:
221
DAL:IUserDALnamespace Dal{ /// /// This interface is defined for user functions. /// public interface IUserDal { #region Retur...
分类:
其他好文 时间:
2014-07-01 00:43:02
阅读次数:
308