1.当 对应的路由匹配成功,将自动设置 class 属性值 .router-link-active. 模板中可以用{{$route.params.xxx取到路由参数}}或者{{$route.query取到参数}}或者{{$route.hash取到hash}} 实例中(js)可用:this.$rout... ...
分类:
其他好文 时间:
2018-03-28 18:51:04
阅读次数:
149
Description Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home ...
分类:
其他好文 时间:
2018-03-27 18:38:33
阅读次数:
175
JSTL_XML 一:说明 二:XML标记库 Xml标记库主要功能就是为在jsp页面中操作xml提供便利支持,本博文不做详解,<x:out>,<x:set>,<x:if>,<x:when>,<x:choose>,<x:forEach>,<x:otherwise>,<x:param>标记与core标记 ...
分类:
Web程序 时间:
2018-03-21 14:02:46
阅读次数:
233
Short Description: ORC Creation Best Practices with examples and references. Short Description: Article Synopsis. ORC is a columnar storage format for ...
分类:
其他好文 时间:
2018-03-19 14:18:54
阅读次数:
228
原文地址:http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html 如何为代码选择开源许可证,这是一个问题。 世界上的开源许可证,大概有上百种。很少有人搞得清楚它们的区别。即使在最流行的六种 GP ...
分类:
其他好文 时间:
2018-03-18 16:24:15
阅读次数:
141
P1535 游荡的奶牛 P1535 游荡的奶牛 P1535 游荡的奶牛 题目描述 Searching for the very best grass, the cows are travelling about the pasture which is represented as a grid w ...
分类:
其他好文 时间:
2018-03-18 16:22:26
阅读次数:
146
2018-03-17 18:15:47 A*搜索算法是最短路径问题中另一个非常经典的算法。A*算法常用于游戏中的NPC的移动计算,或网络游戏的BOT的移动计算上。 该算法综合了Best-First Search和Dijkstra算法的优点:在进行启发式搜索提高算法效率的同时,可以保证找到一条最优路径 ...
分类:
编程语言 时间:
2018-03-17 19:47:39
阅读次数:
1092
任务说明 实现模块判断传入的身份证号码的正确性; 实现要求: 一、实现功能模块; 二、针对所实现的模块编写对应的单元测试代码; 三、需要按PSP流程进行工作量估算,填写任务清单工作量估算表。 /* * To change this license header, choose License Hea ...
分类:
其他好文 时间:
2018-03-17 16:49:13
阅读次数:
180
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:
其他好文 时间:
2018-03-14 21:09:53
阅读次数:
197
Alice and Bob begin their day with a quick game. They first choose a starting number X0?≥?3 and try to reach one million by the process described belo ...
分类:
其他好文 时间:
2018-03-12 21:11:33
阅读次数:
167