实战案例——应用系统基础服务安装 1. 规划节点 IP地址 主机名 节点 172.16.51.29 mall 单节点服务器 2. 基础准备 使用VMWare Workstation软件安装CentOS 7.2操作系统,镜像使用提供的CentOS-7-x86_64-DVD-1511.iso,最小化安装 ...
                            
                            
                                分类:
数据库   时间:
2021-04-29 12:00:35   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    You need to activate the Developer Options and USB Debugging for the purpose. Follow the below mention steps and you would be good to go: 1.Slide into ...
                            
                            
                                分类:
其他好文   时间:
2021-04-28 11:44:14   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    https://echarts.apache.org/examples/zh/editor.html?c=bar-stack option = { tooltip: { trigger: 'axis', axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: 'shadow'  ...
                            
                            
                                分类:
其他好文   时间:
2021-04-28 11:42:45   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    标记线可在图标随意位置绘制一条刻度,方便对数据进行参照对比。 默认情况下,横轴为 category 纵轴为连续的数值。所以标记线即为纵轴上对应某个值的横线。 如下来自 Echarts 官网文档中的示例展示了简单的标记线用法: option = { xAxis: { type: "category", ...
                            
                            
                                分类:
其他好文   时间:
2021-04-27 14:58:20   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                上一篇讲了用 python 提取字符串中的数字,这次用VBA来事项。总体思路和 python 是一样的,代码如下: Option Explicit Sub GetNumbers() Dim from_string As String, convert_numbers As String Dim i, ...
                            
                            
                                分类:
编程语言   时间:
2021-04-27 14:37:45   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Typora 软件的基本使用 1. 标题 一级标题: # 二级标题:## .. 2. 列表 1.1 无序列表(-) 1.2 有序列表(1.) 3. 引用(>) command+option+Q 引用效果 4. 代码块 (```+代码编程语言) command+option+C print("hell ...
                            
                            
                                分类:
其他好文   时间:
2021-04-27 14:15:28   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    let option = { //图形网格边距 grid: [ { top: "0%", left: "40", right: "40", height: "30%", }, { top: "30%", left: "40", right: "40", height: "30%", }, { top ...
                            
                            
                                分类:
其他好文   时间:
2021-04-26 14:00:32   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    粘贴历史:shift+command+h 分窗口操作:shift+command+d(横向)command+d(竖向) 查找和粘贴:command+f 呼出查找功能 tab 键选中找到的文本 option+enter 粘贴 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-26 13:14:27   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    不多BB,直接开干!!! 第一步:进入hive安装目录下面的conf目录,修改hive-site.xml文件 cd /opt/module/hive/conf vim hive-site.xml 第二步:修改如下内容 <property> <name>javax.jdo.option.Connect ...
                            
                            
                                分类:
其他好文   时间:
2021-04-24 11:50:36   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    【Loader】:用于对模块源码的转换,loader描述了webpack如何处理非javascript模块,并且在buld中引入这些依赖。loader可以将文件从不同的语言(如TypeScript)转换为JavaScript,或者将内联图像转换为data URL。比如说:CSS-Loader,Sty ...
                            
                            
                                分类:
Web程序   时间:
2021-04-23 11:55:42   
                                阅读次数:
0