摘要:
redis是什么: Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can contain s 阅读全文
摘要:
MySQL_C_API编程实践 1MySQL C API helloWorld 1.1有关mysqlclient库 C APIs包含在mysqlclient库文件当中,与MySQL的源代码一块发行,用于连接到数据库和执行数据库查询 1.2helloworld应用程序编写 int main() { i 阅读全文