E:\ASP.net\temp\WebSite1 CheckBox2控件的 AutoPostBack属性设置为true. protected void CheckBox2_CheckedChanged(object sender, EventArgs e) { for(int i=0;i<=Grid ...
分类:
Web程序 时间:
2020-01-11 22:35:13
阅读次数:
118
题目 有一个二维矩阵 grid?,每个位置要么是陆地(记号为?0 )要么是水域(记号为?1 )。 我们从一块陆地出发,每次可以往上下左右?4 个方向相邻区域走,能走到的所有陆地区域,我们将其称为一座「岛屿」。 如果一座岛屿?完全?由水域包围,即陆地边缘上下左右所有相邻区域都是水域,那么我们将其称为 ...
分类:
其他好文 时间:
2020-01-11 20:12:37
阅读次数:
184
1、 <link rel="stylesheet" type="text/css" href="/Common/CSS/easyui/default/easyui.css" /> <link rel="stylesheet" type="text/css" href="/Common/CSS/eas ...
分类:
Web程序 时间:
2020-01-11 13:14:55
阅读次数:
99
openpy是Python语言用来处理excel文件的包 自动化中需要用到的方法重新封装 使用场景 将测试数据如果通过excel来管理,就可以使用获取excel的方法,返回为 列表里面加字典的格式,这样也便于循环读取 一条测试用例执行结束,可以使用set_cell来添加测试结果 ...
分类:
编程语言 时间:
2020-01-11 11:34:55
阅读次数:
69
// 区域 0 未选中当前地区 1:未选中 jgArea: [{ id: "001", areaName: "顺庆", active: "true", banks: [{ bankname: "建设银行", accountname: "多少是多少", account: "324", cun: "存入 ...
分类:
编程语言 时间:
2020-01-11 11:27:51
阅读次数:
96
PyInstaller库可以将.py源代码转换成无需源代码的可执行文件: PyInstall库是第三方库,试用前需安装,需在windows的cmd命令行模式输入 pip install pyinstall 参数 描述 -h 查看帮助 --clean 清理打包过程中的临时文件 -D,--onedir ...
分类:
编程语言 时间:
2020-01-10 20:09:32
阅读次数:
249
官网示例:https://www.echartsjs.com/examples/zh/editor.html?c=line-easing 源代码: var easingFuncs = { linear: function (k) { return k; }, quadraticIn: functio ...
分类:
其他好文 时间:
2020-01-10 12:52:31
阅读次数:
120
问题描述: 鼠标移入,雷达图的时候,内容挤在一起,我要的效果是换行: 此时的代码,此时代码里面的\n换行也是没有效果的: tooltip: { trigger: 'item', show:true, formatter:function(params){ var s=''; s+=params.na ...
分类:
其他好文 时间:
2020-01-10 12:21:10
阅读次数:
258
sunui-cell 用于点击效果复用(组件仅1kb) v1.0.0 于 2020.01.09更新 参数介绍: 1. hover:是否显示点击效果/默认false 2. time:点击显示时间/默认170ms 3. styles:组件样式,可按照行内样式编写(无需父组件传值子组件那样死板) - 见示 ...
分类:
移动开发 时间:
2020-01-09 20:40:15
阅读次数:
856
原题链接在这里:https://leetcode.com/problems/rotting-oranges/ 题目: In a given grid, each cell can have one of three values: the value 0 representing an empty ...
分类:
其他好文 时间:
2020-01-09 10:19:58
阅读次数:
77