卷积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

妮妮云(30元),美国300G防御 2核4G 107.6元,美国高速建站 2核2G

妮妮云的来历妮妮云是 789 陈总 张总 三方共同投资建立的网站 本着“良心 便宜 稳定”的初衷 为小白用户避免被坑妮妮云的市场定位妮妮云主要代理市场稳定速度的云服务器产品,避免新手购买云服务器的时候众多商家不知道如何选择,妮妮云就帮你选择好了产品,无需承担购买风险,不用担心出现被跑路 被诈骗的情况。妮妮云的售后保证妮妮云退款 通过于合作商的友好协商,云服务器提供2天内全额退款,超过2天不退款 物...

云步云72.5元/月起云服务器,香港安畅/葵湾/将军澳/沙田/大浦CN2机房,2核2G5M

云步云怎么样?云步云是创建于2021年的品牌,主要从事出售香港vps、美国VPS、日本VPS、香港独立服务器、香港站群服务器等,机房有香港、美国、日本东京等机房,目前在售VPS线路有CN2+BGP、CN2 GIA,香港的线路也是CN2直连大陆,该公司旗下产品均采用KVM虚拟化架构。目前,云步云提供香港安畅、沙田、大浦、葵湾、将军澳、新世界等CN2机房云服务器,2核2G5M仅72.5元/月起。点击进...

JustHost俄罗斯VPS有HDD、SSD、NVMe SSD,不限流量低至约9.6元/月

justhost怎么样?justhost服务器好不好?JustHost是一家成立于2006年的俄罗斯服务器提供商,支持支付宝付款,服务器价格便宜,200Mbps大带宽不限流量,支持免费更换5次IP,支持控制面板自由切换机房,目前JustHost有俄罗斯6个机房可以自由切换选择,最重要的还是价格真的特别便宜,最低只需要87卢布/月,约8.5元/月起!总体来说,性价比很高,性价比不错,有需要的朋友可以...

卷积神经网络为你推荐
照片转手绘如何把真人图片用photoshop做成手绘图片直播加速怎么让已拍摄好的视频加速直播加速有没有软件使已经下载好了的视频播放加速,例如30分钟的视频15分钟或者20分钟播放完qq怎么发邮件qq怎么发文件和邮件保护气球如何才能让气球放久了不会没气人人逛街人人都喜欢逛街吗免费免费建站可以不用钱免费做一个网站吗二层交换机什么是二层交换机网络广告投放网络广告投放有哪些技巧?srv记录如何解析一个SRV域名的ip
已备案域名查询 美国虚拟主机购买 域名转让 域名注册godaddy 天津服务器租赁 VPS之家 免费com域名申请 qq云存储 mobaxterm 河南服务器 台湾谷歌网址 权嘉云 炎黄盛世 泉州电信 东莞服务器 cloudlink 中国电信测速器 实惠 nnt winserver2008 更多