1、横向流程图源码格式: ?```mermaid graph LR A[方形] -->B(圆角) B --> C{条件a} C -->|a=1| D[结果1] C -->|a=2| E[结果2] F[横向流程图] ?``` graph LR A[方形] -->B(圆角) B --> C{条件a} C ...
分类:
其他好文 时间:
2020-12-07 12:05:50
阅读次数:
5
html 代码 <div class="data_bodey"> <div class="index_nav" > <ul style="height: 30px; margin-bottom: 0px;"> <li class="l_left total_chose_fr nav_active"> ...
分类:
Web程序 时间:
2020-11-27 11:40:13
阅读次数:
14
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
一、增加计算节点需要步骤 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
一、安装apache 1)安装apache yum install -y httpd 2)启动apache服务 systemctl start httpd 3)查看服务状态(验证服务是否启动) systemctl status httpd (状态为active runging是启动)netstat ...
分类:
Web程序 时间:
2020-11-20 12:04:08
阅读次数:
21
cxGrid失去焦点后如何继续保持选中单元的高亮状态: 在界面在放一个TcxStyleRepository控件,在控件中添加一个TcxStyle样式,设置Color为clHightlight,TextColor 设置为(255,255,255)白色; 将TcxGridDBTableView的Styl ...
分类:
其他好文 时间:
2020-11-19 12:37:43
阅读次数:
9