老样子 贴代码 。 我把初始化项目的 list.html 改成了这个样子。简单分析一下 其实跟 ionic1 没什么两样 。 值得注意的就是 (infinite)="doInfinite($event)" 和 (refresh)="doRefresh($event)" 不过值得注意的是 他比ioni ...
分类:
其他好文 时间:
2016-06-06 06:49:03
阅读次数:
124
ah.h void setb();void setb(); void setb(); void setb(); void setb(); void setb(); void setb(); ah.cpp #include"ah.h" #include<iostream> using namespac ...
分类:
其他好文 时间:
2016-06-03 21:25:17
阅读次数:
141
Intersection of Two Prisms
Suppose that P1 is an
infinite-height prism whose axis is parallel to the z-axis, and P2 is
also an infinite-height prism whose axis is parallel to the y-axis. P1 is
...
分类:
其他好文 时间:
2016-05-27 13:02:42
阅读次数:
199
如建立一个div设置一个宽高给一个1px的边线。 在css中利用trasfrom:rotate(30deg)可以让其旋转30度 其中trasfrom:rotate是旋转的意思 deg角度单位 其中可以运用-webkit-antmation:div all linear2s infinite 让其一直 ...
分类:
其他好文 时间:
2016-05-27 07:05:51
阅读次数:
181
Vika has an infinite sheet of squared paper. Initially all squares are white. She introduced a two-dimensional coordinate system on this sheet and dre ...
分类:
其他好文 时间:
2016-05-25 18:17:19
阅读次数:
214
Vasya likes everything infinite. Now he is studying the properties of a sequence s, such that its first element is equal to a (s1?=?a), and the differ ...
分类:
其他好文 时间:
2016-05-22 16:44:49
阅读次数:
126
一、二进制和八进制表示法 1、ES6提供了二进制和八进制数值的新的写法,分别用前缀0b(或0B)和0o(或0O)表示。 2、如果要将0b和0o前缀的字符串数值转为十进制,要使用Number方法。 二、Number.isFinite(), Number.isNaN() 1、用来检查Infinite和N ...
分类:
其他好文 时间:
2016-05-20 22:16:11
阅读次数:
207
被cha了,(┬_┬), 原因是用 (b - a) * c >= 0 来表示(b-a) 与 c同号, 或b - a == 0.这里int * int 溢出了,以后还是基本上不要这样,写了。
老老实实的 ((t>=0&&c > 0)|| (t<=0 && c < 0)) 这样写吧。
如果 c == 0, 则 a == b 则YES 否则 NO
如果c != 0, 则看看能不能整除, 同时 (b-a) 要与c同号(如果 b与a不相等)...
分类:
其他好文 时间:
2016-05-18 18:29:05
阅读次数:
234
数学 A - Infinite Sequence 等差数列,公差是0的时候特判 数学 B - Restoring Painting 题意:3*3的矩阵,已经填了a,b,c,d四个数字,问填完数后四个2*2的子矩阵的和相等的方案数,所有数字范围在[1, n]. 分析:蛮有意思的题目,很明显中心的数字是 ...
分类:
其他好文 时间:
2016-05-18 17:33:32
阅读次数:
249
Problems #Name A Infinite Sequence standard input/output 1 s, 256 MB x3509 B Restoring Painting standard input/output 1 s, 256 MB x2519 C Money Transf ...
分类:
编程语言 时间:
2016-05-18 01:36:33
阅读次数:
328