一、普通函数中的this 这是vue文档里的原话: All lifecycle hooks are called with their this context pointing to the Vue instance invoking it. 意思是:在Vue所有的生命周期钩子方法(如created,mounted, updated…
专题5-数据结构 2017-07-13 C Primer P329好好研读,stack,queue,priority_queue都是顺序容器适配器adaptor。(接受一种已有的容器类型,使其行为看起来像另一种事物一样) 适配器的底层容器(array和forward_list都不行&a…
http://www.lintcode.com/en/problem/wood-cut/# 二分答案,贪心验证,具有单调性 class Solution {
public:/***param L: Given n pieces of wood with length L[i]*param k: An integer*return: The maximum length of the small pieces.*/int woodCut(v…