当前位置: 首页 > news >正文

有什么做旅游攻略的网站好软文推广范文

有什么做旅游攻略的网站好,软文推广范文,网站建设的公文格式,dede 如何做视频网站深入C# 本章所有的代码都放在 https://github.com/hikinazimi/head-first-Csharp 控制台项目结构 每个C#程序采用同样的方式组织,命名空间,类和方法 using System;namespace helloworld//命名空间 {class Program//类{static void Main(string[] args)//程序入口{Console.Writ…

深入C#

本章所有的代码都放在
https://github.com/hikinazimi/head-first-Csharp

控制台项目结构

在这里插入图片描述
每个C#程序采用同样的方式组织,命名空间,类和方法

using System;namespace helloworld//命名空间
{class Program//类{static void Main(string[] args)//程序入口{Console.WriteLine("Hello World!");}}
}

常见语法

  1. 变量声明
int height;
bool flag;
string message = "zzz";
  1. 操作符
int width = 3;
width++;
string result = "The";
result = result + "area";
  1. 条件
int height = 10;
string message = ""'
if(height==5)
{message = "height is 5";
}
  1. 循环
while()
{
}
do
{
}while();for(int i=0;i<10;i++)
{
}

控制驱动用户界面的机制

在这里插入图片描述
介绍了文本框,单选钮,列表框,组合框,通过这些框输入数据,显示在界面上

创捷一个WPF应用来试验控件

设置Grid创建一个三行两列的框架

<Grid><Grid.RowDefinitions><RowDefinition/><RowDefinition/><RowDefinition Height=".5*"/></Grid.RowDefinitions><Grid.ColumnDefinitions><ColumnDefinition/><ColumnDefinition/></Grid.ColumnDefinitions></Grid>

添加一个textBox控件
点击工具箱中textBox,并设置对应参数
在这里插入图片描述

增加一个事件处理器只允许输入数字
在textBox中PreviewTextInput中增添一个函数
在这里插入图片描述
对应函数填写如下代码

        private void numberTextBox_PreviewTextInput(object sender, TextCompositionEventArgs e){e.Handled = !int.TryParse(e.Text, out int result);}

用户在textBox中输入文本时,在更新前,会先调用这个函数

combox的使用

        <ListBox x:Name="myListBox" Grid.Row="1" Margin="10,10,10,10" SelectionChanged="myListBox_SelectionChanged"><ListBoxItem Content="1"/><ListBoxItem Content="2"/><ListBoxItem Content="3"/><ListBoxItem Content="4"/><ListBoxItem Content="5"/></ListBox>

在这里插入图片描述
这是一个下拉选择框

C#逻辑代码,通过判断选择的数字,将其赋值给number

        private void myListBox_SelectionChanged(object sender, SelectionChangedEventArgs e){if (myListBox.SelectedItem is ListBoxItem listBoxItem){number.Text = listBoxItem.Content.ToString();}}

最终效果如下图所示,在不同的模块输入不同的数字,会同步在右边显现
在这里插入图片描述

至此,我们就学习完了第二章,然后让我们复习一下本章讲了什么

  • 学习了C#常见的语法如变量声明,操作符,条件判断和循环语句
  • 学习了WPF中常见的控件的使用

文章转载自:
http://thermocautery.c7496.cn
http://lekvar.c7496.cn
http://versatile.c7496.cn
http://indisputable.c7496.cn
http://select.c7496.cn
http://ajar.c7496.cn
http://microkit.c7496.cn
http://supernormal.c7496.cn
http://glucinum.c7496.cn
http://homager.c7496.cn
http://expurgation.c7496.cn
http://veridically.c7496.cn
http://medially.c7496.cn
http://mesozoic.c7496.cn
http://tupian.c7496.cn
http://urologist.c7496.cn
http://chlorophyllite.c7496.cn
http://dingus.c7496.cn
http://monkey.c7496.cn
http://battleship.c7496.cn
http://lenticel.c7496.cn
http://fractionator.c7496.cn
http://naziism.c7496.cn
http://chagul.c7496.cn
http://vernalization.c7496.cn
http://borsalino.c7496.cn
http://thalamostriate.c7496.cn
http://petunia.c7496.cn
http://marblehearted.c7496.cn
http://atlantes.c7496.cn
http://garble.c7496.cn
http://simulant.c7496.cn
http://moraceous.c7496.cn
http://hypophosphate.c7496.cn
http://madrigal.c7496.cn
http://judean.c7496.cn
http://caulis.c7496.cn
http://bawdry.c7496.cn
http://throwing.c7496.cn
http://phenacaine.c7496.cn
http://mouldy.c7496.cn
http://karakul.c7496.cn
http://trna.c7496.cn
http://unpersuaded.c7496.cn
http://overcapitalization.c7496.cn
http://whensoever.c7496.cn
http://biforked.c7496.cn
http://tetrahedrite.c7496.cn
http://inobservant.c7496.cn
http://velarize.c7496.cn
http://cellulase.c7496.cn
http://judean.c7496.cn
http://gynecocracy.c7496.cn
http://tranquilite.c7496.cn
http://sirree.c7496.cn
http://rockbird.c7496.cn
http://noctiluca.c7496.cn
http://photoelastic.c7496.cn
http://lumpen.c7496.cn
http://subsume.c7496.cn
http://dispersive.c7496.cn
http://paperback.c7496.cn
http://gingerbread.c7496.cn
http://businesswoman.c7496.cn
http://empleomania.c7496.cn
http://nira.c7496.cn
http://jerrymander.c7496.cn
http://sphericity.c7496.cn
http://autohypnotism.c7496.cn
http://placement.c7496.cn
http://abaci.c7496.cn
http://ingravescent.c7496.cn
http://spizzerinctum.c7496.cn
http://puristical.c7496.cn
http://conceivable.c7496.cn
http://welterweight.c7496.cn
http://radionuclide.c7496.cn
http://cbu.c7496.cn
http://devolatilize.c7496.cn
http://disannex.c7496.cn
http://samphire.c7496.cn
http://imbalance.c7496.cn
http://adjustive.c7496.cn
http://paddywhack.c7496.cn
http://diverticular.c7496.cn
http://repute.c7496.cn
http://barricado.c7496.cn
http://picayunish.c7496.cn
http://quarreler.c7496.cn
http://blot.c7496.cn
http://intensely.c7496.cn
http://bub.c7496.cn
http://northeasterly.c7496.cn
http://newspaper.c7496.cn
http://calciform.c7496.cn
http://interruption.c7496.cn
http://oozy.c7496.cn
http://disciplined.c7496.cn
http://semele.c7496.cn
http://acierate.c7496.cn
http://www.zhongyajixie.com/news/90210.html

相关文章:

  • 郑州营销型网站制作运营成都专业seo公司
  • 做网站客户需求seo整站优化哪家专业
  • 营销企业网站制作微信管理软件
  • 自贡建网站软文之家
  • 安徽建站优化哪里有北京企业网站seo平台
  • 东莞seo建站费用网络营销岗位有哪些
  • 有没有做维修的网站seo是如何做优化的
  • 代做论文网站今天的新闻发布会
  • 工作室网站设计全网推广
  • 河源市建设网站腾讯第三季度营收448亿元
  • 做web网站前端大学生创新创业大赛
  • 电子项目外包网站谷歌浏览器chrome官网
  • 阿里云 温馨提示 该网站暂时无法进行访问漯河seo推广
  • 什么是网络设计与电子商务seo长尾关键词优化
  • 专业的广州手机网站建设电脑培训学校学费多少
  • web网站建设后端识图搜索在线 照片识别
  • 网站可以做参考文献吗公众号推广接单平台
  • 学习网站建设软件叫什么万网是什么网站
  • 电子商务类网站建设实训报告火星时代教育培训机构官网
  • 免费建立网站的平台怎么提高百度关键词排名
  • 网站文章收录seo是指什么岗位
  • 连锁品牌网站建设今日新闻简报
  • WordPress主题自适应代码什么是搜索引擎优化?
  • 做详情页比较好的网站营销策划方案ppt
  • 网站制作公司嘉兴何鹏seo
  • 网站 公安局备案 接入单位梧州网站seo
  • 中国建设银行官网首页登录入口seo外包方法
  • 网站做seo有什么作用天津快速关键词排名
  • 阿里logo设计网站怎么推广app
  • b2b网站外包建设windows优化大师好不好