一、el-switch 1.element官方文档 active-value switch 打开时的值 boolean / string / number,我的数值是int,设置如下怎么也绑定不成功 <template slot-scope="{row}"> <el-switch class="sw ...
分类:
其他好文 时间:
2020-07-20 23:02:45
阅读次数:
125
界面代码: object Form1: TForm1 Left = 202 Top = 182 Width = 1305 Height = 675 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Colo ...
分类:
其他好文 时间:
2020-02-26 23:05:42
阅读次数:
118
先上图 功能代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeEngine, Series, TeeNavigato ...
分类:
其他好文 时间:
2020-02-21 20:01:45
阅读次数:
82
0.负责模块为可视化界面,技术栈为 (1)异常处理 (2)多线程 (3)文件存储 (4)Java swing 1.登陆界面 我的代码 import java.awt.Color; import java.awt.FlowLayout; import java.awt.Font; import jav ...
分类:
编程语言 时间:
2020-01-09 13:39:33
阅读次数:
136
1.引入依赖 1 <dependency> 2 <groupId>com.relevantcodes</groupId> 3 <artifactId>extentreports</artifactId> 4 <version>2.41.1</version> 5 </dependency> 6 7 ...
分类:
其他好文 时间:
2019-12-19 18:53:32
阅读次数:
226
/** * 将数组按字母A-Z排序 * @return [type] [description] */ private function chartSort($list) { // $user=$this->user; $data = []; foreach ($list as $k => $v) ... ...
分类:
编程语言 时间:
2019-08-15 20:53:33
阅读次数:
104
https://www.cnblogs.com/gaodu2003/archive/2009/06/18/1505720.html unit Unit1; interface ……type TForm1 = class(TForm) Chart1: TChart; Series1: TPieSeri ...
分类:
其他好文 时间:
2019-05-28 10:53:45
阅读次数:
118
Highchart在react中引入的方法为: 1.安装相关依赖 npm install highcharts Npm install highcharts-react-offical 2.在相关模块引入: Import Hightcharts from ‘highcharts’ Import Hi ...
分类:
其他好文 时间:
2019-04-26 17:52:50
阅读次数:
871
Random random = new Random(); // Color SeriesColor; int SeriesIndex=0; tChart1.Series.Clear(); Steema.TeeChart.Styles.Points pieSeries; for (int t = 0 ...
分类:
其他好文 时间:
2019-03-18 01:43:24
阅读次数:
150