1.DispatchTouchEvent
Pass the touch screen motion event down to the target view, or this view if it is the target.
传递触摸事件到目标视图,或者他就是目标视图。
情况1:return true
则事件只...
分类:
其他好文 时间:
2015-03-05 19:29:35
阅读次数:
212
Scrapy安装介绍一、 Scrapy简介Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from t...
分类:
其他好文 时间:
2015-03-05 14:40:26
阅读次数:
190
指定Mobile设备或者小屏幕桌面屏幕@media screen and (max-width:480px){}如果一排有好几个元素,并且有的用百分比定义,有的是用像素px定义,那么对于这种混合型的宽度计算公式为:width: calc(100%-40px); 计算宽度波浪型链接text-decor...
分类:
Web程序 时间:
2015-03-05 10:44:12
阅读次数:
157
浮现在脑海的很多 Linux命令,其中一些不为人知,另一些则很常见,如下:xargs or parallel: 并行运行一些程序,命令有很多的选项sed and awk: 广为人知并且非常有用的处理文本文件的命令,比Python和Ruby还快m4: 简单的宏处理命令screen: 功能强大的终端复用...
分类:
其他好文 时间:
2015-03-05 00:02:40
阅读次数:
248
http://www.stormzhang.com/android/2014/05/16/android-screen-adaptation/(xhdpi成为首选)众所周知,Android机型尺寸各种各样,于是屏幕适配就成了Android开发中很重要的一环。Android屏幕适配可能一些开发者都会遇...
分类:
移动开发 时间:
2015-03-04 16:06:20
阅读次数:
174
(1) 下載 ASM_2_30.zip 并解压缩, 取得 asm.jar(百度搜索下载asm.jar即可!)
(2) 将 asm.jar 复制到D:\android-sdk\platform-tools目录下
2. 执行 Android Screen Monitor(这是一个手机屏幕监视的软件,只用于监视手机屏幕的动态,不可以进行操作)
win+X 运行cmd控制台...
分类:
移动开发 时间:
2015-03-04 11:11:32
阅读次数:
186
本文解释了在java SDK的demo中与feiendships有关的功能截图如下:关注一个用户(需要知道该用户uid)取消关注一个用户(用户uid)获取用户粉丝列表(授权用户的screen__ame),最多返回粉丝的30%,上限为500获取用户粉丝列表(授权用户的uid),最多返回粉丝的30%,上...
分类:
编程语言 时间:
2015-03-03 16:30:31
阅读次数:
175
Navigation DrawerCreating a Navigation DrawerThe navigation drawer is a panel that transitions in from the left edge of the screen and displays the ap...
分类:
移动开发 时间:
2015-03-03 14:55:04
阅读次数:
191
FSVS(Full Screen Vertical Scroller)是一款jQuery和CSS3带过渡效果的全屏垂直翻页特效插件。该全屏翻页插件在页面上下滚动时一次翻一屏,并带有CSS3过渡动画效果。
该jquery翻页插件的效果和OnePageScroll.js类似,但使用上要简单得多。
在线演示:http://www.htmleaf.com/Demo/201503021447.h...
分类:
Web程序 时间:
2015-03-03 13:38:06
阅读次数:
200
前提修改文档声明,如有疑问,请看文章手机web2.0网页文档属性@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}@media screen and (max-device-width: 4...
分类:
其他好文 时间:
2015-03-03 13:12:05
阅读次数:
143