自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Code::Blocks 12.11 error: ‘nullptr’ was not declared in this scope&GNU GCC -std=gnu++0x

C++primer英文版(第五版)p54 Null Pointers章节: Modern C++ programs generally should avoid using NULL and use nullptr instead.本人通俗理解为指针初始化尽量用nullptr而避免用NULL。于是乎用Code::Blocks敲敲代码,问题来了。error: ‘nullptr’ was not de

2016-06-28 00:18:45 728

原创 Environment 类

Environment 类 Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.示例 The following example demonstrates displays a list of i

2016-06-03 11:33:21 540

原创 PictureBox.SizeMode 属性

PictureBox.SizeMode 属性 这里写链接内容 指示如何显示图像。 命名空间: System.Windows.Forms 程序集: System.Windows.Forms(System.Windows.Forms.dll 中)Valid values for this property are taken from the PictureBoxSizeMode e

2016-06-02 20:59:32 1773

原创 megu的第一个程序

Now let’s begin to design our first form. It’s very simple because this is our first project. We just put a button in the middle of our form. We want a “Hello World” window to pop up when we click on t

2016-06-02 18:00:11 371

原创 C#中using的三种用法

C#中using的三种用法 1.using指令。using + 命名空间名字,这样可以在程序中直接用命令空间中的类型,而不必指定类型的详细命名空间,类似于Java的import,这个功能也是最常用的,几乎每个cs的程序都会用到。 例如:using System; 一般都会出现在*.cs中。 2.using别名。using + 别名 = 包括详细命名空间信息的具体的类型。 这种做

2016-06-02 17:41:03 293

原创 C#开发:openfiledialog的使用

C#开发:openfiledialog的使用文件对话框(FileDialog)  一、打开文件对话框(OpenFileDialog)  1、 OpenFileDialog控件有以下基本属性InitialDirectory 对话框的初始目录Filter 要在对话框中显示的文件筛选器,例如,"文本文件(*.txt)|*.txt|所有文件(*.*)||

2016-06-01 11:36:36 351

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除