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
                             
                    
                        
                            
                            
                                
                    <?php function getTagClassContent($url, $tagName, $className) //要抓取的网页, 要抓取的Tag名, 要抓取的Class名 { $doc = new DOMDocument(); @$doc->loadHTML(file_get_cont ...
                            
                            
                                分类:
Web程序   时间:
2020-11-20 12:00:20   
                                阅读次数:
20
                             
                    
                        
                            
                            
                                
                    cxGrid失去焦点后如何继续保持选中单元的高亮状态: 在界面在放一个TcxStyleRepository控件,在控件中添加一个TcxStyle样式,设置Color为clHightlight,TextColor 设置为(255,255,255)白色; 将TcxGridDBTableView的Styl ...
                            
                            
                                分类:
其他好文   时间:
2020-11-19 12:37:43   
                                阅读次数:
9
                             
                    
                        
                            
                            
                                在AD管理中,有了Dsquery查询可以为工作省去很多麻烦。Dsquery可以按照指定的条件查询ActiveDirectory。下列每个dsquery命令都查找指定对象类型的对象,dsquery*可以查询任何对象类型。dsquerycomputerdsquerycontactdsquerygroupdsqueryoudsquerysitedsqueryserverdsqueryuserdsquer
                            
                            
                                分类:
其他好文   时间:
2020-11-17 12:01:43   
                                阅读次数:
3