会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吾_东峰
博客园
首页
新随笔
联系
订阅
管理
2017年10月6日
.net第四章
摘要: 1.两个窗体的联系 1)、构造传递 public Form2 (string m) { InitializeComponent(); label1.Text = m; } //Form 1调用 private void button1_Click(object sender, EventArgs e
阅读全文
posted @ 2017-10-06 21:24 吾_东峰
阅读(164)
评论(0)
推荐(0)
2017年9月24日
窗体控件的使用
摘要: 3.1~3.1 菜单栏:menuStrip; 状态栏的显示:this.toolStripStatusLabel1.Text = "大窗体"; 背景色设置:this.BackColor=Color.Red; 位置设置:label1.Location = new Point(92, 50); textb
阅读全文
posted @ 2017-09-24 14:17 吾_东峰
阅读(364)
评论(0)
推荐(0)
2017年9月16日
c#认证考试试题。
摘要: 1.1、输入一个正整数n,如果是偶数则求n以内的所有偶数和,奇数则求n以内的所有奇数的和。 static void Main(string[] args) { int result=0; Console.WriteLine("请输入一个正整数:"); int n = Convert.ToInt32(
阅读全文
posted @ 2017-09-16 18:45 吾_东峰
阅读(676)
评论(0)
推荐(0)
对.Net的学习。
摘要: 1.什么是.Net ? .NET的精髓在于Web Service. 不常用的foreach循环用法: 2.分隔: string str="a,b c.d"; string []a=str.Split(new char[3]{',',' ','.'}); foreach (string i in a)
阅读全文
posted @ 2017-09-16 12:24 吾_东峰
阅读(225)
评论(0)
推荐(0)
公告