什么是用户?组又是什么?为什么对我们系统来讲会有用户的概念?我们又说过现代的操作系统都是多任务多用户系统叫Multi-task,Multi-Users。所以在PC兼容机出现之前很多使用的都是主机。那个时候可以使用众多终端来链接到这个主机上来。这样一来就又很多人一起使用同一个计算机。在同一个系统上创建文件,管理文件使用文件。但是我么应该知道资源是有限的,我如果发现磁盘空间不够用了,偷偷的
分类:
系统相关 时间:
2020-10-08 18:37:55
阅读次数:
25
import pyecharts.options as opts from pyecharts.charts import Bar3D Hair = ["Black","Brown","Red","Blond","Total"] Eye = ["Brown","Blue","Hazel","Gree ...
分类:
其他好文 时间:
2020-10-08 18:32:18
阅读次数:
14
linux安装并配置版本控制软件subversion(svn小乌龟)实战教程
分类:
系统相关 时间:
2020-10-05 21:36:00
阅读次数:
26
环境准备关闭禁用防火墙NetworkManageriptablessystemctlstopfirewalld&&systemctldisablefirewalldsystemctlstopNetworkManager&&systemctldisableNetworkManagersystemctlstopiptables&&systemctldis
分类:
其他好文 时间:
2020-10-05 21:28:30
阅读次数:
27
猜数字的大小游戏 C:\Users\Administrator>python Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] on win32 Type "help", ...
分类:
其他好文 时间:
2020-09-24 22:07:37
阅读次数:
79
开发环境:mac+python3.8.3+pyqt5.15.1+vscode 使用py2app打包运行后报错。 在命令行看到如下报错: Traceback (most recent call last): File "/Users/panda/Documents/work/python/xxx/di ...
分类:
其他好文 时间:
2020-09-24 21:51:42
阅读次数:
46
https://www.jianshu.com/p/79901ef8556a 上面的链接已经很详细地说明了 注意gradle的目录问题,我的是Contents/plugins/gradle,不要去所谓新建一个目录。 还有注意在安装失败后要把AS的所有项目删除干净 rm -Rf /Applicatio ...
分类:
移动开发 时间:
2020-09-23 23:48:25
阅读次数:
56
首先自定义Jpa接口类型需要继承接口JpaSpecificationExecutor<T> 下面是实现多条件查询 + 分页 + 排序的代码 导入的的相关类 import org.springframework.data.domain.PageRequest; import org.springfra ...
分类:
编程语言 时间:
2020-09-18 12:29:40
阅读次数:
56
In-Person Social Engineering MORE ATTACKS AND EXPLOITS Elicitation Gathering info about a system from authorized users Interrogation Informal intervie ...
分类:
Web程序 时间:
2020-09-18 01:32:50
阅读次数:
47
1. 一个简单的请求: 图1 图2 1)田大林在浏览器里输入baidu.com,浏览器会自动加上协议头,变成https://www.baidu.com/,baidu.com属于域名,代表你要访问的服务,http属于协议、标准,大家解析的规范。 2)域名通过DNS(Domain Name System ...
分类:
其他好文 时间:
2020-09-17 23:03:46
阅读次数:
34