码迷,mamicode.com
首页 >  
搜索关键字:support annotations    ( 7277个结果
mac卸载vscode
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
VNC server running on 127.0.0.1:5900
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
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
web自动化之basepage/loginpage
# 公共页 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
基于 Python 3 新增的函数注解(Function Annotations )语法实现参数类型检查功能
2016-01-06 python python 3 / Function Annotations 函数注解(Function Annotations) 类型检查 参考资料 函数注解(Function Annotations) 函数注解语法 可以让你在定义函数的时候对参数和返回值添加注解: def ...
分类:编程语言   时间:2020-04-05 20:37:01    阅读次数:102
移动自动化appium(2)- Allure报告使用详解
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
MQTT服务器(Broker) - mosquitto配置文件详解
常规配置 ================================================================= 默认监听器 基于证书的SSL / TLS支持 Pre shared key based SSL/TLS support 基于预共享密钥的SSL / TLS支持 ...
分类:其他好文   时间:2020-04-04 11:33:49    阅读次数:85
xenserver网卡bond状态警告
问题现象:xenserver版本:7.1cu1解决方法:使用ethtool-ieth0查看网卡驱动版本,根据citrix官方KB需要更新网卡驱动https://support.citrix.com/article/CTX226402?download
分类:其他好文   时间:2020-04-03 18:31:33    阅读次数:123
jar包依赖整理(一)
整理一些小工具 の 依赖方便用的时候好找一些 jackson:主要用于json 处理:Java对象与Json 互相转换 <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations --> ...
分类:编程语言   时间:2020-04-03 16:36:34    阅读次数:62
安卓 日常问题 工作日志6
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
7277条   上一页 1 ... 35 36 37 38 39 ... 728 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!