前 言 chart.js Chart.js帮你用不同的方式让你的数据变得可视化。每种类型的图表都有动画效果,并且看上去非常棒,即便是在retina屏幕上。 Chart.js基于HTML5 canvas技术,支持所有现代浏览器,并且针对IE7/8提供了降级替代方案。 Chart.js不依赖任何外部工具 ...
分类:
Web程序 时间:
2017-07-03 10:10:56
阅读次数:
1206
1 module fa_str(a,b,cin,sum,cout); 2 input a,b,cin; 3 output sum,cout; 4 wire s1,t1,t2,t3; 5 xor 6 ux1(s1,a,b), 7 ux2(sum,s1,cin); 8 and 9 ua1(t... ...
分类:
其他好文 时间:
2017-07-02 13:44:41
阅读次数:
143
Eugene's never willing to alter any of his opinion. it's no use arguing with him // 固定 missing a bus means waitting for another hour // 固定 意味着 After a ...
分类:
其他好文 时间:
2017-07-01 17:18:59
阅读次数:
204
1 2 3 4 5 练手 6 230 231 232 233 234 235 236 CONTACT US 237 TEAM 238 PORTFOLIO 239 HOME 240 ... ...
分类:
其他好文 时间:
2017-07-01 11:04:13
阅读次数:
352
转载:http://www.jianshu.com/p/1ff9e44ccc78 总结了几个月的东西终于能和大家分享了,不多说,直接看东西! 1、禁止手机睡眠 2、隐藏某行cell 3、禁用button高亮 4、tableview遇到这种报错failed to obtain a cell from ...
分类:
移动开发 时间:
2017-06-27 16:24:13
阅读次数:
688
学习swift的String用法总结 学习了swift的String的用法之后感觉比OC的太直接了,不需要直接的初始化、类型声明也不用区分可变和不可变的类型,基本上就是属于哪里需要就在哪里直接写就可以的状态 ...
分类:
编程语言 时间:
2017-06-20 13:38:42
阅读次数:
233
Given a complete binary tree, count the number of nodes. Definition of a complete binary tree from Wikipedia:In a complete binary tree every level, ex ...
分类:
其他好文 时间:
2017-06-19 01:15:45
阅读次数:
201
【POJ 2482】 Stars in Your Window(线段树+离散化+扫描线) Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11294 Accepted: 3091 Description Fleeting time ...
布隆过滤器的实现方法1:自己实现 参考 http://www.cnblogs.com/naive/p/5815433.html bllomFilter两个参数分别代表,布隆过滤器的大小和hash函数的个数 布隆过滤器的实现方法2:使用pybloom 参考 http://www.jianshu.com ...
分类:
编程语言 时间:
2017-06-18 13:24:59
阅读次数:
201