搜索到与相关的文章
编程技术

将DataGrid数据写入Excel文件

在众志教程网上看到一位名叫zyz217的朋友,发了篇这样的文章,突然想起自己过不久要做的精品课程网站,肯定会用到的,就转了过来,在此先谢过zyz217了!呵呵!<%@Pagelanguage="c#"Codebehind="WebForm4.aspx.cs"AutoEventWireup="false"Inherits="WebUI.WebForm4"%>

系统 2019-08-12 09:29:30 2313

各行各业

OPENCV2.2源文件的结构

Sinceversion2.2,theOpenCVlibraryisdividedintoseveralmodules.Thesemodulesarebuiltinlibraryfleslocatedinthelibdirectory.Theyare:1Theopencv_coremodulethatcontainsthecorefunctionalitiesofthelibrary,inparticular,thebasicdatastructuresa

系统 2019-08-12 09:27:29 2313

各行各业

Azure支持docker简介以及使用指南

Docker是一个开源的项目,主要的特点是能将应用程序包装在一个LXC(LinuxContainer)容器中,当这些应用被包装进容器后,部署、迁移都变得更为简单。与传统的虚拟化技术相比,虚拟机需要安装操作系统才能执行应用程序,而Container则不需要安装操作系统就能运行应用程序。Container技术是一种在操作系统内的Kernel层所打造虚拟运行环境,所以Container彼此之间共享了HostOS的Kernel,但通过namespace区分来达到隔

系统 2019-08-12 09:27:20 2313

各行各业

SourceSafe2005支持vs2008并且汉化全过程

1、下载安装Microsoft.Visual.SourceSafe.2005.iso下载地址:http://download.csdn.net/source/1625282、安装vs2008补丁VS80-KB943847-X86-INTL.exe下载地址:http://download.microsoft.com/download/7/1/f/71fdb660-4e69-471a-ad58-d984b45cc140/vs80-kb943847-x86-in

系统 2019-08-12 09:27:02 2313

数据库相关

Weka EM 协方差

WekaEMcovariancedescription1:DearAll,IamtryingtofindoutwhatistherealmeaningoftheminStdDevparameterintheEMclusteringalgorithm.Cananyonehelpme?Ihavenotlookedatthecode,butIsuspectthattheminStdDevisusedasthefirstestimateofthecovarianc

系统 2019-08-12 01:55:12 2313

数据库相关

hdu 1712 ACboy needs your help 分组背包

转载请注明出处:http://blog.csdn.net/u012860063题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1712ProblemDescriptionACboyhasNcoursesthisterm,andheplanstospendatmostMdaysonstudy.Ofcourse,theprofithewillgainfromdifferentcoursedependingonthe

系统 2019-08-12 01:54:37 2313

Java

java 连接sqlserver数据库语句

importjava.sql.*;/***java连接sqlserver数据库语句*@authorAdministrator**/publicclassMain{publicstaticvoidmain(String[]args)throwsSQLException{StringdriverName="com.microsoft.sqlserver.jdbc.SQLServerDriver";//加载驱动StringdbURL="jdbc:sqlserve

系统 2019-08-12 01:54:15 2313

各行各业

XAML实例教程系列 - 类型转换器(Type Converter

在XAML中每一个对象元素映射一个实例,而实例属性可以通过特性(Attributes)进行赋值。在实际项目开发中,对象元素的属性值可以是不同数据类型,根据需求不同,经常需要对数据类型进行转换,就需要使用XAML的类型转换器(TypeConverters)。本篇将讲解XAML类型转换器的使用。XAML类型转换器基础在Windows8或者Silverlight应用开发中,经常会用到类型转换器,例如对按钮的内容进行赋值,代码如下:

系统 2019-08-12 01:33:26 2313

操作系统

Real-time storage area network

Aclusterofcomputingsystemsisprovidedwithguaranteedreal-timeaccesstodatastorageinastorageareanetwork.Processesissuerequestforbandwidthreservationwhichareinitiallyhandledbyadaemononthesamenodeastherequestingprocesses.Thelocaldaemond

系统 2019-08-12 01:32:50 2313

各行各业

安装程序发布利器——InstallShield 2011 Limit

最近经常写WCF服务和Windows服务,之前知道可以通过vs2010自带的“安装项目”可以发布程序,但是自vs2010起,同时提供了InstallShieldLE。下面我们通过图示,来了解InstallShieldLE的特性:2011LimitedEdition"src="http://img.it610.com/image/product/ee1033fcaa56404faae50d31e3d1c640.jpg"alt="安装程序发

系统 2019-08-12 01:31:51 2313