1.创建工程的时候,提示是否启用eslint检测的。 Use ESLint to lint your code? No 2.在webpack.base.conf.js里面删掉下面: ...
分类:
其他好文 时间:
2017-05-02 18:21:09
阅读次数:
1156
寻找旋转排序数组中的最小值 假设一个旋转排序的数组其起始位置是未知的(比如0 1 2 4 5 6 7 可能变成是4 5 6 7 0 1 2)。 你需要找到其中最小的元素。 你可以假设数组中不存在重复的元素。 注意事项 You may assume no duplicate exists in the ...
分类:
编程语言 时间:
2017-05-02 13:58:00
阅读次数:
177
整形 类型名 字节数 取值范围 TINYINT 1 -27 ┈ 27-1 SMALLINT 2 -215 ┈ 215-1 MEDIUMINT 3 -223 ┈ 223-1 INT 4 -231 ┈ 231-1 BIGINT 8 -263 ┈ 263-1 小数 时间类型 ...
分类:
数据库 时间:
2017-05-01 22:20:08
阅读次数:
221
Cocoapods作为iOS开发的包管理器,给我们的开发带来了极大的便利,而且越来越多的第三方类库支持Pod,可以通过Pod傻瓜式的集成到自己的工程中,那么问题来了,我自己也有一系列的小工具类,怎么让它也支持pod集成,进而以后的项目开发更加的方便的使用呢? 这是第二遍操作了,第一遍学习使用卡在中间 ...
分类:
其他好文 时间:
2017-04-29 01:15:38
阅读次数:
247
Mybatis中javaType和jdbcType对应关系 ...
分类:
数据库 时间:
2017-04-28 11:17:00
阅读次数:
264
Remove Substrings Given a string s and a set of n substrings. You are supposed to remove every instance of those n substrings from s so that s is of t ...
分类:
编程语言 时间:
2017-04-25 21:13:55
阅读次数:
224
Animate.css 一款强大的预设css3动画库 简介 animate.css 是一个来自国外的 CSS3 动画库,它预设了抖动(shake)、闪烁(flash)、弹跳(bounce)、翻转(flip)、旋转(rotateIn/rotateOut)、淡入淡出(fadeIn/fadeOut)等多达 ...
分类:
Web程序 时间:
2017-04-23 16:50:00
阅读次数:
266
grafana安装配置.txt 安装https://grafana.com/grafana/downloadwget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.2.0-1.x86_64.rpm yum ...
分类:
数据库 时间:
2017-04-17 13:05:30
阅读次数:
559
http://www.cnblogs.com/tkgamegroup/p/4214081.html 这周学了好多。包括伪随机数。柏林噪声。先说伪随机数。伪随机数我们用的是周期函数而不是那种由前一项乘一个超大的数取余数的方法。使用周期函数的好处就是可以让其随时间均匀变化。不过使用周期函数一定要保证周期 ...
分类:
其他好文 时间:
2017-04-14 11:42:32
阅读次数:
194
There are two properties in the node student id and scores, to ensure that each student will have at least 5 points, find the average of 5 highest sco ...
分类:
其他好文 时间:
2017-04-13 09:04:13
阅读次数:
309