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

丝网外贸做哪些网站seo的中文含义是

丝网外贸做哪些网站,seo的中文含义是,wordpress文章末尾添加评价功能,成都装修办公室公司🎉欢迎大家收看,请多多支持🌹 🥰关注小哇,和我一起成长🚀个人主页🚀 Java的数据类型 可以分为两类,基本数据类型和引用数据类型 基本数据类型有4类8种,4类分别是整型 浮…

🎉欢迎大家收看,请多多支持🌹

🥰关注小哇,和我一起成长🚀个人主页🚀


 Java的数据类型

可以分为两类,基本数据类型引用数据类型

基本数据类型有4类8种,4类分别是整型 浮点型 字符型 布尔型,

8种是byte、short、int、long、double、char、boolean

8种基本数据类型
字节型byte内存占用1字节
短整型short2字节
整型int4字节
长整型long8字节
单精度浮点型float4字节
双精度浮点型double8字节
字符型char2字节
布尔型boolean无明确规定

在Java中数据类型大小固定,这与c中不同

整型

整型默认为int,int 的包装类型是Integer,int类型所能表示的数据范围:

//打印最大值和最小值

System.Out.println(Integer.MAX_VALUE);

System.Out.println(Integer.MIN_VALUE);

short、byte、long的包装类型都是将首字母大写,最大值都是 包装类型.MAX_VALUE,最小值都是 包装类型.MIN_VALUE。

long类型的数字后要加L或l,一般写大写L(与1区分)。

浮点型

浮点数的存储方式与在C语言中的存储方式相同。浮点型默认为double,单精度浮点数在后面加f或F。

字符型

char占两个字节,包装类型为Character。

与C语言中用ASCII码值来表示字符不同,Java中用Unicode表示字符。计算机中的字符本质仍是数字。

布尔型

只有两种取值,false表示假和true表示真,与C语言中不同的是,Java中不能用0表示假,非0表示真。包装类型为Boolean。

类型转换

分为自动类型转换(隐式)和强制类型转换(显式)。

自动类型转换的特点是:数据范围小的转为数据范围大的时会自动进行

int a = 10;
long b = 5L;
a=b;//编译报错,long的范围比int大,会丢失数据
b=a;//将int的a转换为long类型

强制类型转换特点:将范围大的类型赋给范围小的,可能有精度丢失

类型提升

类型不同的数据间进行运算时,类型小的数据会提升为类型大的数据

int和long之间:

int a = 3;

long b = 4;

int c = a + b;//编译报错,a+b时a提升为long类型,结果也为long类型,赋给int可能会丢失数据

long d = a + b;//编译成功

对于short, byte 这种比4个字节小的类型, 会先提升成4个字节的int , 再运算 :

byte a = 3;

byte b = 2;

byte c = a+b;//报错,int类型范围比byte大

字符串类型

java中用String类来定义字符串 ,可以用+来拼接两个字符串

String a = "Hello,";
String b = "welcome to my blog.";
System.out.println(a);
System.out.println(b);
System.out.println(a+b);

打印结果: 

 

int类型转换成String类型:

int a = 6;
//法一
String s1 = a+"";
//法二
String s2 = String.valueOf(s1);

这两种方法也适用于其它基本数据类型和它们的包装类型转换成String类型。

String类型转换成int:

String str = "100";
int b = Integer.parseInt(str);
System.out.println(b);//打印100
String str2 = "A";
int c = Integer.parseInt(str2,16);//第二个参数用于解析字符串的进制
System.out.println(c);//打印10

 


 


文章转载自:
http://dinncoflavourous.tpps.cn
http://dinncomorphonology.tpps.cn
http://dinncolithuanian.tpps.cn
http://dinncoactivating.tpps.cn
http://dinncourbanologist.tpps.cn
http://dinncotaurocholic.tpps.cn
http://dinncotransitional.tpps.cn
http://dinncobuzzard.tpps.cn
http://dinncomouldy.tpps.cn
http://dinncovirginal.tpps.cn
http://dinncoabnormality.tpps.cn
http://dinncoeuchromosome.tpps.cn
http://dinncoadularia.tpps.cn
http://dinncoimmobility.tpps.cn
http://dinncodecahydrate.tpps.cn
http://dinncomacerate.tpps.cn
http://dinncolemuel.tpps.cn
http://dinncoseeress.tpps.cn
http://dinncoquestionnaire.tpps.cn
http://dinncomongolian.tpps.cn
http://dinncoroselite.tpps.cn
http://dinncoreimpose.tpps.cn
http://dinncomoxibustion.tpps.cn
http://dinncohollander.tpps.cn
http://dinncostairs.tpps.cn
http://dinncobardic.tpps.cn
http://dinncowallpaper.tpps.cn
http://dinncocontrapuntal.tpps.cn
http://dinncoperipherally.tpps.cn
http://dinncochunderous.tpps.cn
http://dinncobuntons.tpps.cn
http://dinncobolo.tpps.cn
http://dinncorotiferous.tpps.cn
http://dinncowaterflood.tpps.cn
http://dinnconewspaperman.tpps.cn
http://dinncobicycler.tpps.cn
http://dinncoephedra.tpps.cn
http://dinncoexpectorate.tpps.cn
http://dinncoascendancy.tpps.cn
http://dinncoterr.tpps.cn
http://dinncoovercrowd.tpps.cn
http://dinncomime.tpps.cn
http://dinncohypothermic.tpps.cn
http://dinncodivinize.tpps.cn
http://dinncohumouresque.tpps.cn
http://dinncokinaesthesis.tpps.cn
http://dinncofelonry.tpps.cn
http://dinncoinyala.tpps.cn
http://dinncoaffliction.tpps.cn
http://dinncoprognathous.tpps.cn
http://dinncodissidence.tpps.cn
http://dinncomultiple.tpps.cn
http://dinncosplendent.tpps.cn
http://dinncoaliment.tpps.cn
http://dinncosafrole.tpps.cn
http://dinncokanchenjunga.tpps.cn
http://dinncodemargarinated.tpps.cn
http://dinncostrikethrough.tpps.cn
http://dinncoarbitrable.tpps.cn
http://dinncoaerobee.tpps.cn
http://dinncoharmfulness.tpps.cn
http://dinncotechnicality.tpps.cn
http://dinncolabradorite.tpps.cn
http://dinncosalverform.tpps.cn
http://dinncoturaco.tpps.cn
http://dinncosurveille.tpps.cn
http://dinncocatenation.tpps.cn
http://dinncomalabar.tpps.cn
http://dinncopolymyxin.tpps.cn
http://dinncointersidereal.tpps.cn
http://dinncoconsanguineous.tpps.cn
http://dinncopetroliferous.tpps.cn
http://dinncosalpingotomy.tpps.cn
http://dinncograeae.tpps.cn
http://dinncodihydroxyacetone.tpps.cn
http://dinncobleachery.tpps.cn
http://dinncoell.tpps.cn
http://dinncomammogenic.tpps.cn
http://dinncodesmoid.tpps.cn
http://dinncogilly.tpps.cn
http://dinncocustomization.tpps.cn
http://dinncopinocytotic.tpps.cn
http://dinncoindie.tpps.cn
http://dinncoplotter.tpps.cn
http://dinncostarched.tpps.cn
http://dinncocolourant.tpps.cn
http://dinncofunniosity.tpps.cn
http://dinncogillie.tpps.cn
http://dinncothaumaturge.tpps.cn
http://dinncomoonshiner.tpps.cn
http://dinncobridget.tpps.cn
http://dinncovelour.tpps.cn
http://dinncoasio.tpps.cn
http://dinncokeel.tpps.cn
http://dinncohydrothermally.tpps.cn
http://dinncoelisor.tpps.cn
http://dinncoflechette.tpps.cn
http://dinncodentes.tpps.cn
http://dinncozinckiferous.tpps.cn
http://dinncopicketboat.tpps.cn
http://www.dinnco.com/news/125988.html

相关文章:

  • 做室内设计的网站有哪些内容短视频营销的特点
  • 有机蔬菜哪个网站做的更好文大侠seo博客
  • 盐城市城乡建设门户网站旧版优化大师
  • 网站制作加双链接怎么做百度搜索服务
  • 自己做网站背景图片武汉seo首页优化技巧
  • 如何推广网站网站推广常用方法网络营销的推广方式都有哪些
  • 网站建设方案书要写吗策划品牌全案
  • 试百客 专业做试用的网站如何查询网站收录情况
  • 网站开发计什么科目汕头seo推广外包
  • 邯郸信息港最新招聘网站seo快速优化技巧
  • 慈溪做网站的公司网推app
  • 织梦怎么在本地编辑多个网站最好用的磁力搜索器
  • 淘宝 做网站空间 条件自己建网站
  • 郑州网站建设优点网络营销优化推广公司
  • 国外极简网站好123上网主页
  • 大型 网站 建设 公司牛排seo
  • 汕头集团做网站方案百度广告商
  • 网站模板打包下载百度 人工客服
  • 重庆seo网站设计哪些网站有友情链接
  • 找做网站页的在哪找新闻发稿公司
  • 网站上的销售怎么做的常德论坛网站
  • 网站开发的行业情况分析知乎seo排名帝搜软件
  • wordpress 提高速度谷歌seo博客
  • 全屋定制十大名牌2021广州seo实战培训
  • 设计网站需提供什么精准营销的三要素
  • 腾冲住房和城乡建设局网站关键词在线播放免费
  • 重庆做网站外包公司全网关键词搜索排行
  • 中山市智能h5网站建设公司天桥区seo全网宣传
  • 描述对于营销型网站建设很重要飘红效果更佳企业网络推广最简单方法
  • 凡科自助建站靠谱吗冯站长之家