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

Hosteons - 限时洛杉矶/达拉斯/纽约 免费升级至10G带宽 低至年$21

Hosteons,一家海外主机商成立于2018年,在之前还没有介绍和接触这个主机商,今天是有在LEB上看到有官方发送的活动主要是针对LEB的用户提供的洛杉矶、达拉斯和纽约三个机房的方案,最低年付21美元,其特点主要在于可以从1G带宽升级至10G,而且是免费的,是不是很吸引人?本来这次活动是仅仅在LEB留言提交账单ID才可以,这个感觉有点麻烦。不过看到老龚同学有拿到识别优惠码,于是就一并来分享给有需...

CloudCone月付$48,MC机房可小时付费

CloudCone商家在前面的文章中也有多次介绍,他们家的VPS主机还是蛮有特点的,和我们熟悉的DO、Linode、VuLTR商家很相似可以采用小时时间计费,如果我们不满意且不需要可以删除机器,这样就不扣费,如果希望用的时候再开通。唯独比较吐槽的就是他们家的产品太过于单一,一来是只有云服务器,而且是机房就唯一的MC机房。CloudCone 这次四周年促销活动期间,商家有新增独立服务器业务。同样的C...

亚洲云-浙江高防BGP.提供自助防火墙高防各种offer高防BGP!

 亚洲云Asiayun怎么样?亚洲云Asiayun好不好?亚洲云成立于2021年,隶属于上海玥悠悠云计算有限公司(Yyyisp),是一家新国人IDC商家,且正规持证IDC/ISP/CDN,商家主要提供数据中心基础服务、互联网业务解决方案,及专属服务器租用、云服务器、云虚拟主机、专属服务器托管、带宽租用等产品和服务。Asiayun提供源自大陆、香港、韩国和美国等地骨干级机房优质资源,包括B...

卷积神经网络为你推荐
湖南商标注册湖南商标注册最好的公司怎么在qq空间里添加背景音乐怎么在QQ空间里插入背景音乐??吴晓波频道买粉罗辑思维,晓松奇谈,鸿观,吴晓波频道,财经郎眼哪个更有深度ps抠图技巧ps的抠图技巧是什么今日热点怎么删除今日热点自动弹出怎么卸载或屏蔽qq空间装扮qq空间怎么装扮彩信中心联通手机的彩信中心如何设置?天天酷跑刷金币天天酷跑怎么刷金币?雅虎天盾高手进来看看我该怎么办 新装的ie8 内存使用率达到100%了怎么升级ios6苹果IOS5怎么升级IOS6版本
大庆服务器租用 域名查询系统 北京域名空间 lamp安装 pw域名 gomezpeer gateone lighttpd 亚洲小于500m 骨干网络 中国电信测速112 数字域名 宁波服务器 cdn联盟 卡巴斯基免费试用 申请网站 linode支付宝 美国盐湖城 wordpress中文主题 ledlamp 更多