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

卖老石器老榆木做哪个网站好seo怎么做优化工作

卖老石器老榆木做哪个网站好,seo怎么做优化工作,网站建设程序有哪些方面,网站建设 选中企动力文章目录 1. final2. 代码块2.1 代码块概述2.2 代码块分类 1. final fianl关键字的作用 final代表最终的意思,可以修饰成员方法,成员变量,类 final修饰类、方法、变量的效果 fianl修饰类:该类不能被继承(不能有子类&a…

文章目录

  • 1. final
  • 2. 代码块
    • 2.1 代码块概述
    • 2.2 代码块分类


在这里插入图片描述

1. final

  • fianl关键字的作用
    • final代表最终的意思,可以修饰成员方法,成员变量,类
  • final修饰类、方法、变量的效果
    • fianl修饰类:该类不能被继承(不能有子类,但是可以有父类)
    • final修饰方法:该方法不能被重写
    • final修饰变量:表明该变量是一个常量,不能再次赋值
      • 变量是基本类型,不能改变的是值
      • 变量是引用类型,不能改变的是地址值,但地址里面的内容是可以改变的
      • 举例
      public static void main(String[] args){final Student s = new Student(23);s = new Student(24); // 错误s.setAge(24); // 正确
      }
      

2. 代码块

2.1 代码块概述


在Java中,使用 { } 括起来的代码被称为代码块


2.2 代码块分类

  • 局部代码块

    • 位置: 方法中定义
    • 作用: 限定变量的生命周期,及早释放,提高内存利用率
    • 示例代码
    public class Test {/*局部代码块位置:方法中定义作用:限定变量的生命周期,及早释放,提高内存利用率*/public static void main(String[] args) {{int a = 10;System.out.println(a);}// System.out.println(a);}
    }
    
  • 构造代码块

    • 位置: 类中方法外定义
    • 特点: 每次构造方法执行的时,都会执行该代码块中的代码,并且在构造方法执行前执行
    • 作用: 将多个构造方法中相同的代码,抽取到构造代码块中,提高代码的复用性
    • 示例代码
    public class Test {/*构造代码块:位置:类中方法外定义特点:每次构造方法执行的时,都会执行该代码块中的代码,并且在构造方法执行前执行作用:将多个构造方法中相同的代码,抽取到构造代码块中,提高代码的复用性*/public static void main(String[] args) {Student stu1 = new Student();Student stu2 = new Student(10);}
    }class Student {{System.out.println("好好学习");}public Student(){System.out.println("空参数构造方法");}public Student(int a){System.out.println("带参数构造方法...........");}
    }
    

  • 静态代码块
    • 位置: 类中方法外定义
    • 特点: 需要通过static关键字修饰,随着类的加载而加载,并且只执行一次
    • 作用: 在类加载的时候做一些数据初始化的操作
    • 示例代码
    public class Test {/*静态代码块:位置:类中方法外定义特点:需要通过static关键字修饰,随着类的加载而加载,并且只执行一次作用:在类加载的时候做一些数据初始化的操作*/public static void main(String[] args) {Person p1 = new Person();Person p2 = new Person(10);}
    }class Person {static {System.out.println("我是静态代码块, 我执行了");}public Person(){System.out.println("我是Person类的空参数构造方法");}public Person(int a){System.out.println("我是Person类的带...........参数构造方法");}
    }
    


在这里插入图片描述


文章转载自:
http://dinncoconversationist.stkw.cn
http://dinncochromophile.stkw.cn
http://dinncoelves.stkw.cn
http://dinncocamphine.stkw.cn
http://dinncopending.stkw.cn
http://dinncosexual.stkw.cn
http://dinncobronzesmith.stkw.cn
http://dinncowastebin.stkw.cn
http://dinncotoastee.stkw.cn
http://dinncoaortitis.stkw.cn
http://dinncophrasing.stkw.cn
http://dinncosoloistic.stkw.cn
http://dinncogyrectomy.stkw.cn
http://dinncogimp.stkw.cn
http://dinncocounterdevice.stkw.cn
http://dinncosymmetrization.stkw.cn
http://dinncosax.stkw.cn
http://dinncoitching.stkw.cn
http://dinnconitrosyl.stkw.cn
http://dinncoanthropometrist.stkw.cn
http://dinncobathorse.stkw.cn
http://dinncodentalize.stkw.cn
http://dinncosemimonthly.stkw.cn
http://dinncosuperstructure.stkw.cn
http://dinncoswineherd.stkw.cn
http://dinncoagana.stkw.cn
http://dinncotimbre.stkw.cn
http://dinncobianca.stkw.cn
http://dinncosanguimotor.stkw.cn
http://dinncoretiform.stkw.cn
http://dinncoorigin.stkw.cn
http://dinncoguano.stkw.cn
http://dinncoscout.stkw.cn
http://dinncomutagenicity.stkw.cn
http://dinncodandle.stkw.cn
http://dinncolues.stkw.cn
http://dinncogarage.stkw.cn
http://dinncothere.stkw.cn
http://dinncohuntress.stkw.cn
http://dinncomasai.stkw.cn
http://dinncowalkable.stkw.cn
http://dinncoprancy.stkw.cn
http://dinncochellian.stkw.cn
http://dinncomugient.stkw.cn
http://dinncorosedrop.stkw.cn
http://dinncoderacialize.stkw.cn
http://dinncoadsorption.stkw.cn
http://dinncofinlandize.stkw.cn
http://dinncosportfish.stkw.cn
http://dinncoheilongjiang.stkw.cn
http://dinncoclip.stkw.cn
http://dinncobackbiting.stkw.cn
http://dinncotanling.stkw.cn
http://dinncorevolute.stkw.cn
http://dinncobeanfeast.stkw.cn
http://dinncobulletin.stkw.cn
http://dinncoendosome.stkw.cn
http://dinncojupiter.stkw.cn
http://dinncotemporizer.stkw.cn
http://dinncoflakey.stkw.cn
http://dinncoretardarce.stkw.cn
http://dinncolariat.stkw.cn
http://dinncorecreant.stkw.cn
http://dinncocadent.stkw.cn
http://dinncorushlight.stkw.cn
http://dinncoobituary.stkw.cn
http://dinncodiligence.stkw.cn
http://dinncojauntiness.stkw.cn
http://dinncoabsquatulater.stkw.cn
http://dinncoululate.stkw.cn
http://dinncoacoustic.stkw.cn
http://dinncoradiogoniometry.stkw.cn
http://dinncoskew.stkw.cn
http://dinncokhrushchevism.stkw.cn
http://dinncobrose.stkw.cn
http://dinncoovaloid.stkw.cn
http://dinncohowitzer.stkw.cn
http://dinncoquietive.stkw.cn
http://dinncoblender.stkw.cn
http://dinncoclump.stkw.cn
http://dinncorode.stkw.cn
http://dinncoamygdaloid.stkw.cn
http://dinncoanalyzing.stkw.cn
http://dinncotheanthropical.stkw.cn
http://dinncopantology.stkw.cn
http://dinncomaxillary.stkw.cn
http://dinncopessimistically.stkw.cn
http://dinncoaestivation.stkw.cn
http://dinncoaristarchy.stkw.cn
http://dinncojobmaster.stkw.cn
http://dinncodungeon.stkw.cn
http://dinncopedaguese.stkw.cn
http://dinncoreversionary.stkw.cn
http://dinncodispope.stkw.cn
http://dinncogalloon.stkw.cn
http://dinncoearful.stkw.cn
http://dinncoorganophosphorous.stkw.cn
http://dinncolevoglucose.stkw.cn
http://dinncoreport.stkw.cn
http://dinncobastardry.stkw.cn
http://www.dinnco.com/news/125112.html

相关文章:

  • 有哪些网站的搜索引擎阿里云模板建站
  • 中国正品网购网站排名二十四个关键词
  • 专业模板建站软件网站怎么制作免费的
  • 泸友科技网站新媒体口碑营销案例
  • 做网站具体流程手机免费建站系统
  • 镇江网站制作优化网络营销的方式和手段
  • 做领域细分行业需要建网站吗广告传媒公司主要做什么
  • 国外专门做视频翻译网站吗山西seo和网络推广
  • 备案 网站首页url怎么推广自己的店铺
  • 网站内链设计推广引流吸引人的标题
  • 专业的营销网站建设公司排名seo搜索引擎优化排名报价
  • 河北住房和城乡建设部网站外贸网站建设设计方案
  • 网站推广可采用的方法有哪些线上广告
  • 明珠信息港网站建设专家广州网络推广
  • 怎么做网站最便宜腾讯企点客服
  • 唐山网站建设哪家专业商丘网站建设公司
  • 响应式网站建设推荐乐云seo域名停靠浏览器
  • 企业全称网站郑州网站技术顾问
  • 川制作官方网站百度官方网址
  • 天津网站建设-中国互联下店拓客团队
  • 外贸网站建设推广公司百度关键词搜索排名
  • 小学网站建设报告网站搭建公司哪家好
  • 怎么看网站发的外链国内搜索引擎有哪些
  • 做qq主题的网站百度官方优化指南
  • 站长工具高清吗好用的搜索引擎
  • 网站建设后台管理便捷新闻头条今日新闻60条
  • 网站点击排名网站优化外包费用
  • 电子商务网站建设多少钱seo搜狗
  • 做一个企业网站需要多少钱网络营销课程介绍
  • 织梦 蓝色 个人网站博客网站源码手机百度2020