码迷,mamicode.com
首页 >  
搜索关键字:system center 2012、virtual machine manager    ( 70217个结果
Http操作类
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Net; 6 using System.IO; 7 8 nam...
分类:其他好文   时间:2014-05-19 11:14:32    阅读次数:369
Windows 7上使用HP QC的问题
C(Quantity Center)是一款不错的测试管理工具,最近把公司的操作系统从Windows XP升级到Windows 7之后,发现登录到QC Server的Addin页面,很多客户端组件不能正常下载,从而导致整个QC不能使用。通过Google找到了解决方案(http://www.sqafor...
分类:Windows程序   时间:2014-05-19 11:08:01    阅读次数:733
svn签出单个文件
if (System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath)) && System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(...
分类:其他好文   时间:2014-05-19 11:04:02    阅读次数:217
vs2013内置IISExpress相关问题
问题描述,以前做的程序迁移到vs2013后出现500.22问题。HTTP 错误 500.22 - Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。最可能的原因: 此应用程序在 system.web/httpModules 节中定义配置。可尝试的...
分类:其他好文   时间:2014-05-19 10:38:58    阅读次数:276
c#学习5,静态字段,静态函数,静态类
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 静态成员{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-19 10:38:16    阅读次数:263
给thinkphp加个分页样式
1、css样式1.fpage{text-align:center;clear:both;padding-top:10px;}2.fpage a{font-size:14px;border:1pxsolid#ccc;padding:3px;box-shadow:0px0px3px#bbb;}3.fpa...
分类:Web程序   时间:2014-05-19 10:27:42    阅读次数:376
sssssss
private void C_txt(string str){ string strname = "D:\\" + System.DateTime.Now.ToString("yyyymmddhhmmss") + ".txt"; StreamWriter swWordChange = n...
分类:其他好文   时间:2014-05-19 09:53:50    阅读次数:188
WinForm多线程+委托防止界面卡死
1、当有大量数据需要计算、显示在界面或者调用sleep函数时,容易导致界面卡死,可以采用多线程加委托的方法解决using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;usi...
分类:编程语言   时间:2014-05-19 09:47:53    阅读次数:340
C#播放音效(web/winform)
[System.Runtime.InteropServices.DllImport("winmm.DLL", EntryPoint = "PlaySound", SetLastError = true)] private static extern bool PlaySound(string sz....
分类:Windows程序   时间:2014-05-19 09:01:59    阅读次数:362
引用类型与值类型在编码上的区别
一、引入类型与值类型简介 值类型:直接存放于栈中,取的时候是直接取得值。值类型继承自System.ValueType。(自定义对象) 引用类型:存在于托管堆中,取的时候是从栈取该对象的地址,然后用这个地址去托管堆中取值。引用类型继承自System.Object。(int,bool,struct).....
分类:其他好文   时间:2014-05-17 17:58:48    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!