码迷,mamicode.com
首页 >  
搜索关键字:system center    ( 58910个结果
2、计算器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-02-24 13:48:52    阅读次数:185
4、记事本
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-02-24 13:46:45    阅读次数:160
3、计算器(调用函数)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-02-24 13:46:38    阅读次数:183
5、listview
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-02-24 13:45:03    阅读次数:164
动态数组使用
import java.util.*; import java.io.*; public class 动态数组使用 { /** * @param args */ public static void main(String[] args) { Scanner in=new Scanner(new BufferedInputStream(System.in)); while(...
分类:编程语言   时间:2015-02-24 12:37:21    阅读次数:182
[XAF] How to improve the application's performance
https://www.devexpress.com/Support/Center/Question/Details/T148978The best way to determine the precise cause of a performance problem is to profile y...
分类:移动开发   时间:2015-02-24 10:15:48    阅读次数:797
面向对象基础(一)
C#是纯粹的面向对象编程语言,它真正体现了“一切皆为对象”的精神。在C#中,即使是最基本的数据类型,如int,double,bool类型,都属于System.Object(Object为所有类型的基类)类型。此外,使用C#编程,不会存在与游离于对象之外的属于过程的东西。因此,学习C#,就必须具有.....
分类:其他好文   时间:2015-02-24 10:14:45    阅读次数:131
人月神话之画蛇添足
前言:本章的标题翻译为“画蛇添足”,原文的标题为“The Second-system Effect”,从单纯的英文标题知道,二次开发系统的影响。也就是说,软件设计师在做二次开发的时候,容易想的太多,在原来的程序上增加太多没用的功能,或者做了没有必要的修饰。 结构师的交互准则和机制          很多时候,结构师在估算一个产品的预算后,客户或者老板会做出他的评估,如果估算超出了老板或者客户的...
分类:其他好文   时间:2015-02-24 09:10:32    阅读次数:163
C#中隐式接口与显示接口
C#中隐式接口与显示接口   隐式接口: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections;   namespace ConsoleApplicat...
分类:Windows程序   时间:2015-02-24 09:09:29    阅读次数:188
微软职位内部推荐-Senior PM
微软近期Open的职位:Sr.PM for Whole Page Experience- Search Technology Center AsiaLocation:Beijing/SuzhouGroup OverviewAs part of the Microsoft Bing team, the...
分类:其他好文   时间:2015-02-24 06:57:41    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!