Thread is for execution Kernel level thread, physical parallelism Cores Divide work amount of physical cores / CPU Load balancing Data Splitting Which ...
分类:
其他好文 时间:
2019-03-10 09:54:23
阅读次数:
186
os.makedirs() 方法用于递归创建目录。像 mkdir(), 但创建的所有intermediate-level文件夹需要包含子目录。 语法 makedirs()方法语法格式如下: 参数 path -- 需要递归创建的目录。 mode -- 权限模式。 path -- 需要递归创建的目录。 ...
分类:
编程语言 时间:
2019-03-10 09:35:37
阅读次数:
238
题目 链接: "https://leetcode.com/problems/image overlap/" Level: Medium Discription: Two images A and B are given, represented as binary, square matrices ...
分类:
其他好文 时间:
2019-03-08 23:52:14
阅读次数:
270
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root). For ...
分类:
其他好文 时间:
2019-03-08 09:27:45
阅读次数:
188
Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example:Given binary tree [3 ...
分类:
其他好文 时间:
2019-03-08 09:19:17
阅读次数:
179
1安装系统 分区的时候 /boot 不再是引导分区 换成 “为系统bois保留的分区” 这个分区取代 /boot 2第一次进系统没有图形界面 在刚开机 ubuntu系统时 按e 在splash后面空格再加nouveau.modeset = 0 或者 nomodeset 3WIFI失效 即wifi模块 ...
分类:
系统相关 时间:
2019-03-08 00:25:47
阅读次数:
496
Maven项目每个Module都有单独的pom.xml,如果不在pom.xml中进行配置,则默认将Module的Language Level设置为5。所以要在pom.xml文件中添加插件进行配置。 另外需要在以下三个地方进行修改 ...
先贴一下官方文档https://www.elastic.co/guide/en/beats/filebeat/6.6/filebeat-installation.html 我本次使用rpm的方式安装,与官方文档略有差异,记录如下: 配置input 安装成功之后,配置文件的路经在/etc/filebe ...
分类:
其他好文 时间:
2019-03-07 15:49:17
阅读次数:
333
[AR1]aaa//在系统视图下进入aaa配置模式[AR1-aaa]local-userzrpasswordcipher135113privilegelevel15//创建新用户zr,密码设为135113用户权限级别为15[AR1-aaa]local-userzrservice-typeftp//这个用户可登录FTP服务[AR1-aaa]local-userzrftp-directoryflash
分类:
其他好文 时间:
2019-03-06 01:09:42
阅读次数:
209
使用工具 IDEA 创建一个登录页面和后方数据库连接 1.编写login.html文件 导入到web文件夹下 设置配置文件 druid.properties 导入jar包 放置到web文件夹下的WEB-INF中 lib level:Add as Library 2.创建数据库环境 create da ...
分类:
其他好文 时间:
2019-03-06 00:56:30
阅读次数:
161