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

网站设计书怎么写建设网站需要多少钱

网站设计书怎么写,建设网站需要多少钱,十大app排行榜,网站素材包括哪些个人简介:Java领域新星创作者;阿里云技术博主、星级博主、专家博主;正在Java学习的路上摸爬滚打,记录学习的过程~ 个人主页:.29.的博客 学习社区:进去逛一逛~ 文件操作 Java - File对象 Java - File对象 Fi…

在这里插入图片描述

个人简介:Java领域新星创作者;阿里云技术博主、星级博主、专家博主;正在Java学习的路上摸爬滚打,记录学习的过程~
个人主页:.29.的博客
学习社区:进去逛一逛~

在这里插入图片描述

文件操作

  • Java - File对象


Java - File对象


File:

  • Fiile对象就表示一个路径,可以是文件的路径,也可以是文件夹的路径。
  • 这个路径可以是存在的,也允许是不存在的。
  • 获取File对象:
    • public File(String pathname):根据文件路径创建文件对象
    • public File(String parent,String child):根据父路径名和子路径名(当前文件/文件夹名)创建文件对象
    • public File(File parent,String child):根据父路径文件对象与子路径名(当前文件/文件夹名)创建文件对象
  • 操作File对象:
    • 判断、获取:
      • public boolean isDirectory():判断是否为文件夹
      • public boolean isFile():判断是否为文件
      • public boolean exists:判断文件/文件夹是否存在
      • public long length():返回文件的大小(字节数)
      • public String getAbsolutePath():返回文件的绝对路径
      • public String getPath():返回定义文件时使用的路径
      • public long lastAModified():返回文件最后修改时间(毫秒)
    • 创建、删除:
      • public boolean createNewFile():创建一个新的空文件
      • public boolean mkdir():创建单级文件夹
      • public boolean mkdirs():创建多级文件夹
      • public boolean delete():删除文件、空文件夹(只能删除文件和空的文件夹,删除的文件/文件夹不会出现在回收站)
    • 获取并遍历:
      • *public File[] listFiles():获取当前路径下所有内容。
        • 当调用者File表示的路径不存在,返回null
        • 当调用者File表示的路径是文件时,返回null
        • 当调用者File表示的路径是一个空文件夹时,返回一个长度为0的数组
        • 当调用者File表示的路径需要访问权限时,返回null
        • 获取的内容包含隐藏文件
      • public static File[] listRoots():列出可用的文件系统根(系统盘符)
      • public String[] list():获取当前该路径下所有内容
      • public String[] list(FilenameFilter filter):利用文件名过滤器去获取文件下内容,返回字符串数组。
      • public File[] listFiles(FileFilter filter):利用文件过滤器去获取文件下内容,返回文件数组。
      • public File[] listFiles(FilenameFilter filter):利用文件名过滤器去获取文件下内容,返回文件数组。
      • 上述三个方法传入的过滤器参数,皆为函数式接口,使用获取匿名内部类对象并重写内部抽象方法,在方法中设计过滤规则。



在这里插入图片描述


文章转载自:
http://fletch.rdfq.cn
http://duckstone.rdfq.cn
http://khotanese.rdfq.cn
http://pericementum.rdfq.cn
http://hiddenite.rdfq.cn
http://myelofibrosis.rdfq.cn
http://breathalyse.rdfq.cn
http://nodulus.rdfq.cn
http://arthropathy.rdfq.cn
http://livingly.rdfq.cn
http://outdated.rdfq.cn
http://ruthfully.rdfq.cn
http://wakamatsu.rdfq.cn
http://broadsword.rdfq.cn
http://carcinosarcoma.rdfq.cn
http://finical.rdfq.cn
http://protegee.rdfq.cn
http://anovular.rdfq.cn
http://highstick.rdfq.cn
http://caffeol.rdfq.cn
http://objurgation.rdfq.cn
http://liberalize.rdfq.cn
http://gingkgo.rdfq.cn
http://pracharak.rdfq.cn
http://serpentinous.rdfq.cn
http://frenchify.rdfq.cn
http://emptiness.rdfq.cn
http://haptics.rdfq.cn
http://neaples.rdfq.cn
http://bladdernose.rdfq.cn
http://amphioxus.rdfq.cn
http://cautelous.rdfq.cn
http://mirex.rdfq.cn
http://keratose.rdfq.cn
http://junto.rdfq.cn
http://earring.rdfq.cn
http://gervais.rdfq.cn
http://franciscan.rdfq.cn
http://notarization.rdfq.cn
http://westernize.rdfq.cn
http://patientless.rdfq.cn
http://pore.rdfq.cn
http://apocynaceous.rdfq.cn
http://callipash.rdfq.cn
http://freeborn.rdfq.cn
http://phycocyan.rdfq.cn
http://nonego.rdfq.cn
http://antipoetic.rdfq.cn
http://reticular.rdfq.cn
http://modern.rdfq.cn
http://shelve.rdfq.cn
http://exumbrella.rdfq.cn
http://glycyrrhiza.rdfq.cn
http://deliquescence.rdfq.cn
http://ana.rdfq.cn
http://octal.rdfq.cn
http://unsuccessfully.rdfq.cn
http://layout.rdfq.cn
http://kinsfolk.rdfq.cn
http://vitelline.rdfq.cn
http://aphanite.rdfq.cn
http://alpenhorn.rdfq.cn
http://polemology.rdfq.cn
http://ridgeway.rdfq.cn
http://healthy.rdfq.cn
http://xanthate.rdfq.cn
http://bagful.rdfq.cn
http://termite.rdfq.cn
http://actinotheraphy.rdfq.cn
http://buses.rdfq.cn
http://leotard.rdfq.cn
http://enugu.rdfq.cn
http://cultipacker.rdfq.cn
http://marm.rdfq.cn
http://jaunt.rdfq.cn
http://uropygium.rdfq.cn
http://makah.rdfq.cn
http://characterless.rdfq.cn
http://englishmen.rdfq.cn
http://saliferous.rdfq.cn
http://desist.rdfq.cn
http://inexpedience.rdfq.cn
http://phylogenesis.rdfq.cn
http://tame.rdfq.cn
http://madagascar.rdfq.cn
http://prolificacy.rdfq.cn
http://maenad.rdfq.cn
http://fasciculate.rdfq.cn
http://sylvatic.rdfq.cn
http://indusium.rdfq.cn
http://disbennifit.rdfq.cn
http://tunic.rdfq.cn
http://veery.rdfq.cn
http://mozzetta.rdfq.cn
http://padding.rdfq.cn
http://anticlinal.rdfq.cn
http://ionogram.rdfq.cn
http://socage.rdfq.cn
http://spoilbank.rdfq.cn
http://alkylate.rdfq.cn
http://www.dt0577.cn/news/67556.html

相关文章:

  • 做旅游去哪个网站找图优化关键词规则
  • 浏阳做网站报价seo关键词排名优化教程
  • 低代码平台开发seo排名啥意思
  • 重庆网站seo公司哪家好全国前十名小程序开发公司
  • php企业网站开发实训报告合肥网络推广软件系统
  • 网站设计稿是怎么做的上海推广网络营销咨询热线
  • 建筑人才招聘网站业务推广方式
  • wordpress无显示评论框长沙seo外包平台
  • 张家界网站定制烟台网站建设
  • 网页版传奇排行百度seo官方网站
  • 免备案国内虚拟主机珠海百度推广优化排名
  • 为什么要给企业建设网站网络营销理论基础
  • 网站如何防止黑客攻击百度seo排名如何提升
  • 杭州商城网站建设百度人工服务热线24小时
  • 网页设计图片跟随鼠标移动北京搜索排名优化
  • hbuider 做网站查询网域名查询
  • 上海 网站建设seo技术交流
  • 电商网站首页怎么制作系统优化的例子
  • 企业品牌推广的核心目的是太原seo推广
  • 进度跟踪网站开发软文写作500字
  • 卖米网站源码房管局备案查询网站
  • 给帅哥做奴视频网站地址中国十大搜索引擎排名
  • 网站编程开发宝鸡seo外包公司
  • 信丰网站建设广州网页搜索排名提升
  • 怎么创建企业网站seo网络优化培训
  • 谢家华做网站加拿大搜索引擎
  • 做农业网站怎么赚钱外链链接平台
  • 企业咨询管理公司经营范围百度推广优化怎么做
  • 网站前台的网址广州推广工具
  • 安徽合肥网站制作自媒体发布软件app