11 2015 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace WebApplication1{ interface chapter { int answe... 阅读全文
posted @ 2015-11-24 22:58 希望永远在明天 阅读(330) 评论(0) 推荐(0)
摘要:封装代码 interface chapter { int answer { get; } } class Charp : chapter { private int x1; private int x2; privat... 阅读全文
posted @ 2015-11-23 21:25 希望永远在明天 阅读(457) 评论(2) 推荐(0)
摘要:名字:老陈小石头性别、年龄:男、四十多岁男、八九岁职业:大学教师学生收入:未知无知识层次和能力:本科毕业、有一定操作电脑的能力小学二年级、经常玩游戏有一定操作电脑的能力生活、工作状况:平时就是上班备课教书上学、放学、回家、打游戏动机、目的、困难:想节省时间让孩子完成作业,自己有时间可以不做其他事情、... 阅读全文
posted @ 2015-11-08 21:00 希望永远在明天 阅读(373) 评论(0) 推荐(0)
摘要:一、具体思路在Windows窗体中使用AxWindowsMediaPlayer控件然后用具体代码,实现音乐的播放暂停 具体OpenFileDialog类可以用来调用什么的二、代码实现using System;using System.Collections.Generic;using System.... 阅读全文
posted @ 2015-11-07 21:29 希望永远在明天 阅读(146) 评论(1) 推荐(0)