登录
首页 » Java » idea pojie插件(ide-eval-resetter-2.1.14-d2fedb86.zip)

idea pojie插件(ide-eval-resetter-2.1.14-d2fedb86.zip)

于 2021-08-11 发布
0 327
下载积分: 1 下载次数: 1

代码说明:

使用该插件,可以30天重复试用

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

发表评论

0 个回复

  • 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 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
  • 文件服务(文档+源码)
    【实例简介】实现文件的上传、下载(分别通过本地、第三方网站进行实现 qq:821928227获取视频教程),读取、附带讲义、源码
    2021-09-30 00:31:14下载
    积分:1
  • 火车订票系统(源码+数据库+课设报告)
    【实例简介】 火车购票系统
    2021-08-05 00:30:54下载
    积分:1
  • java常用设计模式入门级示例
    java常用设计模式入门级示例
    2019-10-21下载
    积分:1
  • java仓库管理系统源码
    含数据库脚本开发平台:eclipse数据库平台:mysqlyog登陆用户名:feeling(管理员)密码:123
    2021-05-06下载
    积分:1
  • Flex-blazeDs-java-sample
    项目内容 .project 文件内容   FlexDuck org.eclipse.wst.jsdt.core.javascriptValidator org.eclipse.jdt.core.javabuilder org.eclipse.wst.common.project.facet.core.builder org.eclipse.wst.validation.validationbuilder org.eclipse.jem.workbench.JavaEMFNature org.eclipse.wst.common.modulecore.ModuleCoreNature org.eclipse.wst.common.project.facet.core.nature org.eclipse.jdt.core.javanature org.eclipse.wst.jsdt.core.jsNature     FlexDuckFlex com.adobe.flexbuilder.project.flexbuilder com.adobe.flexbuilder.project.flexnature com.adobe.flexbuilder.project.actionscriptnature bin-debug 2 C:/Users/wushifeng/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/FlexDuck/FlexDuckFlex-debug
    2012-12-16下载
    积分:1
  • Java 提高产品质量的方法(篇-实例101).zip
    实例中如用到数据库,请到这里下载 https://www.haolizi.net/example/view_30457.html
    2019-10-02下载
    积分:1
  • Java 使用PdfGraphics2D绘制图形(提高篇-实例434).zip
    Java 使用PdfGraphics2D绘制图形(提高篇-实例434).zip
    2019-10-03下载
    积分:1
  • aspose-words-19.5jdk完美破解 word转pdf word分页转成图片(亲测通过)
    aspose-words-19.5jdk 破解文件仅供学习交流,不得用于商业用途,商业通途请购买正版aspose
    2020-01-04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载