码迷,mamicode.com
首页 >  
搜索关键字:area    ( 2494个结果
Area区域路由的配置2
using System;using System.Collections.Generic;using System.Linq;using System.Threading.Tasks;using Microsoft.AspNetCore.Mvc; namespace LayUICore.Areas ...
分类:其他好文   时间:2020-06-07 10:50:33    阅读次数:62
微信小程序悬浮客服
1.html: <movable-area class="movableArea"> <movable-view class="movableView" direction="all" inertia x="{{x}}" y="{{y}}" bindchange="touchChange" bind ...
分类:微信   时间:2020-06-04 15:23:38    阅读次数:141
00022-layui 显示表单,iframe父子页面传值
showRec:function(obj){window.formData=null;vardialog=layer.open({type:2,title:‘订单支付‘,content:‘orderPayShow.jsp‘,maxmin:true,area:layui.setter.area,btn:[‘关闭‘],btnAlign:‘c‘,success:function(layero,index
分类:其他好文   时间:2020-06-04 12:14:29    阅读次数:57
00022-layui 显示表单,iframe父子页面传值
showRec:function (obj) { window.formData = null; var dialog = layer.open({ type: 2 ,title: '订单支付' ,content: 'orderPayShow.jsp' ,maxmin: true ,area: la ...
分类:其他好文   时间:2020-06-03 23:11:21    阅读次数:57
基础过滤工具
在所有的路由器上运行OSPF协议,通告相应网段到0区域, 配置 AR3 ospf 1 router-id 3.3.3.3 area 0.0.0.0 network 3.3.3.3 0.0.0.0 network 10.1.23.0 0.0.0.255 # AR2配置 ospf 1 router-id ...
分类:其他好文   时间:2020-06-03 17:35:53    阅读次数:94
00019-layui 控制 layer.open 的按钮
三个按钮:,btn:[‘拨打‘,‘挂断‘,‘关闭‘]‘拨打‘,‘挂断‘这两个是不同时出现的。vardialog=layer.open({type:2,title:‘拨打电话‘,content:‘customerPhone.jsp‘,maxmin:true,area:layui.setter.area_percent,o
分类:其他好文   时间:2020-06-03 10:44:28    阅读次数:57
【POJ3133】Manhattan Wiring (插头dp)
Manhattan Wiring 题意: There is a rectangular area containing n × m cells. Two cells are marked with “2”, and another two with “3”. Some cells are occup ...
分类:其他好文   时间:2020-05-31 16:26:04    阅读次数:66
00017-layui 对话框 layer.open 点击保存,按钮失效,保存完后,再恢复
vardialog=layer.open({type:2,title:‘客户订单‘,content:‘ordersForm.jsp‘,maxmin:true,area:layui.setter.area,btn:[‘保存‘,‘取消‘],btnAlign:‘c‘,yes:function(index,layero){variframeWindow=window[‘layui-layer-iframe
分类:其他好文   时间:2020-05-31 09:19:10    阅读次数:69
84. Largest Rectangle in Histogram. 单调栈
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:其他好文   时间:2020-05-30 23:25:31    阅读次数:106
JS(JQuery) 省市区三级联动下拉选择
引入 area.js /* * 全国三级城市联动 js版 */ function Dsy(){ this.Items = {}; } Dsy.prototype.add = function(id,iArray){ this.Items[id] = iArray; } Dsy.prototype.E ...
分类:Web程序   时间:2020-05-29 09:34:57    阅读次数:290
2494条   上一页 1 ... 10 11 12 13 14 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!