摘要: 1 /** 2 * 初始化当天的日历数据 (没有参数默认当天) 3 * @method 4 * @param {Date} date 5 * @param {Number} line 日历中显示几行 6 * @returns [[],[]] 7 */ 8 function initMonthCale 阅读全文
posted @ 2020-09-19 22:37 Cleves 阅读(383) 评论(0) 推荐(0)
摘要: 办法 使用国内镜像,目前已知Github国内镜像网站有github.com.cnpmjs.org和git.sdut.me/。 速度根据各地情况而定,在clone某个项目的时候将github.com替换为github.com.cnpmjs.org即可。 //这是我们要clone的 git clone 阅读全文
posted @ 2020-09-15 15:23 Cleves 阅读(288) 评论(0) 推荐(0)
摘要: .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } 阅读全文
posted @ 2020-05-17 22:46 Cleves 阅读(107) 评论(0) 推荐(0)