1 sudo rm rf $HOME/Library/Application\ Support/Code 2 sudo rm rf $HOME/.vscode 3 将应用程序vscode移入废纸篓 https://zhuanlan.zhihu.com/p/86651380 ...
分类:
系统相关 时间:
2020-04-07 12:51:46
阅读次数:
126
QEMU出现VNC server running on 127.0.0.1:5900 这是因为在安装QEMU过程中 ./configure --prefix=/usr/local/qemu 执行后出现了 SDL support no 解决方法 sudo apt install libsdl2-dev ...
分类:
其他好文 时间:
2020-04-07 00:06:16
阅读次数:
164
Apache MADlib: big data machine learning in SQL. support PostgreSQL 11. Madlib runs in database on Postgres. It's an effort to bing machine learning i ...
分类:
Web程序 时间:
2020-04-06 17:38:55
阅读次数:
87
# 公共页 basepage.pyclass BasePage: def __init__(self, driver): self.driver = driver # 登录页面 loginpage.pyfrom selenium.webdriver.support.ui import WebDriv ...
分类:
Web程序 时间:
2020-04-06 00:09:29
阅读次数:
95
2016-01-06 python python 3 / Function Annotations 函数注解(Function Annotations) 类型检查 参考资料 函数注解(Function Annotations) 函数注解语法 可以让你在定义函数的时候对参数和返回值添加注解: def ...
分类:
编程语言 时间:
2020-04-05 20:37:01
阅读次数:
102
6 Allure报告 6.1 Allure介绍 Allure是一个独立的报告插件,生成美观易读的报告,比之前的html好看,目前支持的语言:Java、PHP、Ruby、Python、C#等 6.2 Allure安装 pip3 install allure-pytest (注意:这里不要使用pytes ...
分类:
移动开发 时间:
2020-04-05 18:44:56
阅读次数:
354
常规配置 ================================================================= 默认监听器 基于证书的SSL / TLS支持 Pre shared key based SSL/TLS support 基于预共享密钥的SSL / TLS支持 ...
分类:
其他好文 时间:
2020-04-04 11:33:49
阅读次数:
85
问题现象:xenserver版本:7.1cu1解决方法:使用ethtool-ieth0查看网卡驱动版本,根据citrix官方KB需要更新网卡驱动https://support.citrix.com/article/CTX226402?download
分类:
其他好文 时间:
2020-04-03 18:31:33
阅读次数:
123
整理一些小工具 の 依赖方便用的时候好找一些 jackson:主要用于json 处理:Java对象与Json 互相转换 <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations --> ...
分类:
编程语言 时间:
2020-04-03 16:36:34
阅读次数:
62
adapter 用自己定义的 image 讲解 package com.zsch.forestinventory.adapter;import android.content.Context;import android.net.Uri;import android.support.v7.widge ...
分类:
移动开发 时间:
2020-04-03 13:44:40
阅读次数:
78