03 2018 档案

摘要:https://blog.csdn.net/liang13664759/article/details/1771246 const 放在函数后表示这个函数是常成员函数, 常成员函数是不能改变成员变量值的函数。 阅读全文
posted @ 2018-03-30 18:59 牧 天 阅读(108) 评论(0) 推荐(0) 编辑
摘要:#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 ... 阅读全文
posted @ 2018-03-28 17:13 牧 天 阅读(146) 评论(0) 推荐(0) 编辑
摘要:# mysql服务器注释支持# #到该行结束# -- 到该行结束 # /* 行中间或多个行 */ drop database if exists db_warehouse;create database db_warehouse;use db_warehouse; /*create table t_ 阅读全文
posted @ 2018-03-17 17:11 牧 天 阅读(179) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示