卷积1_王威_基于多尺度卷积神经网络的故障诊断方法研究

卷积神经网络  时间:2021-02-13  阅读:()

摘 要

在现代工业生产设备不断朝着结构化、 自动化和智能化方向发展的过程中电机仍是主要的动力输出设备。若电机在运行过程中出现故障会导致其运行效率降低系统能耗上升等问题严重时甚至造成电机损坏使整体系统设备长时间停机维修造成严重的经济损失。因此研究电机智能故障诊断技术对保障生产设备高效运行的稳定性、可靠性具有重要意义。随着科技的不断创新和发展信号处理、人工智能等技术不断取得突破故障诊断技术也更加精确化、智能化。本文结合实际生产过程中常见的电机变工况和强噪声环境下的故障诊断问题在分析故障产生机理的基础上对电机智能故障诊断方法展开深入研究。

(1)首先利用试验台采集的振动信号对电机不同故障的产生机理进行分析探究其处于故障状态时的振动频率特性。在此基础上研究基于信号处理和机器学习算法的故障诊断方法 分析经验模态分解(Empirical ModeDecomposition,EMD)存在的优势和不足利用其改进算法集合经验模态分解(Ensemble Empirical Mode Decomposition,EEMD)对信号进行分解得到反映原始信号不同频率成分的本征模态函数(Intrinsic Mode Function.IMF)分量通过相关性与原始信号相关系数较高前4阶IMF分量最后对其进行谱分析得到多个序列作为样本信号用于特征提取。

(2)对多序列样本信号中9种不同的时、频域统计特征进行计算得到原始特征集并在对其采用聚类算法分析的基础上提出一种基于调整互信息和标准差的敏感特征选择方法从原始特征集筛选特征构建敏感特征集用于电机故障诊断。并且针对特征集中存在的特征干扰、冗余等问题提出利用特征降维方法实现对特征的维数约简。最后分别利用支持向量机(Support Vector Machines,SVM)和极限学习机(Extreme Learning Machine,ELM)两种较为流行的机器学习算法实现电机故障诊断并通过对比实验进行验证。

(3)针对基于信号处理的传统智能故障诊断方法中存在的流程复杂、人为干预过多的问题研究端到端式的卷积神经网络算法用于电机故障诊断。针对一维时序信号的特点分析一维卷积神经网络(One-Dimensional Convolutional NeuralNetwork,1 D-CNN)在以原始一维振动信号为基础进行故障诊断的优势。为了提取

I

信号中不同尺度的互补特征提出利用不同尺度核的卷积层提出一种多尺度融合框架构建了基于多尺度一维卷积神经网络的电机故障诊断方法。最后通过实验验证了所提方法在变工况和噪声干扰情况下的优越性。

(4)为了提升MS-1 DCNN在电机变工况和强噪声干扰环境下故障诊断方法的识别效率和准确率在残差网络结构的基础上构建多尺度特征融合框架。分别研究挤压与激励(Squeeze and Excitation,SE)模块和卷积注意力模块(ConvolutionalBlock Attention Module,CBAM)两种注意力机制算法的实现原理设计适用于一维残差网络的注意力模块并将其嵌入到残差模块中构建出多尺度注意力残差网络(Multi-scale attention residual network,MSA-ResNet)模型最后利用实验台数据验证所提模型的有效性和优越性。

该论文有图44幅表18个参考文献92篇。

关键词 电机故障诊断 多尺度特征卷积神经网络注意力机制

II

Abstract

In the process of modern industrial production equipment continuously movingtowards the direction of structure, automation and intelligence,motors are still themain power output equipment. Failure of the motor during operation will causeproblems such as reduced operating efficiency and increased system energyconsumption. In severe cases, the motor will be damaged, causing the overall systemequipment to be stopped for maintenance for a long time, causing serious economiclosses.Therefore, the research of motor intelligent fault diagnosis technology is ofgreat significance for ensuring the stability and reliability of efficient operation ofproduction equipment.With the continuous innovation and development of scienceand technology, breakthroughs have been made in signal processing, artificialintelligence and other technologies,and fault diagnosis technology has become moreprecise and intelligent.The thesis combines the common fault diagnosis problems ofthe motor in the actual production process and the fault diagnosis in the strong noiseenvironment.Based on the analysis of the failure mechanism, the intelligent faultdiagnosis method of the motor is studied in depth.

(1)Firstly, the intelligent fault diagnosis method based on signal processing isstudied, the mechanism of motor fault generation based on vibration signals isexplored.Based on the analysis of the motor fault characteristics under differentoperating states, the signal analysis method based on empirical mode decompositionis studied, and aimed at it Existing modal aliasing is proposed to use set empiricalmodal decomposition to analyze the motor vibration signals, select the first 4 ordersof IMF components through correlation analysis and calculate the correspondingenvelope spectrum and marginal spectrum as the feature extracted signal sequence.

(2)Calculate 9 different time and frequency domain statistical features in themulti-sequence sample signal to obtain the original feature set.Based on the analysisof the clustering algorithm, a sensitive feature based on adjusting mutual informationand standard deviation is proposed. Select a method to filter features from the original

III

feature set to construct a sensitive feature set for motor fault diagnosis. In addition, inview of the problems of feature interference and redundancy in the feature set, afeature dimension reduction method is proposed to reduce the feature dimension.Finally, two more popular machine learning algorithms,Support Vector Machines andExtreme Learning Machine,are used to implement motor fault diagnosis and verifiedby comparison experiments.

(3)Aiming at the problems of complicated processes and excessive humanintervention in traditional intelligent fault diagnosis methods based on signalprocessing, the advantages of one-dimensional convolutional neural networks onone-dimensional time series are analyzed, and faults based on end-to-end 1 DCNNnetworks are studied.A diagnostic method and a multi-scale feature fusion frameworkusing convolutional layers with different scale kernels are proposed.A multi-scaleone-dimensional convolutional neural network based motor fault diagnosis method isconstructed.Finally, the superiority of the proposed method under variable operatingconditions and noise interference is verified through experiments.

(4) In order to improve the recognition efficiency and accuracy of the faultdiagnosis method under variable operating conditions and strong noise interferenceenvironment, a multi-scale feature fusion framework is built on the basis of theresidual network structure. Study the algorithm implementation principle of attentionmechanism, design the attention module suitable for one-dimensional residualnetwork,and embed it in the residual module to build a multi-scale attention residualnetwork model. Finally, the validity and superiority of the proposed model areverified using experimental bench data.

The article has 40 figures, 18 tables and 92 references.

Keywo rds:motor; fault diagnosis;multi-scale features; convo lutional neural network;attention mechanism

IV

V

目 录

摘 要.............................................................................................................................I

目 录..........................................................................................................................VI

图清单...........................................................................................................................X

表清单.......................................................................................................................XIII

变量注释表...............................................................................................................XIV

1绪论............................................................................................................................1

1.1研究背景和意义. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1

1.2研究现状. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2

1.3主要研究内容和章节安排. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6

2电机故障诊断原理与信号分析...............................................................................9

2.1电机故障机理分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .9

2.2振动信号分析方法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .12

2.3本章小结. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .16

3基于改进调整互信息的特征选择和故障诊断方法.............................................17

3.1引言. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17

3.2改进的特征选择方法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17

3.3降维和模式识别算法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .20

3.4实验分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .27

3.5本章小结. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .37

4基于多尺度一维卷积神经网络的电机故障诊断方法.........................................38

4.1引言. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .38

4.2卷积神经网络结构. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .38

4.3反向传播算法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .41

4.4批归一化层. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .42

4.5一维卷积神经网络结构. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .43

4.6多尺度特征融合. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .44

4.7多尺度一维卷积神经网络. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .44

4.8实验分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .46

4.9本章小结. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .50

5基于多尺度残差网络和注意力机制的故障诊断方法.........................................51

5.1引言. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .51

VI

5.2残差网络. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .51

5.3注意力机制. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .52

5.4多尺度注意力残差网络. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .56

5.5实验分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .58

5.6本章小结. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .62

6总结与展望..............................................................................................................63

6.1总结. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .63

6.2展望. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .64

参考文献......................................................................................................................65

作者简历......................................................................................错误未定义书签。

学位论文原创性声明.................................................................错误未定义书签。

学位论文数据集..........................................................................错误未定义书签。

VII

Contents

Abstract......................................................................................................................III

C o n te n ts.................................................................................................................VIII

List of Figure s..............................................................................................................X

Lis t of Ta ble s............................................................................................................XIII

List of Variables.......................................................................................................XIV

1 Introduction...............................................................................................................1

1.1 Background and Significance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1

1.2 Research Status. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2

1.3 Main Research Content and Chapter Arrangement. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6

2 Principle and Signal Analysis of Motor Fault Diagnosis.......................................9

2.1 Motor Failure Mechanism Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .9

2.2 Vibration Signal Analysis Method. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .12

2.3 Chapter S ummary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .16

3 Feature Selection and Fault Diagnosis Method Based on Improved Adjustmentof Mutual Information...............................................................................................17

3.1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17

3.2 Improved Feature Selection Method. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17

3.3 Dimension Reduction and Pattern RecognitionAlgorithms. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .20

3.4 Experiment Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .27

3.5 Chapter S ummary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .37

4 Motor Fault Diagnosis Method Based on Multi-scale One-DimensionalConvolutional Neural Network.................................................................................38

4.1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .38

4.2 Convolutional Neural Network Structure. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .38

4.3 Back Propagation Algorithm. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .41

4.4 Batch Normalization Layer. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .42

4.5 One-Dimensional ConvolutionalNeuralNetwork Structure. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .43

4.6 Multi-scale Feature Fusion. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .44

4.7 Multi-scale One-Dimensional Convolutional Neural Network. . . . . . . . . . . . . . . . . . . . . . . . . . . . .44

4.8 Experiment Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .46

VIII

4.9 Chapte r S ummary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .50

5 Fault Diagnosis Method Based on Multi-scale Residual Network and AttentionMechanism..................................................................................................................51

5.1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .51

5.2 Residual Network. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .51

5.3 Attention Mechanism. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .52

5.4 Multi-scale Attention Residual Network. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .56

5.5 Experiment Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .58

5.6 Chapte r S ummary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .62

6 Conclusions and Prospects.....................................................................................63

6.1 Conclusions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .63

6.2 Prospects. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .64

References...................................................................................................................65

Author’s Resume........................................................................错误未定义书签。

D iss e rtatio n O rigina lity.............................................................错误未定义书签。

The s is D ata Colle ctio n...............................................................错误未定义书签。

IX

iWebFusion:独立服务器月付57美元起/5个机房可选,10Gbps服务器月付149美元起

iWebFusion(iWFHosting)在部落分享过很多次了,这是成立于2001年的老牌国外主机商H4Y旗下站点,提供的产品包括虚拟主机、VPS和独立服务器租用等等,其中VPS主机基于KVM架构,数据中心可选美国洛杉矶、北卡、本德、蒙蒂塞洛等。商家独立服务器可选5个不同机房,最低每月57美元起,而大流量10Gbps带宽服务器也仅149美元起。首先我们分享几款常规服务器配置信息,以下机器可选择5...

hostyun评测香港原生IPVPS

hostyun新上了香港cloudie机房的香港原生IP的VPS,写的是默认接入200Mbps带宽(共享),基于KVM虚拟,纯SSD RAID10,三网直连,混合超售的CN2网络,商家对VPS的I/O有大致100MB/S的限制。由于是原生香港IP,所以这个VPS还是有一定的看头的,这里给大家弄个测评,数据仅供参考!9折优惠码:hostyun,循环优惠内存CPUSSD流量带宽价格购买1G1核10G3...

恒创新客(317元)香港云服务器 2M带宽 三网CN2线路直连

恒创科技也有暑期的活动,其中香港服务器也有一定折扣,当然是针对新用户的,如果我们还没有注册过或者可以有办法注册到新用户的,可以买他们家的香港服务器活动价格,2M带宽香港云服务器317元。对于一般用途还是够用的。 活动链接:恒创暑期活动爆款活动均是针对新用户的。1、云服务器仅限首次购买恒创科技产品的新用户。1 核 1G 实例规格,单个账户限购 1台;其他活动机型,单个账户限购 3 台(必须在一个订单...

卷积神经网络为你推荐
手游运营手册新浪无线 这个公司开发手机游戏吗?flash导航条如何用Flash制作简单的导航栏ps抠图技巧photoshop最基本的抠图方法和技巧!办公协同软件协同企业办公的软件有哪些?网易公开课怎么下载哪位高手指导一下,如何下载网易公开课啊?天天酷跑刷金币天天酷跑怎么刷金币?开机滚动条如何关闭开机滚动条?怎么点亮qq空间图标怎么点亮QQ空间的图标人人逛街人人都喜欢逛街吗网站推广外链网站推广,免费的超级外链有用吗?seo还应该做什么
七牛优惠码 分销主机 香港cdn 12u机柜尺寸 华为4核 刀片服务器是什么 cn3 php空间购买 卡巴斯基是免费的吗 cloudlink 创建邮箱 web服务器搭建 网页提速 实惠 umax 广州服务器托管 石家庄服务器 架设代理服务器 globalsign 卡巴斯基免费下载 更多