先看看官方文档是如何解释两者之间功能差异的: attr() Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for eve ...
分类:
Web程序 时间:
2016-12-01 03:20:37
阅读次数:
240
今天遇到从url解析软件名和版本号的问题,在这里记录一下,主要是python字符串的操作和常用的正则表达式. python中字符串为不可变序列,也就是说,定义好的字符串不可在原处进行修改。 python字符串声明 python 字符串的声明可以是单引号,也可以是双引号,还可以是三引号,单、双引号可以 ...
分类:
编程语言 时间:
2016-12-01 02:17:48
阅读次数:
234
字符串格式化 Python的字符串格式化有两种方式: 百分号方式、format方式 百分号的方式相对来说比较老,而format方式则是比较先进的方式,企图替换古老的方式,目前两者并存。[PEP-3101] This PEP proposes a new system for built-in str ...
分类:
编程语言 时间:
2016-11-30 22:49:14
阅读次数:
306
本文纯属总结笔记,均来源于网络 官方文档:https://mp.weixin.qq.com/debug/wxadoc/dev/index.html 一、常用知识点 1、 二、细节整理 1、常用快捷键:代码格式化:Shift+Alt+F 代码行缩进:Ctrl+[ 上移动一行:Alt+Up 向上复制一行 ...
分类:
其他好文 时间:
2016-11-30 22:37:15
阅读次数:
227
获得滚动页的大小和内容页大小,通过touchStart和touchEnd判断页面是否是上滑,若上滑则执行toptorefresh属性中的方法 ...
分类:
其他好文 时间:
2016-11-30 13:42:17
阅读次数:
327
有序列表,请使用 CSS 来定义列表的类型。 通常和li配对使用 HTML5新属性: compact reversed:降序 start:有序列表的起始值 type:在列表中使用标记类型(1,A,a,I,i) 代码示例: <body> <ol type="i"> <li>咖啡</li> <li>牛奶 ...
分类:
Web程序 时间:
2016-11-30 13:42:01
阅读次数:
273
The Z order of a window indicates the window's position in a stack of overlapping windows. This window stack is oriented along an imaginary axis, the ...
最终效果 最终效果 demo 代码 首先我们需要一个舞台stage,方便我们设置perspective(透视值)然后我们还需要一个container做旋转的容器,在container上面我们需要设置transfor-style,方便container下面的子元素转换成3d元素。接着我们就可以开始给f ...
分类:
Web程序 时间:
2016-11-30 02:35:38
阅读次数:
247
in this passage, we slove the problem about Mysql_connect. first, let' see an example: parameters server The MySQL server. It can also include a port ...
分类:
数据库 时间:
2016-11-29 17:15:18
阅读次数:
219