KVM is an acronym of “Kernel based Virtual Machine”, and is a virtualization infrastructure for the Linux kernel that turns it into a hypervisor.It is ...
分类:
其他好文 时间:
2021-01-20 12:16:47
阅读次数:
0
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:
系统相关 时间:
2021-01-19 12:09:17
阅读次数:
0
Vuex的作用 组件通信(兄弟组件) 跨页面通信 Vuex使用 创建vuex实例 vuex项目初始化后,src目录会多一个store/index.js,里面会进行vuex的初始化 import Vue from 'vue'import Vuex from 'vuex';?Vue.use(Vuex)? ...
分类:
其他好文 时间:
2021-01-13 11:35:25
阅读次数:
0
Python3-maix CPython 开发文档 仓库地址:https://github.com/sipeed/python3-maix 使用面向模块接口开发,链接跨平台的 Python 或 C 包,统一加载到 Python3 环境当中。 目前支持的 Python3 环境,该模块包描述了如何构建、 ...
分类:
编程语言 时间:
2021-01-12 10:49:07
阅读次数:
0
https://stackoverflow.com/questions/29087882/android-studio-run-debug-configuration-error-module-not-specified 更新gradle / gradle plugin解决问题 I was tryi ...
分类:
移动开发 时间:
2021-01-06 12:17:32
阅读次数:
0
windows 电脑 执行 react-native 项目,报错如下: error Invalid regular expression: /(.*\\__fixtures__\\.*|node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modu ...
分类:
Web程序 时间:
2021-01-06 12:03:27
阅读次数:
0
Electron Electron是一个能让你使用传统前端技术(Nodejs, Javascript, HTML, CSS)开发一个跨平台桌面应用的框架。这里所说的桌面应用指的是在Windows、OSX及Linux系统上运行的程序。 1. 安装Node.js Electron 是基于 Node.js ...
分类:
其他好文 时间:
2021-01-06 12:01:13
阅读次数:
0
Multiclass and multioutput algorithms https://scikit-learn.org/stable/modules/multiclass.html# sklearn 支持如下典型类型学习 multiclass -- 多类别 mulitlabel -- 多标签 ...
分类:
其他好文 时间:
2021-01-04 10:50:54
阅读次数:
0
前言: 上一篇文章我们讲了如何在创建的Angular项目中快速引入ng-zorro-antd企业中台组件库,并且快速构建后台管理页面框架模板。这一章主要介绍的是如何在创建好的后台管理页面框架的快速生成NG-ZORRO相关的组件,并且介绍Angular相关目录结构、生命周期函数,路由配置和使用相关知识 ...
分类:
其他好文 时间:
2021-01-02 10:41:44
阅读次数:
0
tftp和nfs用于在开发板上通过网络系统来访问ubuntu系统下的文件。ssh服务用于支持在Windows下使用终端软件SecureCRT,MobaXterm登陆Ubuntu。 1 搭建NFS服务 sudo apt-get install nfs-kernel-server rpcbind #安装 ...
分类:
系统相关 时间:
2021-01-01 12:59:58
阅读次数:
0