码迷,mamicode.com
首页 >  
搜索关键字:kvm system halt    ( 51873个结果
CentOS Linux 中文输入法安装及设置
安装:1.需要root权限,所以要用root登录,或suroot2.yum install"@ChineseSupport"3.exit4.回到桌面,system->preferences->inputmethod5.如果没有,先注销一下。6.按照提示添加输入法。7.最后 再次注销,登录即可。设置:...
分类:系统相关   时间:2014-05-09 17:44:03    阅读次数:379
asp.net连接LDAP数据,并从LDAP中取出相关数据(1)
ASP.NET连接LDAP数据库的有关信息一、封装在DAL层中的获取用户信息的函数//////按照用户Id查找用户信息/////////publicDirectoryEntry GetUser(string username){string path = System.Configuration.....
分类:Web程序   时间:2014-05-09 16:53:59    阅读次数:418
(转)System.Web.Mvc.UrlHelper的学习与使用
转载自http://www.cnblogs.com/longgel/archive/2010/02/06/1664884.html上一次学习了HtmlHelper帮助类,这次我们学习一下UrlHelper帮助类,看类名也都知道这个类是用来帮我们生成URL在ASP.NET MVC应用程序中。让我们来看...
分类:Web程序   时间:2014-05-09 12:45:58    阅读次数:385
VB与C#的区别(转载)
由于工作原因要熟悉这两门编程语言。网上找的。VB.NETProgram StructureC#Imports System Namespace Hello Class HelloWorld Overloads Shared SubMain(ByVal args() As String) Dim na...
分类:其他好文   时间:2014-05-09 12:30:02    阅读次数:475
DevExpress.XtraReports.UI.XtraReport 动态报表
原文:DevExpress.XtraReports.UI.XtraReport 动态报表using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.D...
分类:其他好文   时间:2014-05-09 11:39:38    阅读次数:611
C#将数据库导出成Excel,再从Excel导入到数据库中。
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.IO;namespace CindyDatabaseP...
分类:数据库   时间:2014-05-09 11:37:48    阅读次数:378
Excel 导入支持csv
/// /// 根据Excel转换成DataTable /// /// 文件名称 /// private System.Data.DataTable getTableByExecl(string FileName) ...
分类:其他好文   时间:2014-05-09 11:03:31    阅读次数:246
win7 64位装sql2000
1、运行不了安装程序右击安装exe文件->属性->兼容性->以xp sp3兼容和管理员身份2、安装过程中提示“被挂起”的故障解决:打开注册表编辑器,在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager中找到Pendin...
分类:数据库   时间:2014-05-08 20:39:41    阅读次数:340
C# Copy 文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace DirectoryCopy...
分类:其他好文   时间:2014-05-08 20:30:59    阅读次数:381
C# 访问一个页面,并根据该页面上的a标签递归访问每个页面
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Net;using ...
分类:其他好文   时间:2014-05-08 20:30:34    阅读次数:389
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!