1 abstract class Shape { 2 public abstract float area(); 3 public abstract void printArea(); 4 } 5 class Rectangle extends Shape { 6 int width; 7 int ...
分类:
其他好文 时间:
2020-12-17 12:36:17
阅读次数:
3
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8" /> <title>Document</title> <script src="https://lib.sinaapp.com/js/jquery/2.0.2/jquery-2 ...
分类:
其他好文 时间:
2020-12-17 12:28:02
阅读次数:
2
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 该设计基于51单片机设计的英文单词拼写学习仿真设计,设计一个以单片机为核心的单词记忆测试器;实现单词的录入(为使程序具有可演示性,单词不少于10个);单词用按键控制依次在屏幕上显示,按键选择 ...
分类:
其他好文 时间:
2020-12-16 13:05:17
阅读次数:
9
背景: el-table表格循环的数据,本次发货数量不能大于剩余数量,如果大于剩余数量就默认变为剩余数量 HTML代码: <el-table-column prop="skuDeliveryNum" align="center" label="本次发货数量" min-width="110"> <te ...
分类:
其他好文 时间:
2020-12-16 12:44:23
阅读次数:
2
Swashbuckle引用,生成NetFRM的swagger ...
分类:
Web程序 时间:
2020-12-16 12:42:12
阅读次数:
3
1.根据屏幕大小改变背景颜色 <style type="text/css"> /* 媒体查询可以根据不同的屏幕尺寸改变不同的样式 */ /* 屏幕最大宽度就是800像素 */ @media screen and (max-width: 399px) { body { background: pink ...
分类:
其他好文 时间:
2020-12-16 12:28:25
阅读次数:
3
swal({title: '',html:'<p style="font-weight:bold;">Please input adjusted amount</p>' +'<input type="text" style="width:310px;height:35px;" id="adjuste ...
分类:
Web程序 时间:
2020-12-16 11:47:57
阅读次数:
4
<input type="number" style="width:310px;height:35px;" onkeyup="clearNoNum(this)" id="adjustedAmountInput" step="500" placeholder="+500/-500"/> functio ...
分类:
其他好文 时间:
2020-12-16 11:47:12
阅读次数:
2
1、监听 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http- ...
分类:
其他好文 时间:
2020-12-16 11:44:31
阅读次数:
4
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>比较箭头函数和函数 ...
分类:
其他好文 时间:
2020-12-15 12:10:41
阅读次数:
2