码迷,mamicode.com
首页 >  
搜索关键字:VM hardware version    ( 26748个结果
python 3 解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题
问题:pyhton 3安装module报错ERROR: Could not find a version that satisfies the requirement config.paths % pip install config.paths ERROR: Could not find a ve ...
分类:编程语言   时间:2021-03-03 11:48:53    阅读次数:0
C sharp 字符串魔法
.net core 版本: 1 using System; 2 3 ... ... 4 5 Console.WriteLine(Environment.OSVersion.ToString()); 6 Console.WriteLine(Environment.Version.ToString()) ...
分类:其他好文   时间:2021-03-02 12:13:16    阅读次数:0
批量下载抖音某用户的所有作品
import requests import re import os from glom import * def get_video(url): requests.packages.urllib3.disable_warnings() session = requests.session() h ...
分类:其他好文   时间:2021-03-02 11:50:01    阅读次数:0
Kubernetes 0-1 使用preStop优雅终止Pod
Kubernetes允许Pod终止之前,执行自定义逻辑。 字段定义 字段定义:pod.spec.containers.lifecycle.preStop $ kubectl explain pod.spec.containers.lifecycle.preStop KIND: Pod VERSION ...
分类:Web程序   时间:2021-03-02 11:48:20    阅读次数:0
Javadoc命令自动生成帮助文档
Javadoc命令自动生成帮助文档 Javadoc命令是用来自己生成API文档的。 参数信息 @author 作者名 @version 版本号 @since 指明需要最早使用的jdk版本 @param 参数名 @return 返回值情况 @throws 异常抛出情况 参数加在类上面就是类的注释,加在 ...
分类:编程语言   时间:2021-03-01 14:18:11    阅读次数:0
.net core 用引用log4net 写入日志
1. 安装需要应用的程序包 2. 准备配置文件 <?xml version="1.0" encoding="utf-8"?> <log4net> <!-- Define some output appenders --> <appender name="rollingAppender" type=" ...
分类:Web程序   时间:2021-03-01 13:34:26    阅读次数:0
spring-Cloud初步依赖
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.0.RELEASE</version> <relativePat ...
分类:编程语言   时间:2021-03-01 13:27:44    阅读次数:0
JVM学习(三)---heapDump导出与案例分析
heap导出几种方式: 1、设置启动的JVM参数,当heap溢出时自动生成dump,vm options:-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${目录} 2、通过jmap实时导出dump,这个最好不要在高峰时期使用。命令:jmap -du ...
分类:其他好文   时间:2021-03-01 13:22:53    阅读次数:0
Git 记录
git记录 初始化: git version //查看git版本 git init //初始化仓库 cd 路径 //改变路径,windows命令 touch 文件名 //创建文件,windows命令 配置用户: git config --global user.name '用户名' git conf ...
分类:其他好文   时间:2021-02-27 13:31:46    阅读次数:0
WebUI 自动化配置
Selenium + TestNG 配置 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSc ...
分类:Web程序   时间:2021-02-27 13:24:35    阅读次数:0
26748条   上一页 1 ... 37 38 39 40 41 ... 2675 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!