?? pretreatment.h
字號:
#pragma once
#include <iostream>
using namespace std;
class Pretreatment
{
private:
int other;
protected:
_ConnectionPtr m_pConnection;
public:
Pretreatment();
bool InitDB(); //初始化數(shù)據(jù)連接
void clear_redundance(); //清除jpg,gif,css數(shù)據(jù)
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -