导航

2011年11月30日

摘要: ---------------------- Windows Phone 7手机开发、.Net培训、期待与您交流! ----------------------今天做了一个练习:是输出最大成绩的,用的是split方法实现分割字符串的,具体代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;na 阅读全文

posted @ 2011-11-30 18:06 asp.net 开发 阅读(132) 评论(0) 推荐(0)

摘要: ---------------------- Windows Phone 7手机开发、.Net培训、期待与您交流! ----------------------今天用了半天的时间就学完了“WinForm入门”,讲的都是一些基础的知识,但是这次看了又有新的收获:比如在窗口类的this指的是窗口对象,string name=textBox.Text;this.text=string.Format(“{0}你好”,name),在窗口的标题栏显示“。。你好”,在学习的过程中记了不少的笔记,笔记内容如下:1、 占位符的形式:string name=textBox.Text;this.text=strin 阅读全文

posted @ 2011-11-30 11:19 asp.net 开发 阅读(140) 评论(0) 推荐(0)