摘要:
/* update the time of the last modification (in handler::update_time) */ #define HA_STATUS_TIME 4 /* update the 'constant' part of the info: handler::max_data_file_length, max_index_fil... 阅读全文
摘要:
好开心,再也不用再多个工具之间切换了,哈哈 擦,功能太弱 阅读全文
摘要:
#include using namespace std; int main () { // declare simple variables int i; int j; double d; // declare reference variables int& r = i; double& s = d; j = 1... 阅读全文