码迷,mamicode.com
首页 >  
搜索关键字:salient region detec    ( 2773个结果
SqlServer和MySQL中存储过程out返回值处理C#代码
1.SqlServer中out处理 C#代码 #region"SqlServer中存储过程处理out返回值" //public void getdata() //{ // string str = " server=192.168.xxxx ;use...
分类:数据库   时间:2014-07-16 22:55:05    阅读次数:214
在.Net中进行SQL Server数据库备份与还原操作实用类
#region 类说明//-----------------------------------------------------------------------------//// 项目名称:***// 文件名称:DBBakManager.cs// 文件说明:对数据库备份文件进行管理。提供备...
分类:数据库   时间:2014-07-16 22:54:03    阅读次数:164
C# 实现 Hyper-V 虚拟机 管理
原文: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
Ext中border方式时 region注意点
在用region时有时候会出错,于是自己测试了下代码:Ext.onReady(function(){ var viewport = new Ext.Viewport({ layout:'border', //html: '第二步,一共4步', items...
分类:其他好文   时间:2014-07-11 21:30:59    阅读次数:226
C#检测驱动是否安装的问题
#region 检测CCD驱动是否安装成功 string path = @"C:\WINDOWS\system32\drivers\UsbCamIF.sys"; //驱动的默认安装地址 if (File.Exists(path)) {...
分类:其他好文   时间:2014-07-11 11:59:29    阅读次数:278
SQL语句中的Having子句与where子句
一。介绍 聚合函数如SUM, COUNT, MAX, AVG等。这些函数和其它函数的根本区别就是它们一般作用在多条记录上。而通过使用GROUP BY子句,可以让SUM 和 COUNT 这些函数对属于一组的数据起作用。当你指定 GROUP BY region 时,只有属于同一个region的一组...
分类:数据库   时间:2014-07-09 15:13:19    阅读次数:217
注册表检测office版本
#region 查询注册表,判断本机是否安装Office2003,2007和WPSpublic int ExistsRegedit(){ int ifused = 0; RegistryKey rk = Registry.LocalMachine; //查询Office2003 Regist...
分类:其他好文   时间:2014-07-06 19:27:09    阅读次数:505
leetcode--Surrounded Regions
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
UnitTest
#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
UserLogin
DAL:IUserDALnamespace Dal{ /// /// This interface is defined for user functions. /// public interface IUserDal { #region Retur...
分类:其他好文   时间:2014-07-01 00:43:02    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!