-
idea pojie插件(ide-eval-resetter-2.1.14-d2fedb86.zip)
【实例简介】
使用该插件,可以30天重复试用
- 2021-08-11 00:31:03下载
- 积分:1
-
The Java Virtual Machine Specification, Java SE 8 Edition-jvms8.pdf
The Java Virtual Machine Specification, Java SE 8 Edition-jvms8.pdf
- 2020-03-26下载
- 积分:1
-
JAVAWEB校园二手平台项目(源码+论文文档+数据库+运行截图)
JAVAWEB校园二手平台项目(源码+论文文档+数据库+运行截图)
- 2019-10-16下载
- 积分: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
-
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
-
springcloud学习教程:深入理解Spring Cloud与微服务构建.pdf
springcloud学习教程:深入理解Spring Cloud与微服务构建.pdf
- 2020-04-30下载
- 积分:1
-
Java Coding Problems - Improve your Java Programming skills by solving real-world coding challenges.epub
The super-fast evolution of the JDK between versions 8 and 12 has increased the learning curve of modern Java, therefore has increased the time needed for placing developers in the Plateau of Productivity. Its new features and concepts can be adopted to solve a variety of modern-day problems. This book enables you to adopt an objective approach to common problems by explaining the correct practices and decisions with respect to complexity, performance, readability, and more.Java Coding Problems will help you complete your daily tasks and meet deadlines. You can count on the 300 applications containing 1,000 examples in this book to cover the common and fundamental areas of interest: strings, numbers, arrays, collections, data structures, date and time, immutability, type inference, Optional, Java I/O, Java Reflection, functional programming, concurrency and the HTTP
- 2020-03-03下载
- 积分:1
-
Java 使用PdfGraphics2D绘制图形(提高篇-实例434).zip
Java 使用PdfGraphics2D绘制图形(提高篇-实例434).zip
- 2019-10-03下载
- 积分:1
-
springboot+layui开发的博客系统
springboot layui maven前端开发的博客系统,开发工具idea,有前台和后台
- 2020-12-06下载
- 积分:1
-
java版本调用HP-Socket服务端代码
java版本调用HP-Socket服务端代码,包含jna包及5.0.2版本的HP-Socket的dll文件,采用的是非常新的HP-Socket版本,demo是整套java工程,导入eclipse修改HpSocket.java文件中的服务器的IP和端口就可以测试,里面还包含了客户端接收服务器端返回的信息方法,看懂了客户端基本也可以自己实现服务端
- 2019-08-06下载
- 积分:1