隐藏页面特效

随笔分类 -  C# 学习

摘要:新建解决方案 清除解决方案 重新生成解决方案 发布应用程序 设置配置文件 重命名配置文件 发布后生成的文件 IIS安装 安装完成后,输入http://localhost/出现 打开IIS 添加自己的网站 选择“Visual Studio 2017”—>选择“Visual Studio Tools”— 阅读全文 »
posted @ 2021-12-14 09:40 往心。 阅读(126) 评论(0) 推荐(0) 编辑
摘要:编写一个简易的文件管理器,通过本次实验,练习 TreeView、ListView 和SplitContainer 控件的使用,同时熟悉 C#文件系统的操作方法以及 File 类和 Directory类的使用。 (1)新建 windows 应用程序。 (2)将窗体 Form 的 Text 属性设置为“ 阅读全文 »
posted @ 2021-12-14 09:09 往心。 阅读(97) 评论(0) 推荐(0) 编辑
摘要:自己设计并编写一个 Windows 应用程序,要求用到 TextBox、GroupBox、RadioButton、CheckBox、ComboBox、ListBox 控件。 代码如下: 页面1: using System; using System.Collections.Generic; usin 阅读全文 »
posted @ 2021-12-14 09:02 往心。 阅读(145) 评论(0) 推荐(0) 编辑
摘要:1. 设计编写一个控制台应用程序,练习类的继承。 (1) 编写一个抽象类 People,具有”姓名”,”年龄”字段,”姓名”属性,Work 方法。 (2) 由抽象类 People 派生出学生类 Student 和职工类 Employer,继承 People 类,并覆盖Work 方法。 (3) 派生类 阅读全文 »
posted @ 2021-12-14 08:59 往心。 阅读(228) 评论(0) 推荐(0) 编辑
摘要:编写程序,用 while 循环语句实现下列功能:有一篮鸡蛋,不止一个,有人两个两个数,多余一个,三个三个数,多余一个,再四个四个地数,也多余一个,请问这篮鸡蛋至少有多少个。 using System; using System.Collections.Generic; using System.Li 阅读全文 »
posted @ 2021-12-14 08:55 往心。 阅读(83) 评论(0) 推荐(0) 编辑
摘要:编写一个控制台应用程序,可根据输入的月份判断所在季节。 代码如下 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; n 阅读全文 »
posted @ 2021-12-14 08:51 往心。 阅读(302) 评论(0) 推荐(0) 编辑
摘要:编写一个控制台应用程序,输入三角形或者长方形边长,计算其周长和面积并输出。 代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threadi 阅读全文 »
posted @ 2021-12-14 08:50 往心。 阅读(638) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示