码迷,mamicode.com
首页 >  
搜索关键字:history    ( 2989个结果
[XState] History state
const displayMachine = createMachine({ initial: "hidden", states: { hidden: { on: { TURN_ON: "visible.hist", }, }, visible: { initial: "light", states ...
分类:其他好文   时间:2020-07-31 18:03:45    阅读次数:89
git 命令集锦
工作区 add >Stage(暂存区) cimmit >History(历史版本库) git add 文件或文件夹 git commit 把暂存区的修改提交到当前分支,提交后Stage会被清空 git commit -a(或文件或文件夹) 直接把所有文件的修改添加到暂存区并执行提交 git comm ...
分类:其他好文   时间:2020-07-29 21:27:55    阅读次数:68
VueCli路由配置
import Vue from 'vue' import Router from 'vue-router' Router.prototype.go = function(t) { this.isBack = true console.log('go ' + this.history.current. ...
分类:其他好文   时间:2020-07-29 10:29:00    阅读次数:83
【Vue】12 VueRouter Part2 路由与传参
【编程式导航】 我们希望在路由跳转之前执行某一些功能。。。 <template> <div id="app"> <h2>这是App.vue组件的标题</h2> <router-link to="/home"> 首页 </router-link> <br> <router-link to="/samp ...
分类:其他好文   时间:2020-07-26 22:49:12    阅读次数:70
History 8 : Atlantic Revolutions, 1750-1914 / Industrial Revolution / European Colonization 1759-1914
PART 1: Atlantic Revolutions, 1750-1914 / Industrial Revolution / European Colonization 1759-1914 INTRODUCTION The scientific revolution was followed ...
分类:其他好文   时间:2020-07-26 16:00:26    阅读次数:68
vue路由history,hash 区别
直观区别:hash模式url带#号,history模式不带#号。 深层区别:hash模式url里面永远带着#号,我们在开发当中默认使用这个模式。 如果用户考虑url的规范那么就需要使用history模式,因为history模式没有#号,是个正常的url适合推广宣传功能也有区别,比如我们在开发app的 ...
分类:其他好文   时间:2020-07-23 22:19:08    阅读次数:57
vue路由跳转的方式
vue路由跳转有四种方式 router-link this.$router.push() (函数里面调用) this.$router.replace() (用法同push) this.$router.go(n) 一、不带参 1.1 router-link <router-link :to="{nam ...
分类:其他好文   时间:2020-07-20 20:29:52    阅读次数:83
2020年20个Flutter最漂亮的UI库和项目
Best-Flutter-UI-Templates 地址:https://github.com/mitesh77/Best-Flutter-UI-Templates The History of Everything 地址:https://github.com/2d-inc/HistoryOfEve ...
分类:其他好文   时间:2020-07-20 10:35:39    阅读次数:70
2020年20个Flutter最漂亮的UI库和项目
摘自 : meng5619 2020年20个Flutter最漂亮的UI库和项目 Best-Flutter-UI-Templates 地址:https://github.com/mitesh77/Best-Flutter-UI-Templates The History of Everything 地 ...
分类:其他好文   时间:2020-07-20 10:26:32    阅读次数:83
History 4 : China and Buddhism
China and Buddhism By far the most important gift that China received from India was neither cotton, nor sugar, nor the knowledge of saltpeter, but a ...
分类:其他好文   时间:2020-07-18 15:35:38    阅读次数:83
2989条   上一页 1 ... 7 8 9 10 11 ... 299 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!