想不想拥有一个掘金gif头像? 现在是2020年12月24日,估计以后版本更新会有些参数要改一下。顺便祝大家平安夜快乐(_) 先打开控制台,插入一个input const input = document.createElement('input') input.type = 'file' inpu ...
分类:
Web程序 时间:
2020-12-29 12:06:44
阅读次数:
0
自动化测试 python+selenium+unittest+htmlTestrunner python+appium+unittest+htmlTestRunner python+request+unittest+htmlTestRunner+Excel文档 接口文档(excel表格中) 测试开发 ...
分类:
其他好文 时间:
2020-12-29 11:38:13
阅读次数:
0
背景 操作系统是 centos 6,RabbitMQ 3.8.1. 服务器突然无法连接,重启后查看/var/log/messages,报错日志如下: epmd: erlang mapper daemon cant fork 2'nd time Cannot allocate memory epmd: ...
分类:
系统相关 时间:
2020-12-29 11:23:04
阅读次数:
0
智慧灯杆系统架构由感知层、网络层和应用层组成,智能灯杆网关处于网络层,起到连接物联网感知终端和云端管理应用平台的作用。 智慧灯杆系统的感知层主要包括各种物联网感知终端,如智慧照明模块、信息发布模块、视频监控模块、环境监测模块、通信服务模块、能源服务模块、一键求助模块等,用于采集或发布传感数据等。感知 ...
分类:
其他好文 时间:
2020-12-29 11:22:05
阅读次数:
0
承接【数据结构】跳表(SkipList)原理篇,本篇文章我们来分析下如何使用代码实现SkipList。在JDK中并没有SkipList的直接实现,当然我们可以自己写代码实现,但是为了给后面“一致性Hash算法”系列文章做铺垫, 这里我选择 ConcurrentSkipListMap 类来进行分析。 ...
分类:
其他好文 时间:
2020-12-29 11:19:49
阅读次数:
0
创建和打开文件 在Python中,内置了文件(File)对象。在使用文件对象时,首先需要通过内置的open()方法创建一个文件对象,然后通过该对象提供的方法进行一些基本文件操作。例如,可以使用文件对象的write()方法向文件中写入内容,以及使用close()方法关闭文件等。下面将介绍如何应用Pyt ...
分类:
编程语言 时间:
2020-12-29 11:13:09
阅读次数:
0
解决selenium报错--unknown error: DevToolsActivePort file doesn't exist 解决方案: 给Chrome() 配置ChromeOptions from selenium import webdriver option = webdriver.C ...
分类:
编程语言 时间:
2020-12-28 11:53:28
阅读次数:
0
1,下载自己需要的版本 1,https://github.com/xuxueli/xxl-job 2,https://gitee.com/xuxueli0323/xxl-job/releases (墙内推荐) 3,墙内网络推荐使用第二个地址,笔者下 2.2.0 版本 2,整合到自己的项目 将下载好的 ...
分类:
其他好文 时间:
2020-12-28 11:41:00
阅读次数:
0
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:
其他好文 时间:
2020-12-28 11:28:07
阅读次数:
0
设置路径:File -> Setting -> Version Control -> Confirmation Show options before adding to version control :提示选项,自己决定是否将新文件加入到版本控制; Add silently : 默认自动添加,会 ...
分类:
其他好文 时间:
2020-12-28 11:26:39
阅读次数:
0