摘要:
sql-事务 开始执行事务:begin transaction 提交事务:commit transaction 回滚:rollback transaction 栗子: begin transaction BEGIN TRY update student set age=23 where name=' 阅读全文
摘要:
效果: html代码: <!-- 工具容器 --> <div id="toolbar" class="btn-group"> <button id="btn_add" type="button" class="btn btn-default"> <span class="glyphicon glyp 阅读全文