1.bower-> (前端)包管理器npm install bower -g验证: bower --version 2.常用的命令: bower install <包名>bower uninstall <包名>bower info <包名> 查看包版本信息 bower search vue bowe ...
分类:
其他好文 时间:
2017-02-18 09:43:57
阅读次数:
210
NAME find - search for files in a directory hierarchy ...
分类:
系统相关 时间:
2017-02-18 00:43:47
阅读次数:
128
We often want to check if an array includes a specific item. It's been common to do this with the Array.prototype.indexOf method, but now we have a si ...
分类:
其他好文 时间:
2017-02-17 19:59:42
阅读次数:
160
Sea.js入门 http://www.cnblogs.com/doseoer/p/4007752.html 前端模块化开发的价值 随着互联网的飞速发展,前端开发越来越复杂。本文将从实际项目中遇到的问题出发,讲述模块化能解决哪些问题,以及如何使用 Sea.js 进行前端的模块化开发。 https:/ ...
分类:
Web程序 时间:
2017-02-16 23:08:31
阅读次数:
263
Given an array of integers sorted in ascending order, find the starting and ending position of a given target value. Your algorithm's runtime complexi ...
分类:
其他好文 时间:
2017-02-16 23:03:39
阅读次数:
220
// 获取磁盘大小 清除缓存的方法 调用时 在清除缓存的cell中显示垃圾大小 // 点击cell时清理缓存 ...
分类:
其他好文 时间:
2017-02-16 15:58:14
阅读次数:
214
3744: Gty的妹子序列 Description 我早已习惯你不在身边, 人间四月天 寂寞断了弦。 回望身后蓝天, 跟再见说再见…… 某天,蒟蒻Autumn发现了从 Gty的妹子树(bzoj3720) 上掉落下来了许多妹子,他发现 她们排成了一个序列,每个妹子有一个美丽度。 Bakser神犇与他 ...
分类:
其他好文 时间:
2017-02-16 13:29:57
阅读次数:
233
本文为搭建过程中随笔随记,仅供参考。 本人也是初识linux系统的新手,很多搭建过程中,也是学习的过程,边搭建边搜索相关的资料。 部署Seafile服务器(使用MySQL) 安装配置MySQL,具体过程不再描述。 研究Seafile服务器手册,地址: 阅读研究相应的文档,依据步骤一步步搭建。 前几步 ...
分类:
编程语言 时间:
2017-02-16 11:13:26
阅读次数:
490
1、对数组中的元素去重复 例如: 1 NSArray *array = @[@"12-11", @"12-11", @"12-11", @"12-12", @"12-13", @"12-14"]; 1 NSArray *array = @[@"12-11", @"12-11", @"12-11&qu ...
分类:
编程语言 时间:
2017-02-15 15:16:38
阅读次数:
165