1. tab 切换 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 <style> 7 *{ 8 margin: auto; 9 } 10 .tb{ 11 ...
分类:
Web程序 时间:
2017-06-18 15:06:11
阅读次数:
190
$('#item').combotree({ valueField: "id", //Value字段 textField: "text", //Text字段 multiple: true, data: [{ "id": 1, "text": "全选", "children": [{id:'2',te... ...
分类:
其他好文 时间:
2017-06-17 16:04:40
阅读次数:
142
activity_main.xml recycle_item_layout.xml color.xml 效果图: ...
分类:
移动开发 时间:
2017-06-15 23:36:27
阅读次数:
448
In this lesson we'll show how to use React.cloneElement to add additional properties to the children of a React element. We'll also show that you can ...
分类:
其他好文 时间:
2017-06-15 21:51:08
阅读次数:
144
开始使用layer ddd提示标题 hello word ...
分类:
其他好文 时间:
2017-06-15 20:27:24
阅读次数:
184
1 .parent{ 2 width:500px; 3 height:500px; 4 background:green; 5 position:relative; 6 } 7 .children{ 8 width:200px; 9 height:200px; 10 background:blue;... ...
分类:
Web程序 时间:
2017-06-14 19:23:31
阅读次数:
145
ZK基础类及服务的注册与发现: package top.letsgogo.util; import org.I0Itec.zkclient.ZkClient; import org.I0Itec.zkclient.serialize.SerializableSerializer; import or ...
分类:
其他好文 时间:
2017-06-14 16:08:49
阅读次数:
330
zTree>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> x 本来想自己敲一个zTree的例子的>>> 但是一想zTree文档做的这么好,直接拷贝过来一个得了... 哈哈>>> 思路很简单>>> 但是刚开始陷入了zTree的文档里面了{想从里面找到接口>>>} 后来跳出来一看这么简单的 ...
分类:
其他好文 时间:
2017-06-14 00:00:53
阅读次数:
410
小程序的业务流程如下 商户系统和微信支付系统主要交互说明: 步骤1:用户在商户APP中选择商品,提交订单,选择微信支付。 步骤2:商户后台收到用户支付单,调用微信支付统一下单接口。参见【统一下单API】。 步骤3:统一下单接口返回正常的prepay_id,再按签名规范重新生成签名后,将数据传输给AP ...
分类:
其他好文 时间:
2017-06-13 11:22:01
阅读次数:
2387
操作节点 子节点: childNodes 获取到包括文本节点和元素节点 文本节点:nodeType == 3 元素节点:nodeType == 1 children(只能一层) 父节点: parentNode offsetParent: 获取元素用来定位的父级,如position:absolute ...
分类:
Web程序 时间:
2017-06-12 22:18:00
阅读次数:
174