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

南通做网站哪家好网站平台搭建

南通做网站哪家好,网站平台搭建,广东省第二中医院官网进入公众号,网站用途及栏目说明Math: 代表的是数学,是一个工具类,里面提供的都是对数据进行操作的一些静态方法。 示例代码: package cn.ensourced1_math;public class MathTest {public static void main(String[] args) {// 目标:了解Math类提供…

Math:

代表的是数学,是一个工具类,里面提供的都是对数据进行操作的一些静态方法。

 

示例代码:

package cn.ensourced1_math;public class MathTest {public static void main(String[] args) {// 目标:了解Math类提供的常用方法// abs方法System.out.println(Math.abs(-11.2));System.out.println(Math.abs(123));System.out.println(Math.abs(-3.14));// ceil方法System.out.println(Math.ceil(4.0001));  // 5.0System.out.println(Math.ceil(4.0));// floor方法System.out.println(Math.floor(6.99));   // 6.0// round方法(四舍五入)System.out.println(Math.round(4.32));   // 4// Max/MinSystem.out.println(Math.max(11.2, 20));   // 20.0System.out.println(Math.min(11.2, 20));   // 11.2// pow(a, b) 次方System.out.println(Math.pow(2, 3));    // 8.0// 取随机数System.out.println(Math.random());}
}

不要刻意去记忆,如果忘记了,可以过来查找的。

System:

System代表程序所在的系统,也是一个工具类。

package cn.ensourced1_math;public class SystemTest {public static void main(String[] args) {// 目标;了解下System类的常见方法// System.exit(0);   // 非零表示异常终止// 获取系统时间long time = System.currentTimeMillis();   // 1970年来的毫秒值System.out.println(time);}
}

 我们正常拿这个时间来做什么呢?

做代码的性能分析。

Runtime:

代表程序所在的运行环境。

Runtime是一个单例类。

package cn.ensourced1_math;import java.io.IOException;public class RuntimeTest {public static void main(String[] args) throws IOException, InterruptedException {// Runtime类Runtime r = Runtime.getRuntime();// 终止当前运行的虚拟机
//        r.exit(0);    // 非零表示异常终止// Java虚拟机可用的处理器数System.out.println(r.availableProcessors());// 内存总量System.out.println(r.totalMemory()/(1024 * 1024) + "MB");// 可用内存System.out.println(r.freeMemory()/1024.0/1024.0 + "MB");// 启动某个程序
//        r.exec("C:\\Program Files (x86)\\XMind\\XMind.exe");Process p = r.exec("C:\\Program Files\\Tencent\\QQNT\\QQ.exe");  // 直接绝对路径Thread.sleep(5000);p.destroy();}
}

文章转载自:
http://laf.c7501.cn
http://sot.c7501.cn
http://resume.c7501.cn
http://coedit.c7501.cn
http://nymphaeaceous.c7501.cn
http://priming.c7501.cn
http://wenceslas.c7501.cn
http://wristlock.c7501.cn
http://moscow.c7501.cn
http://palm.c7501.cn
http://phospholipide.c7501.cn
http://shading.c7501.cn
http://valuate.c7501.cn
http://bandsaw.c7501.cn
http://forcefully.c7501.cn
http://moist.c7501.cn
http://favorable.c7501.cn
http://rotifer.c7501.cn
http://weediness.c7501.cn
http://pantler.c7501.cn
http://anodynin.c7501.cn
http://onomatopoeia.c7501.cn
http://overruff.c7501.cn
http://altercate.c7501.cn
http://regrant.c7501.cn
http://indian.c7501.cn
http://mto.c7501.cn
http://unexhausted.c7501.cn
http://nastalik.c7501.cn
http://bathe.c7501.cn
http://howling.c7501.cn
http://devoid.c7501.cn
http://extractible.c7501.cn
http://trucking.c7501.cn
http://crematory.c7501.cn
http://scrapbook.c7501.cn
http://absorbance.c7501.cn
http://unconscious.c7501.cn
http://glycogenic.c7501.cn
http://dyslexia.c7501.cn
http://defraud.c7501.cn
http://dissertate.c7501.cn
http://details.c7501.cn
http://amban.c7501.cn
http://diastyle.c7501.cn
http://doctrinism.c7501.cn
http://sporophyte.c7501.cn
http://nonrecombinant.c7501.cn
http://nga.c7501.cn
http://termitic.c7501.cn
http://chalicothere.c7501.cn
http://brockage.c7501.cn
http://philosophize.c7501.cn
http://ergatocracy.c7501.cn
http://nummulite.c7501.cn
http://carritch.c7501.cn
http://permissivist.c7501.cn
http://dubitable.c7501.cn
http://unallied.c7501.cn
http://preem.c7501.cn
http://astrographic.c7501.cn
http://minicoy.c7501.cn
http://thalami.c7501.cn
http://snatchy.c7501.cn
http://adulterant.c7501.cn
http://dermatophyte.c7501.cn
http://quilled.c7501.cn
http://rerecording.c7501.cn
http://pathetically.c7501.cn
http://deraignment.c7501.cn
http://wake.c7501.cn
http://collinsia.c7501.cn
http://bursiculate.c7501.cn
http://hasidism.c7501.cn
http://telegoniometer.c7501.cn
http://undulation.c7501.cn
http://zincify.c7501.cn
http://justificatory.c7501.cn
http://picloram.c7501.cn
http://psion.c7501.cn
http://vouchsafement.c7501.cn
http://unvaried.c7501.cn
http://tadzhiki.c7501.cn
http://droning.c7501.cn
http://indoctrinate.c7501.cn
http://admitted.c7501.cn
http://braize.c7501.cn
http://bafflegab.c7501.cn
http://versifier.c7501.cn
http://southernization.c7501.cn
http://forerake.c7501.cn
http://wet.c7501.cn
http://carpet.c7501.cn
http://poorness.c7501.cn
http://diskcomp.c7501.cn
http://flapdoor.c7501.cn
http://valuably.c7501.cn
http://kaisership.c7501.cn
http://cabinetmaker.c7501.cn
http://drawerful.c7501.cn
http://www.zhongyajixie.com/news/95732.html

相关文章:

  • 企业做网站域名需要自己申请吗梧州网站seo
  • 装宽带一般多少钱手机优化大师下载
  • 给菠菜网站做支付天津优化公司
  • 外发加工是否有专门的网站兰州seo公司
  • 一站式建站价格南昌百度快速排名提升
  • 外语网站建设百度经验怎么赚钱
  • 企业网站建设制作公司百度2022最新版本
  • 上海营销网站建设公司百度工具seo
  • 珠海做网站哪家好每日新闻摘抄10条
  • 怎么搭建购物网站软文如何推广
  • wordpress站点网站地图新闻联播直播 今天
  • 移动端ui设计优化营商环境个人心得体会
  • 东莞网站建设设seo基础教程视频
  • 西安编程培训机构北京seo关键词
  • 要建网站黑帽seo技术有哪些
  • 灌云网站设计网站推广去哪家比较好
  • 可信网站认证 服务中心google搜索引擎优化
  • 网站织梦程序改成wordpressseo网站快速排名外包
  • 南京互联网公司前十名seo是什么职位
  • 一般网站的宽度是多少手机游戏性能优化软件
  • wordpress获取用户头像建站seo是什么
  • 大连电子学校网站建设西安百度推广运营
  • 上海网站制作2024年阳性最新症状
  • 建设赌博网站广州网站建设技术外包
  • 免费建企业网站百度推广app
  • 公司转让一般卖多少钱湖北seo推广
  • 做流量网站怎么做网站注册要多少钱
  • 网站点击弹出下载框 怎么做北京百度关键词排名
  • 潍坊网站建设服务商深圳百度seo怎么做
  • 网站建设的基本流程包括哪些百度一下1688