wpf中 data grid 开启自带的选中,然后复制,可以到excel中直接粘贴,在某些业务场景中很实用,方便。开启也很简单: 加上这个,按ctrl或shift然后鼠标单击行选中 ...
Given a *m* x *n* grid filled with non-negative numbers, find a path from top left to bottom right which *minimizes* the sum of all numbers along its ... ...
分类:
其他好文 时间:
2019-06-24 01:00:35
阅读次数:
99
GridSearchCV实际上可以看做是for循环输入一组参数后再比较哪种情况下最优. 参考:https://machinelearningmastery.com/grid-search-hyperparameters-deep-learning-models-python-keras/ https ...
分类:
其他好文 时间:
2019-06-23 15:59:31
阅读次数:
119
一、什么是Selenium selenium 是一套完整的web应用程序测试系统,包含了测试的录制(selenium IDE),编写及运行(Selenium Remote Control)和测试的并行处理(Selenium Grid)。Selenium的核心Selenium Core基于JsUnit ...
分类:
编程语言 时间:
2019-06-23 11:39:55
阅读次数:
102
题目: Last night, little erriyue had a horrible nightmare. He dreamed that he and his girl friend were trapped in a big maze separately. More terribly, ...
分类:
Web程序 时间:
2019-06-22 01:12:44
阅读次数:
127
Oracle Real Application Clusters — 概述 包含 Oracle Real Application Clusters (RAC) 选件的 Oracle 数据库允许依托一组共享的数据文件(也称为数据库)在集群中的不同服务器上运行多个数据库实例。该数据库跨越多个硬件系统,但 ...
分类:
移动开发 时间:
2019-06-21 18:36:34
阅读次数:
138
此处简单列举出布局控件外,其他常用的控件: Window:WPF窗口 UserControl:用户控件 Page:页 Frame:用来浏览Page页 Border:嵌套控件,提供边框和背景。 Button:按钮控件 Calendar:日历、挂历 CheckBox:多选控件 ComboBox:下拉控件 ...
实心圆环 imgVP1=flip(imgVP1,1); % 水平翻转 polarVP1=polarVolinPlot(imgVP1); % 调用函数空心圆环 [m,n,~]=size(imgVP2); % 填充空心部分 for i=m:m+300 for j=1:n imgVP2(i,j,:)=[2 ...
分类:
其他好文 时间:
2019-06-18 14:14:27
阅读次数:
97
就是利用Python生成各种图表,也是本书的核心。 1、条形图 2、折线图 3、气泡图 4、柱形图-堆积图 5、面积图 6、树地图 7、饼图 8、双环形图 这个是从网上找的案例,一起总结在一块。 ...
分类:
编程语言 时间:
2019-06-16 19:56:13
阅读次数:
201
效果图: 项目难点: 1. 每个月的日期数是不定的,拢共需要几个格子? 按照教程的做法需要42个。所以遍历数字42,得到42个div做格子。 2. 格子的排版怎么做? 顶部的星期布局使用的flex水平方向两边对齐并单项flex为1占满空间。 下边格子用了grid布局(具体见源码css) 3. 本月一 ...
分类:
其他好文 时间:
2019-06-16 18:43:14
阅读次数:
122