03 2018 档案
摘要:https://blog.csdn.net/liang13664759/article/details/1771246 const 放在函数后表示这个函数是常成员函数, 常成员函数是不能改变成员变量值的函数。
阅读全文
摘要:#ifndef ADJUST_FREQUENCY #define ADJUST_FREQUENCY #ifdef __cplusplus extern "C" { #endif extern void test_adjust_freq(int time); extern void test_monkey(int time); #ifdef __cplusplus } #endif ...
阅读全文
摘要:# mysql服务器注释支持# #到该行结束# -- 到该行结束 # /* 行中间或多个行 */ drop database if exists db_warehouse;create database db_warehouse;use db_warehouse; /*create table t_
阅读全文