How to show git log history for a sub directory of a git repo? git log a b c ...
分类:
其他好文 时间:
2020-06-23 15:57:52
阅读次数:
44
Show me the code ! 此次分享的是如何让你的代码框架上传到cocoapods,方便使用!对了,在第一句之前应该介绍cocoapods的背景,但作为iOS developer,不用介绍都知道其重要性,OK,Talk is cheap! 只需几步: 1.整理目录,代码提交到GitHub( ...
分类:
其他好文 时间:
2020-06-23 15:28:44
阅读次数:
56
1.静态路由配置 ip route 目的地址 子网掩码 下一跳 2.RIP路由配置 RIP1: router rip network 自己所知道的ip RIP2: router rip verion 2 auto-summary //关闭自动汇总 network 自己所知道的ip 3.OSPF路由配 ...
分类:
其他好文 时间:
2020-06-23 15:18:17
阅读次数:
77
以下复制于 https://www.isfirst.net/dev/143另外可以参考 https://www.jianshu.com/p/adcae6213e9b composer list 显示所有命令 composer show 显示所有包信息,基本上composer.lock文件中记载的包以 ...
分类:
Web程序 时间:
2020-06-23 15:14:07
阅读次数:
64
文章来源: https://blog.csdn.net/csm17805987903/article/details/85111835 legend 文字很多的时候对文字做裁剪并且开启 tooltip legend: { formatter: function (name) { if (!name) ...
分类:
其他好文 时间:
2020-06-23 12:57:50
阅读次数:
119
1431. 拥有最多糖果的孩子 难度简单 给你一个数组 candies 和一个整数 extraCandies ,其中 candies[i] 代表第 i 个孩子拥有的糖果数目。 对每一个孩子,检查是否存在一种方案,将额外的 extraCandies 个糖果分配给孩子们之后,此孩子有 最多 的糖果。注意 ...
分类:
其他好文 时间:
2020-06-22 20:48:49
阅读次数:
65
1. kernel_top_show //显示cpu top usage, 类似于用top命令看到的信息。 2. print_active_wakeup_sources //显示active wakeup sources, 也就是kernel层的持锁,能明确知道是什么锁block了系统进入suspe ...
分类:
其他好文 时间:
2020-06-22 18:44:09
阅读次数:
119
1.在main.js中引入中央事件 / 引入$emit和 $on 中央时间总线 Vue.prototype.$eventBus = new New() 2.在父组件的事件中写入要触发的子组件的值 this.$eventBus.$emit("show",参数) 3.在子组件中写出 this.$even ...
分类:
其他好文 时间:
2020-06-22 17:18:09
阅读次数:
59
可能需要的数据 省市数据 html <div class="area-box" :class="showArea?'show':''"> <div class="area-box-sub" :class="showArea?'show':''"> <van-area title="标题" :area ...
分类:
其他好文 时间:
2020-06-22 17:03:27
阅读次数:
131