拓展关键字arguments表示方法的参数,是一个数组方法call表示让指定对象完成方法调用,这里可以使用this表示当前对象,接收零到多个参数方法apply与call类似,不同点是apply可以指定数组作为参数掌握这几个知识点后,可以阅读jquery源代码 属性选择器包含指定属性的jquery对象 ...
分类:
Web程序 时间:
2017-04-09 10:38:26
阅读次数:
272
前言:只要在前行,梦想就不再遥远
前面两节讲解了有关ViewGroup的onMeasure、onLayout的知识,这节我们深入性地探讨一下,如何实现经常见到的瀑布流容器,本节将实现的效果图如下:从效...
分类:
其他好文 时间:
2017-04-08 22:59:58
阅读次数:
253
1.模版Templates文件配置: 2.静态文件static配置: 1.利用Q的特性,设计多条件搜索。 con = Q() q1 = Q() q1.connector = 'OR' q1.children.append(('id', 1)) q1.children.append(('id', 10 ...
分类:
编程语言 时间:
2017-04-08 16:11:57
阅读次数:
280
FAQ记录 1. 错误源码 错误源码如下 def fillUnivList(_html,_ulist): soup =BeautifulSoup(_html,'html.parser') for tr in soup.find_all('tbody').children: if isinstance ...
分类:
编程语言 时间:
2017-04-08 00:44:17
阅读次数:
311
ansible 的一种结合 jenkins,zodiac的使用方法。 ansible 的一种结合 jenkins,zodiac的使用方法。 ansible 的一种结合 jenkins,zodiac的使用方法。 转至元数据结尾 创建: 王传成,最新修改: 2分钟以前 转至元数据起始 基础知识介绍 1 ...
分类:
其他好文 时间:
2017-04-05 12:55:47
阅读次数:
264
The app icon set "AppIcon" has an unassigned child告警 ...
分类:
移动开发 时间:
2017-04-03 16:10:09
阅读次数:
1019
#Q搜索 con = Q() for k,v in post_data_dict.items(): q = Q() q.connector = 'OR' for item in v: q.children.append((k,item)) con.add(q, 'AND') print(con) ...
分类:
其他好文 时间:
2017-04-03 11:51:38
阅读次数:
163
http://hihocoder.com/problemset/problem/1190?sid=1051696 先抄袭一下 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 小Hi和小Ho从约翰家回到学校时,网络所的老师又找到了小Hi和小Ho。 老师告诉小Hi和小Ho: ...
分类:
移动开发 时间:
2017-04-02 22:48:13
阅读次数:
340
原文:SpriteKit Tutorial: Create an Interactive Children’s Book with SpriteKit and Swift 3
作者:Caroli...
分类:
编程语言 时间:
2017-03-30 18:00:28
阅读次数:
301