css中,在.swiper-pagination-bullet-active{}中修改就ok。 默认样式为: .swiper-pagination-bullet-active { background-color: #e8561a; width: 20px; border-radius: 20px; ...
分类:
其他好文 时间:
2020-11-27 11:33:41
阅读次数:
7
第一part:Excel文件的介绍 Microsoft Excel是Microsoft为使用Windows和Apple Macintosh操作系统的电脑编写的一款电子表格软件。 excel文档的基本定义工作薄(workbook)工作表(sheet)活动表(active sheet)行(row): 1 ...
分类:
编程语言 时间:
2020-11-27 11:08:02
阅读次数:
8
1.多配置文件,其中application.properties中的spring.profiles.active能够灵活的切换使用环境 application.properties spring.mvc.view.prefix=/WEB-INF/jsp/ spring.mvc.view.suffix ...
分类:
编程语言 时间:
2020-11-26 15:24:02
阅读次数:
14
saveImage()方法 // 分别获取当前日期 与小时做文件夹 SimpleDateFormat formapath = new SimpleDateFormat("yyyyMMdd"); SimpleDateFormat formahhpath = new SimpleDateFormat(" ...
分类:
编程语言 时间:
2020-11-26 14:51:02
阅读次数:
5
一、增加计算节点需要步骤 1:配置yum源 2:时间同步 3:安装openstack基础包 4:安装nova-compute 5:安装neutron-linuxbridge-agent 6:启动服务nova-compute和linuxbridge-agent 7:验证 二、增加计算节点实战 1. 配 ...
分类:
其他好文 时间:
2020-11-25 12:44:41
阅读次数:
4
JavaScript练习 1.模态框 <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, i ...
分类:
编程语言 时间:
2020-11-24 13:02:51
阅读次数:
19
https://www.bilibili.com/video/BV15E411H7it https://blog.csdn.net/qx3501332/article/details/104978741 j:方案 -> n i:小卷 -> m ...
分类:
其他好文 时间:
2020-11-23 12:44:16
阅读次数:
17
<!--在build中配置resources,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties< ...
分类:
其他好文 时间:
2020-11-23 12:17:28
阅读次数:
4
WindowsRegistryEditorVersion5.00[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere]@="在此处打开命令窗口""Icon"="cmd.exe"[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere\command]@="cmd.exe/s/kpushd\"%V\""[HKEY_CLASS
分类:
其他好文 时间:
2020-11-23 12:05:57
阅读次数:
4
JAVA 基础 一 基本语法 注释 标识符 由字母、数字、下划线(_)和美元符号($)组成 不能以数字开头 不能是关键字 关键字 const goto 是保留关键字 true false null 不属于关键字,是一个单独的标识类型 运算符 常量 整型常量 二进制 0B 0b 八进制 0开头 十进制 ...
分类:
编程语言 时间:
2020-11-21 11:51:02
阅读次数:
40