登录
首页 » Java » Java文件切割器源代码

Java文件切割器源代码

于 2014-12-13 发布
0 164
下载积分: 1 下载次数: 0

代码说明:

Java文件切割器源代码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • java core 源代码
    java core 源代码
    2013-12-10下载
    积分:1
  • Java Cookbook - Problems and Solutions for Java Developers (Early Release).epub
    Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication.Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development.Recipes include:Methods for compiling, running, and debugging“Packaging” Java classes and building applicationsManipulating, comparing, and rearranging textRegular expressions for string- and pattern-matchingHandling numbers, dates, and timesStructuring data with collections, arrays, and other typesObject-oriented and functional programming techniquesInput/Output, Directory and filesystem operationsNetwork programming on both client and serverProcessing JSON for data interchangeMultithreading and concurrencyUsing Java in Big Data applicationsInterfacing Java with other languages------------------The 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
    2020-03-03下载
    积分:1
  • Java 根据身份证号 查询户口所在地 例子
    Java 根据身份证号 查询户口所在地 例子
    2015-08-11下载
    积分:1
  • Linux用户管理系统(代码+答辩+论文)
    功能需求:(1)单个用户添加:通过键盘输入用户名和口令,用户组的指定可选(若输入则将用户归于该组,否则用系统默认处理),要求首先检查新用户是否存在,并给出相应信息;(2)批量添加:待建用户信息保存在文件中,包括用户名、口令、用户描述及所属组(格式自定)(3)单用户删除:用户名通过键盘输入同时删除用户主目录,删除用户前将用户名主目录中的内容备份到特定目录中,命名格式:用户名.tar.gz(4)批量删除:用户名通过文件提供,要求同单用户删除。(5)用户配额:对指定用户的用户主目录启用磁盘配额。注:为用户设定3种配额模板:①100M空间,200个i节点;②200M空间,400个i节点;③500M空间,1000个i节点。(1)利用read命令从命令行输入用户名存入变量;  []或test进行条件的判断;  Cut命令剪切文件列,配合grep命令剪切文件行,从而获取文件中特定信息;  Useradd命令,-g指定组,-m生成用户主目录;  Passwd命令用户改用户口令;(2)tar命令压缩文档,后缀.tar.gz要自己加上;  Mv移动文件到特色目录下;  Usedel删除用户,参数-r同时删除用户主目录;(3)while read可以逐行读取文件内容;  >进行输出重定向,并且覆盖输出内容到文件;  Chpasswd成组更改用户口令,文件行格式为“用户名:口令”;(4)跟单个用户删除操作一样,只是从文件读取要删除的用户名(5)给用户进行配额前需要给相应目录开启配额功能;  Disk –l查询可进行配额的磁盘分区信息;  Vi /etc/fstab文件,添加usrquota开启用户配额权限,添加grpquota开启组配额权限,文件中同行各字段间用tab键隔开;  Mount –o remount /重新挂载文件系统,让fstab文件生效;  Quotaon /开启配额功能;  Setquota命令进行用户配额的设置;(6)while touch循环生成多个文件检查i节点的配额设置情况;测试前需要给相关用户对/目录的写权限;  dd if=/dev/zero of=$username bs=1M count=500给相关用户写数据,测试用户可用空间的配额设置情况;
    2019-07-08下载
    积分:1
  • Java 3D饼图透明度(提高篇-实例173).zip
    Java 3D饼图透明度(提高篇-实例173).zip
    2019-10-03下载
    积分:1
  • 鲜花销售网站(jsp源码+数据库脚本)
    【实例简介】有用户注册和登录,还有商家注册和登录,包括完整的数据库,还有,购物车,黑名单,
    2021-06-10 00:31:24下载
    积分:1
  • Spring Cloud教程-Spring Cloud Netflix-第06节-负载均衡-Ribbon的使用 .pdf
    【实例简介】
    2021-06-08 00:31:16下载
    积分:1
  • Java反序列化终极检测工具_Jboss & Weblogic & Websphere.zip
    Java反序列化终极检测工具_Jboss & Weblogic & Websphere.zip
    2019-09-05下载
    积分:1
  • java Netty 框架例子源码
    Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
    2014-11-10下载
    积分:1
  • Java文件切割器源代码
    Java文件切割器源代码
    2014-12-13下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载