一、概述 官方文档:https://vuex.vuejs.org/zh/installation.html 1.1vuex有什么用 Vuex:实现data(){}内数据多个组件间共享一种解决方案(类似react的redux) 1.2什么情况下使用vuex 虽然 Vuex 可以帮助我们管理共享状态,但 ...
分类:
其他好文 时间:
2020-01-11 09:34:53
阅读次数:
62
To use GIT on your Windows computer you must first download and install it. You can download the latest version of GIT from this page. Download the in ...
默认情况下,yum方式新安装的 mariadb 的密码为空,在shell终端直接输入 mysql 就能登陆数据库。 如果是刚安装第一次使用,请使用 mysql_secure_installation 命令初始化。 # mysql_secure_installation NOTE: RUNNING A ...
分类:
数据库 时间:
2020-01-06 13:09:26
阅读次数:
204
https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019 https://www.jianshu.com/p/d13d59dea ...
分类:
其他好文 时间:
2020-01-06 00:04:13
阅读次数:
82
1.下载oracle官方预安装的检查包Oracle Installation Prerequisites rpm https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle database preinsta ...
分类:
数据库 时间:
2020-01-05 18:50:48
阅读次数:
149
背景:给定N个活动,以及他们的开始时间和结束时间。求最大兼容的活动个数或者(穿过所有的区间,需要的直线条数) 按照最早结束时间排序。 例题 百练:Radar Installation AC代码活动带权重,求收益最大按照最早结束时间排序dp[i] 以第 i 个活动作为结尾的最大收益转移方程:dp[i]... ...
分类:
其他好文 时间:
2020-01-03 23:26:45
阅读次数:
109
场景 在将Android Studio的 .AndroidStudio目录修改为别的目录后,打开AS,提示更新,点击更新后提示: Connection Error,Temp directory inside installation: 后面跟的是修改之后的目录。 注: 博客: https://blo ...
分类:
移动开发 时间:
2020-01-01 11:45:51
阅读次数:
118
Rust安装 https://learnku.com/rust/wikis/29019 https://www.bookstack.cn/read/learning rust/installation ubuntu.md ...
分类:
其他好文 时间:
2019-12-30 17:35:59
阅读次数:
45
参考: https://kivy.org/doc/stable/installation/installation-linux.html#ubuntu-kubuntu-xubuntu-lubuntu-saucy-and-above https://stackoverflow.com/question ...
分类:
系统相关 时间:
2019-12-29 20:41:51
阅读次数:
303
[TOC] 本文主要介绍在Ubuntu 18.04中从源码安装配置OpenCV,并使用一个简单的例子验证是否安装成功; 具体安装配置步骤,参考文章见:https://cv tricks.com/installation/opencv 4 1 ubuntu18 04/ 与上述链接中提供的教程不同的是: ...
分类:
系统相关 时间:
2019-12-27 23:52:09
阅读次数:
537