04 2020 档案
摘要:在 MySQL 中只有使用了 Innodb 数据库引擎的数据库或表才支持事务。 事务处理可以用来维护数据库的完整性,保证成批的 SQL 语句要么全部执行,要么全部不执行。 事务用来管理 insert,update,delete 语句。 一般来说,事务是必须满足4个条件(ACID)::原子性(Atom
阅读全文
摘要:test1.cpp源码如下: #include <stdio.h> #include <libxl.h> using namespace libxl; int main() { Book* book = xlCreateBook(); if(book) { Sheet* sheet = book->
阅读全文
摘要:{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https:
阅读全文
摘要:hbg@rohens:/home/program/zookeeper-3.3.3/src/c$ ./configure checking for doxygen... /usr/bin/doxygenchecking for perl... /usr/bin/perlchecking for dot
阅读全文