1、移动web页面上click事件响应有300ms延迟 原因:移动设备访问的web页面都是PC上的页面。在默认viewport(980px)的页面往往需要“双击”或“捏开”放大页面。而正是为了确认用户是“双击”还是“单击”。 safari 需要300ms 的延迟来判断。而后来的iphone,andr ...
分类:
移动开发 时间:
2018-01-21 13:53:06
阅读次数:
185
adding 1.按到Insert会出现想命令行一样的输入形式 2.打开ipynb文件,将文件移到jupyter下就可以打开了 ...
分类:
其他好文 时间:
2018-01-20 22:45:09
阅读次数:
204
Description Consider a three-parameter recursive function w(a, b, c): if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns: 1 if a > 20 or b > 20 or ...
分类:
其他好文 时间:
2018-01-20 11:03:33
阅读次数:
154
问题描写叙述: Follow up for "Unique Paths": Now consider if some obstacles are added to the grids. How many unique paths would there be? An obstacle and emp ...
分类:
其他好文 时间:
2018-01-17 18:17:23
阅读次数:
71
在python中有六种内建的序列:列表、元祖、字符串、Unicode字符串、buffer对象he xrange对象。 通用序列操作: 1. 索引(indexing) 2. 分片(slicing) 3. 加(adding) 4. 乘(multiplying) 5. 检查某个元素是否属于这序列的inde ...
分类:
编程语言 时间:
2018-01-15 14:43:05
阅读次数:
195
Network Consider a tree network with n nodes where the internal nodes correspond to servers and the terminal nodes correspond to clients. The nodes ar ...
分类:
Web程序 时间:
2018-01-15 11:02:43
阅读次数:
239
今天工作中发现一个activity的android:screenOrientation属性设置为behind,平时经常看到的是landscape、portrait,一时没有反应过来,故查了一下android:screenOrientation支持的属性。 众所周知,Android应用程序中,andr ...
分类:
移动开发 时间:
2018-01-12 01:43:39
阅读次数:
200
TextView标签 text:显示文本信息textSize:设置文本大小textColor:设置文本颜色singleLine:单行显示ellipsize:设置省略号显示的位置,默认是end(结尾) start(开头) middle(中间) android:singleLine="true"andr ...
分类:
移动开发 时间:
2018-01-09 20:24:15
阅读次数:
196
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below ...
分类:
其他好文 时间:
2017-12-31 20:58:44
阅读次数:
134
package zhangphil.viewtoimage; import java.io.File;import java.io.FileOutputStream; import android.os.Bundle;import android.os.Environment;import andr ...
分类:
移动开发 时间:
2017-12-29 15:14:21
阅读次数:
180