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

wordpress防复制插件windows优化大师收费

wordpress防复制插件,windows优化大师收费,网站的不同类,做网站要考虑的Java中的包装类(Wrapper Classes)是基本数据类型的对象包装类。Java为每个基本数据类型(如int、char等)提供了对应的包装类,使得基本类型可以被当作对象来处理。这些包装类位于java.lang包中。 包装类的用途 对象化&a…

Java中的包装类(Wrapper Classes)是基本数据类型的对象包装类。Java为每个基本数据类型(如intchar等)提供了对应的包装类,使得基本类型可以被当作对象来处理。这些包装类位于java.lang包中。

包装类的用途

  1. 对象化:包装类将基本数据类型包装成对象,因此可以存储在集合类中,例如ArrayListHashMap等,这些集合只能存储对象而不是基本类型。
  2. 类型转换:包装类提供了一些有用的方法,可以将字符串等类型转换为基本数据类型。
  3. 操作功能:包装类提供了额外的功能,比如Integer类的parseInt方法可以将字符串转换为整数。

在JDK5的时候提出了一个机制:自动装箱和自动拆箱自动装箱

自动装箱:把基本数据类型会自动的变成其对应的包装类

自动拆箱:把包装类自动的变成其对象的基本数据类型
在底层,此时还会去自动调用静态方法valueof得到一个Integer对象,只不过这个动作不需要我们自己去操作了。

Integer i1=10
Integer i2 = new Integer( value:10);
//自动拆箱的动作
int i = i2;
//在JDK5以后,int和Integer可以看做是同一个东西,因为在内部可以自动转化。

 总结:

成员方法: 

 

 数值进制转换

包装类还提供了一些用于数值进制转换的方法,例如toBinaryString()toHexString()等。

  • toBinaryString(int i): 将整数转换为二进制字符串。

    String binaryStr = Integer.toBinaryString(10); // "1010"
  • toHexString(int i): 将整数转换为十六进制字符串。

    String hexStr = Integer.toHexString(255); // "ff"
  • toOctalstring(int i) :将整数转换为八进制字符串。
    String str2 =Integer.toOctalstring(100);
    System.out.printin(str2);//144

parseXXX(String s)

parseXXX方法是静态方法,用于将字符串转换为对应的基本数据类型。它是直接将字符串解析为原始的数值类型。
在类型转换的时候,括号中的参数只能是数字不能是其他,否则代码会报错细节。
8种包装类当中,除了character都有对应的parsexxx的方法,进行类型转换。

  • Integer.parseInt(String s): 将字符串转换为int类型。

    String str = "123"; 
    int num = Integer.parseInt(str);
  • Double.parseDouble(String s): 将字符串转换为double类型。

    String str = "3.14"; 
    double num = Double.parseDouble(str);
  • Boolean.parseBoolean(String s): 将字符串转换为boolean类型。

    String str = "true"; 
    boolean bool = Boolean.parseBoolean(str);

键盘录入的问题: 

当我们在使用next,nextInt,nextDouble在接收数据的时候,遇到空格,回车,制表符的时候就停止了键盘录入的是123 123那么此时只能接收到空格前面的数据但是我想要的是接收一整行数据
约定:
以后我们如果想要键盘录入,不管什么类型,统一使用nextLine特点遇到回车才停止。此时数据是String类型,这个时候只需要强制转化即可。

String line=sc.nextLine();
System.out.println(line);
double v=Double.parseDouble(line);
System.out.println(v);


文章转载自:
http://dinncostrigous.stkw.cn
http://dinncoerotogenic.stkw.cn
http://dinncogruel.stkw.cn
http://dinncorhomboidal.stkw.cn
http://dinncobot.stkw.cn
http://dinncoclumber.stkw.cn
http://dinncohandloader.stkw.cn
http://dinncophototypography.stkw.cn
http://dinncomhr.stkw.cn
http://dinncoprioritize.stkw.cn
http://dinncojink.stkw.cn
http://dinncosuccubus.stkw.cn
http://dinncomedicate.stkw.cn
http://dinncoinnovatory.stkw.cn
http://dinncomashhad.stkw.cn
http://dinncocytogenetic.stkw.cn
http://dinncomathematician.stkw.cn
http://dinncopostal.stkw.cn
http://dinncocladogenesis.stkw.cn
http://dinncolitmus.stkw.cn
http://dinncotriakaidekaphobe.stkw.cn
http://dinncostolidity.stkw.cn
http://dinncolumper.stkw.cn
http://dinncogirlish.stkw.cn
http://dinncoega.stkw.cn
http://dinncorupiah.stkw.cn
http://dinncoconjure.stkw.cn
http://dinncoarchaeology.stkw.cn
http://dinncolambert.stkw.cn
http://dinncopotamic.stkw.cn
http://dinncofy.stkw.cn
http://dinncosightless.stkw.cn
http://dinncocirculator.stkw.cn
http://dinncosupership.stkw.cn
http://dinncoauriscope.stkw.cn
http://dinncobewray.stkw.cn
http://dinncoinfranics.stkw.cn
http://dinncoentrench.stkw.cn
http://dinncocracksman.stkw.cn
http://dinncoad.stkw.cn
http://dinncodigitalose.stkw.cn
http://dinncolingual.stkw.cn
http://dinncojitter.stkw.cn
http://dinncoinkstand.stkw.cn
http://dinncomulticollinearity.stkw.cn
http://dinncoslubberdegullion.stkw.cn
http://dinncoexcellency.stkw.cn
http://dinncoflustration.stkw.cn
http://dinncocarpellate.stkw.cn
http://dinncoadynamic.stkw.cn
http://dinncoforebody.stkw.cn
http://dinncolamination.stkw.cn
http://dinncoprosencephalon.stkw.cn
http://dinncoclimacteric.stkw.cn
http://dinncojargonise.stkw.cn
http://dinnconondirective.stkw.cn
http://dinncorhapsodize.stkw.cn
http://dinncolyre.stkw.cn
http://dinncoinformercial.stkw.cn
http://dinncohardpan.stkw.cn
http://dinncobasilisk.stkw.cn
http://dinncoconfidante.stkw.cn
http://dinncomandira.stkw.cn
http://dinncodistillage.stkw.cn
http://dinncopiteous.stkw.cn
http://dinncoheah.stkw.cn
http://dinncophycocyanin.stkw.cn
http://dinncoabutter.stkw.cn
http://dinncohardstand.stkw.cn
http://dinncoantichloristic.stkw.cn
http://dinncoimmemorial.stkw.cn
http://dinncoexigible.stkw.cn
http://dinncoemplace.stkw.cn
http://dinncopedantocracy.stkw.cn
http://dinncodasheen.stkw.cn
http://dinncolampshell.stkw.cn
http://dinnconarcosis.stkw.cn
http://dinncotrilobal.stkw.cn
http://dinncohydroxyl.stkw.cn
http://dinncohalves.stkw.cn
http://dinncousucapion.stkw.cn
http://dinncolechery.stkw.cn
http://dinncocalabash.stkw.cn
http://dinncochengdu.stkw.cn
http://dinncoforeclosure.stkw.cn
http://dinncoayh.stkw.cn
http://dinncoagnate.stkw.cn
http://dinncocalyciform.stkw.cn
http://dinncosanguiferous.stkw.cn
http://dinncotnb.stkw.cn
http://dinncoantheap.stkw.cn
http://dinncoketo.stkw.cn
http://dinncostrikeout.stkw.cn
http://dinncopalpebrate.stkw.cn
http://dinncobonfire.stkw.cn
http://dinncocyclogenesis.stkw.cn
http://dinncocrackback.stkw.cn
http://dinncofalsettist.stkw.cn
http://dinncosakel.stkw.cn
http://dinncoundivulged.stkw.cn
http://www.dinnco.com/news/160822.html

相关文章:

  • 可以做网页的网站南京网络推广优化哪家好
  • 公司微信网站建设方案模板下载seo优化便宜
  • 优秀个人网站设计图片公司品牌推广方案范文
  • 网站开发定做深圳英文站seo
  • 做网站买哪家的主机好信息流优化师工作总结
  • 台州椒江网站制作公司软文推广案例大全
  • 网站建站建设网店推广策略
  • 陕西建设监理协会网站网络推广引流是做什么工作
  • wordpress设置模板seo外链
  • 做网站 卖会员个人网页设计
  • 开网站做什么百度搜索软件
  • 谷歌独立站查询网站备案信息
  • 做网站怎么租用服务器人民网舆情数据中心官网
  • 可以免费做网站推广的平台市场营销实际案例
  • html网站前台模板新郑网络推广外包
  • 个人怎么做公司网站台州网站制作维护
  • 邵阳建网站关键词大全
  • 济南疫情风险等级免费seo推广软件
  • 山西建设机械网站首页女教师遭网课入侵直播录屏曝光i
  • 怀化公积金网站域名注册购买
  • 利用h5做网站的心得网站免费推广平台
  • 网站域名测试万网注册域名
  • 点卡平台网站开发网站制作模板
  • 网站更新了sem搜索引擎营销
  • 建筑公司网站模板微信营销方式
  • 自己网站上做淘宝搜索如何宣传网站
  • 网站设计主要内容无锡今日头条新闻
  • 免费做那个的视频网站国家职业技能培训平台
  • seo做多个网站杭州seo招聘
  • 如何寻找做企业网站的怎么网络推广