对于Vue 这类渐进式前端开发框架,为了构建SPA(单页面应用),需要引入前端路由系统,这也就是Vue-router存在的意义。前端路由的核心,就在于——— 改变视图的同时不会向后端发出请求。 一、为了达到这个目的,浏览器提供了以下两种支持: 1、hash ——即地址栏URL中的#符号(此hsah ...
分类:
其他好文 时间:
2020-01-14 13:12:29
阅读次数:
78
vue-router是什么? 首先我们需要知道vue-router是什么,它是干什么的? 这里指的路由并不是指我们平时所说的硬件路由器,这里的路由就是SPA(单页应用)的路径管理器。替换,vue-router就是WebApp的链接路径管理系统。 vue-router是Vue.js官方的路由插件,它和 ...
分类:
其他好文 时间:
2020-01-14 13:00:59
阅读次数:
1264
全文摘录自:https://www.cnblogs.com/best/p/7474442.html#!comments 感谢原博主 Git文件的4种状态 Untracked: 未跟踪, 此文件在文件夹中, 但并没有加入到git库, 不参与版本控制. 通过git add 状态变为Staged Unmo ...
分类:
其他好文 时间:
2020-01-11 18:45:33
阅读次数:
47
全文摘录自:https://www.cnblogs.com/best/p/7474442.html#!comments 感谢原博主 1.1、什么是版本控制 版本控制(Revision control)是一种在开发的过程中用于管理我们对文件、目录或工程等内容的修改历史,方便查看更改历史记录,备份以便恢 ...
分类:
其他好文 时间:
2020-01-11 11:30:40
阅读次数:
67
例如,用于DMA交易的高容量和低延迟电子交易系统通常是并发的。大多数情况下,他们专注于微秒延迟,这就是为什么拥有如何有效地最小化延迟和提高吞吐量知识是如此重要。 这些是我最喜欢的关于Java的线程面试问题。我没有提供这些线程访谈问题的答案,但我会尽可能给你一个提示。我会更新帖子就详细的答案,就像我最 ...
分类:
编程语言 时间:
2020-01-09 13:28:59
阅读次数:
132
Agile Vs Scrum: Know the Difference What Is Agile Methodology? Agile methodology is a practice that helps continuous iteration of development and test ...
分类:
其他好文 时间:
2020-01-09 10:23:46
阅读次数:
96
单页应用(SinglePage Application,SPA) 指只有一个主页面的应用,一开始只需加载一次 js,css 等相关资源。所有的内容都包含在主页面,对每一个功能模块组件化。单页应用跳转,就是切换相关组件,仅刷新局部资源。 多页应用(MultiPage Application,MPA) ...
分类:
其他好文 时间:
2020-01-09 10:18:37
阅读次数:
69
alloc:执行过程 (1)alloc (2)allocWithZone (3)class_createInstance (4)calloc (5)initIsa init: id _objc_rootInit(id obj){ // In practice, it will be hard to ...
分类:
其他好文 时间:
2020-01-07 16:34:39
阅读次数:
101
Week2 Autonomous driving (case study) (case study)( 自动驾驶 (案例研究)) \1. To help you practice strategies for machine learning, in this week we’ll present ...
分类:
系统相关 时间:
2020-01-06 12:28:49
阅读次数:
148
原题链接在这里:https://leetcode.com/problems/best-meeting-point/ 题目: A group of two or more people wants to meet and minimize the total travel distance. You ...
分类:
其他好文 时间:
2020-01-06 09:14:27
阅读次数:
87