码迷,mamicode.com
首页 >  
搜索关键字:rectangle area    ( 3610个结果
Area路由的配置
startup.cs文件 app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "Areas", pattern: "{area:exists}/{controller=Index}/{action=Index}/{i ...
分类:其他好文   时间:2020-06-07 11:22:29    阅读次数:84
Area区域路由的配置
app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "Areas", pattern: "{area:exists}/{controller=Index}/{action=Index}/{id?}", default ...
分类:其他好文   时间:2020-06-07 10:50:50    阅读次数:113
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
Dlib-gpu配置记录
从零配置dlib(GPU) ? Written by Aquish 参考: [ win10+anaconda+cuda配置dlib ] [ 记一次Win10环境python3.7安装dlib模块趟过的坑 ] [ win10系统python下实现dlib的GPU加速 ] 写在前面 配环境真的是一件考验 ...
分类:其他好文   时间:2020-06-05 21:00:07    阅读次数:133
微信小程序悬浮客服
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
3610条   上一页 1 ... 13 14 15 16 17 ... 361 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!