使用准备 - 下载安装 下载安装 v_box , 下载安装 Vagrant 创建 Vagrantfile 在要安装的目录中进行 vagrant init centos/7 下载镜像生成虚拟机 vargrant up 如果本地是有镜像的话则会使用本地镜像, 若没有则下载网络镜像需要一些时间 执行完毕后 ...
分类:
其他好文 时间:
2021-05-03 11:58:00
阅读次数:
0
adb连接安卓设备失败failed to start daemon Reference:https://blog.csdn.net/whshuo2010/article/details/51094495?locationNum=8 背景 连接设备后,使用adb devices命令查看目前连接的设备, ...
分类:
移动开发 时间:
2021-05-03 11:40:13
阅读次数:
0
我们大多数时候都使用IDE和其他软件来编写命令,但为了更好的工作,我们还需要随时准备一些可以随手使用的命令,以备不时之需。以下是我在开发时候,通常使用的命令,今天,我将它分享与你,希望对你有所帮助。 1、初始化本地Git存储库 git init 2、创建远程存储库的本地副本 git clone ss ...
分类:
其他好文 时间:
2021-04-30 12:43:46
阅读次数:
0
#零 修订记录 |序号|修订记录|修订时间| | | | | |1|新增|20210429| #一 摘要 本文介绍基于9台物理机部署openstack ussuri版本 以及与ceph nautils集成。 #二环境信息 ##(一)服务器信息 | 主机名 |品牌型号 |机器配置 |数量| | | | ...
分类:
系统相关 时间:
2021-04-30 12:10:44
阅读次数:
0
1.命令模式 1.1移动光标 l 向右 h 向左 k 向上 j 向下 G 移动到文件的末尾 gg 移动到文件的开始 0 移动到当前行的行首 shift+4 移动到当前好的末行 数字+G 移动到指定行 1.2删除(其实是剪切) x 删除光标后的字符 X 删除光标前的字符 dw 删除一个单词(注意要把光 ...
分类:
系统相关 时间:
2021-04-29 11:58:47
阅读次数:
0
from tensorflow.keras.callbacks import EarlyStopping import tensorflow as tf import time import numpy as np import matplotlib.pyplot as plt import sys ...
分类:
其他好文 时间:
2021-04-29 11:45:30
阅读次数:
0
library(ggplot2) set.seed(1) vals1 ← rbeta(1000, 0.5, 0.1) vals2 ← rbeta(1000, 0.25, 0.3) gg ← ggplot(data.frame(x=c(vals1, vals2), grp=c(rep("a", 100 ...
分类:
其他好文 时间:
2021-04-28 11:54:18
阅读次数:
0
使用vue_cli生成项目 引入ant-design-vue 使用cnpm引入ant-design-vue cnpm install ant-design-vue --save cnpm install antd-init -g 修改main.js加入依赖 在文件中全局引入 //引入ant-desi ...
分类:
其他好文 时间:
2021-04-27 14:35:37
阅读次数:
0
一、配置: igase-message-archiving源码也有的,工程导进去就可以,init.properties的加配置, --comp-name-2=message-archive --comp-class-2=tigase.archive.MessageArchiveComponent m ...
分类:
其他好文 时间:
2021-04-27 14:31:39
阅读次数:
0
最小值点有4个 import numpy as np from mpl_toolkits.mplot3d import Axes3D from matplotlib import pyplot as plt import torch def himmelblau(x): return (x[0] * ...
分类:
其他好文 时间:
2021-04-27 14:12:10
阅读次数:
0