安装python虚拟环境核心目的就是为了复制一个python环境,这样新项目下载的所有包,都会存放在虚拟环境下的python site-package 中 首先安装 1. sudo pip install virtualenv # 安装虚拟环境 2. sudo pip install virtual ...
分类:
编程语言 时间:
2020-07-03 23:15:21
阅读次数:
82
sib3 : { cellReselectionInfoCommon { q-Hyst dB3 }, cellReselectionServingFreqInfo { threshServingLow 0, cellReselectionPriority 6 }, intraFreqCellRese ...
分类:
其他好文 时间:
2020-07-03 17:40:20
阅读次数:
86
根据项目需求,在百分比列加了sortable的排序 ,然后就发现在一直不准确 后来发现是排序把这个值当字符串处理了,在prop上面获取数值进行排序,显示的地方加上%就好了 <el-table-column :label="$t('common_pass_rate')" prop="pass_rate ...
分类:
编程语言 时间:
2020-07-03 15:31:44
阅读次数:
173
第一步:定义模块 自定义一个js文件,例如:public/static/common/js/demo.js //你存放新模块的目录,注意,不是layui的模块目录 demo.js内容如下: layui.define(['layer'], function(exports) { var layer = ...
分类:
Web程序 时间:
2020-07-02 09:17:09
阅读次数:
182
3.9.4 False Cause Fallacy It occurs when the “link between premises and conclusion depends on some imagined causal connection that probably does not e ...
分类:
其他好文 时间:
2020-07-01 14:12:14
阅读次数:
68
一、概述 Hive是什么? Hive是一个数据仓库基础工具在Hadoop中用来处理结构化数据。它架构在Hadoop之上,总归为大数据,并使得查询和分析方便。 最初,Hive是由Facebook开发,后来由Apache软件基金会开发,并作为进一步将它作为名义下Apache Hive为一个开源项目。它用 ...
分类:
其他好文 时间:
2020-06-30 17:16:56
阅读次数:
54
13 约定 A common problem that arises when wrapping C libraries is that of maintaining reliability and checking for errors. The fact of the matter is tha ...
分类:
其他好文 时间:
2020-06-29 22:57:18
阅读次数:
82
安装JDK1.8 查看JDK1.8的安装 https://www.cnblogs.com/TJ21/p/13208514.html 安装hadoop 上传hadoop 下载hadoop 地址http://mirrors.hust.edu.cn/apache/hadoop/common/ 放到mkdi ...
分类:
其他好文 时间:
2020-06-29 17:13:37
阅读次数:
53
from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver import ActionChains import time driver=webdrive ...
分类:
其他好文 时间:
2020-06-29 17:01:23
阅读次数:
79
selenium自动化测试中升级chrome78版本带来的问题 问题一 无法正常的使用selenium加载crx插件了相关的问题截图如下: 相关的描述:selenium.common.exceptions.WebDriverException: Message: unknown error: can ...
分类:
其他好文 时间:
2020-06-29 15:06:09
阅读次数:
55