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
DockPanel的基本使用 我就不说了,网上很多,我想说的是在使用DockPanel时 需要注意的几个小问题第一个:使用过DockPanel的人,都有可能会遇到这样一个错误:Invalid Content: ActiveContent must be one of the visible cont...
分类:
其他好文 时间:
2014-07-11 12:06:03
阅读次数:
414
#region 检测CCD驱动是否安装成功 string path = @"C:\WINDOWS\system32\drivers\UsbCamIF.sys"; //驱动的默认安装地址 if (File.Exists(path)) {...
分类:
其他好文 时间:
2014-07-11 11:59:29
阅读次数:
278
遇到的问题:1.java.io.IOException: open failed: EINVAL (Invalid argument)异常,在模拟器中的sd卡创建文件夹和文件时报错出错原因可能是:(1)文件名称中含有不符合规范的字符,比如“:”,“?”或者空格等。(2)需要先创建文件夹目录再创建文件...
分类:
移动开发 时间:
2014-07-10 15:12:16
阅读次数:
255
一。介绍 聚合函数如SUM, COUNT, MAX, AVG等。这些函数和其它函数的根本区别就是它们一般作用在多条记录上。而通过使用GROUP BY子句,可以让SUM 和 COUNT 这些函数对属于一组的数据起作用。当你指定 GROUP BY region 时,只有属于同一个region的一组...
分类:
数据库 时间:
2014-07-09 15:13:19
阅读次数:
217
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
---问题select owner,index_name,DEGREE from DBA_INDEXES where DEGREE>1 *ERROR at line 1:ORA-01722: invalid number--1 获取运行跟踪信息SQ...
分类:
其他好文 时间:
2014-07-06 13:41:04
阅读次数:
278