步骤1: 找到pip- 版本号 dist-info 文件夹 操作: 在python的安装目录下的Lib文件下的site-packages文件夹下找到 ip- 版本号 dist-info 文件夹 例如: C:\Python37\Lib\site-packages\pip-20.1.1.dist-inf ...
分类:
编程语言 时间:
2020-05-24 00:31:00
阅读次数:
935
latch:shared pool的一点理解 原创 Oracle 作者:tolilong 时间:2012-10-18 12:59:57 5400 0 [@more@] latch:shared pool shared pool latch 起到保护堆的作用,为了查找free chunk,检索空闲列, ...
分类:
其他好文 时间:
2020-05-22 13:13:12
阅读次数:
73
转 https://www.jianshu.com/p/ea1682e80003 先讲需求: APP中所有界面支持竖屏,只有在一个界面,点击一个btn之后变成横屏,再点就是竖屏。在网上找了一些方法,发现实现不了,遂问了一个做过这个功能的朋友,得到朋友的支持之后,顺利解决这一问题 在这里因为是要全局界 ...
分类:
移动开发 时间:
2020-05-22 12:54:41
阅读次数:
68
12C_modify_ip12C_modify_ipTable of Contents1. 目标确认2. 查看集群信息3. *备份OCR4. 修改ocr信息4.1. 修改网段4.2. 停止SCAN相关4.3. 修改vip4.4. 修改scanip1 目标确认首先要确定要改哪些IP,要改成什么修改前的... ...
分类:
其他好文 时间:
2020-05-22 11:18:30
阅读次数:
80
Given a m * n matrix of ones and zeros, return how many square submatrices have all ones. Example 1: Input: matrix = [ [0,1,1,1], [1,1,1,1], [0,1,1,1] ...
分类:
其他好文 时间:
2020-05-22 09:28:21
阅读次数:
57
Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum number. The time complexi ...
分类:
其他好文 时间:
2020-05-21 10:38:00
阅读次数:
54
前言 测试一个web网站的时候,通常需要先登录。要是每个脚本都写一次登录流程,太麻烦了,于是我们会想到写一个公共函数,这样每次去调用函数即可。 cypress 里面提供了一个 commands.js 可以自定义命令,如使用cy.login(user,password)就能调用了 登录 前面写了一个登 ...
分类:
Web程序 时间:
2020-05-21 00:30:08
阅读次数:
145
当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这个问题发生在最新的这是由于下面的更新造成的: - Add stronger ...
分类:
其他好文 时间:
2020-05-20 18:40:02
阅读次数:
52
Q:按测试内容划分,测试有哪些种类? 参考答案: 大致可以分为:单元测试、集成测试、系统测试、验收测试和回归测试 知识点: 1、单元测试:完成最小的软件设计单元(模块)的验证工作,目标是确保模块被正确的编 码,使用过程设计描述作为指南,对重要的控制路径进行测试以发现模块内的错误,通常情况下 是白盒的 ...
分类:
其他好文 时间:
2020-05-20 14:09:06
阅读次数:
154
本文译自 A Complete Guide to Flexbox这里,针对本文介绍的属性列个提纲: 伸缩容器属性: display flex-direction flex-wrap flex-flow justify-content align-items align-content 伸缩项目属性: ...
分类:
其他好文 时间:
2020-05-19 20:10:17
阅读次数:
63