码迷,mamicode.com
首页 >  
搜索关键字:system center 2012    ( 58910个结果
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
C#:列表视图操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 列表视图操作类 ...
分类:其他好文   时间:2014-05-08 19:30:25    阅读次数:337
CentOS 6.5系统安装配置图解教程
一、安装CentOS 6.5用光盘成功引导系统,会出现下面的界面界面说明:Install or upgrade an existing system安装或升级现有的系统install system with basic video driver安装过程中采用 基本的显卡驱动Rescue instal...
分类:其他好文   时间:2014-05-08 19:22:38    阅读次数:485
C#:ZedGraph画图控件(待补充)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ZedGraph;namespace TestZedGraphCo...
分类:其他好文   时间:2014-05-08 19:21:43    阅读次数:530
C#:复选框操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 复选框操作类 ...
分类:其他好文   时间:2014-05-07 20:22:28    阅读次数:345
集成电路设计流程分工
正规的集成电路设计公司在进行片上系统(SoC)设计时都有明确的岗位分工,甚至会以部门的形式来区分各部分的职责,而且很多时候集成电路设计公司还会提供整体解决方案,包括芯片、软件和硬件,生产商直接按这个方案买其他的电阻电容等元器件即可生产、测试和销售。流程分工包括:市场、System design、IC digital、IC analog、IC verify、IC tapout、IC封装和测试、Firmware、应用开发等。...
分类:其他好文   时间:2014-05-07 15:38:37    阅读次数:364
DNS原理总结及其解析过程详解
一、域名系统 1、域名系统概述         域名系统DNS(Domain Name System)是因特网使用的命名系统,用来把便于人们使用的机器名字转换成为IP地址。域名系统其实就是名字系统。为什么不叫“名字”而叫“域名”呢?这是因为在这种因特网的命名系统中使用了许多的“域(domain)”,因此就出现了“域名”这个名词。“域名系统”明确地指明这种系统是应用在因特网中。        ...
分类:其他好文   时间:2014-05-07 15:36:27    阅读次数:326
unicode编码问题
因为/u0022表示的是"所以本质上是:System.out.println("a".length()+"b".length());//本质上是这样的
分类:其他好文   时间:2014-05-07 15:31:07    阅读次数:266
C#扩展一个现有的类
做个记录,写个示例using System;class Rubbish{ public void Say() { Console.Write("Hello"); }}static class RubbishExtensions{ public static...
分类:其他好文   时间:2014-05-07 14:57:23    阅读次数:279
WPF - MVVM - 如何将ComboBox的Selectchange事件binding到ViewModel
将所有的事件,属性,都映射到ViewModel中。好处多多,以后开发尽量用这种模式。解决方法:使用System.Windows.Interactivity.dll,添加该dll到项目引用xmlns:i="clr-namespace:System.Windows.Interactivity;assem...
分类:其他好文   时间:2014-05-07 14:50:04    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!