一、資料庫引擎要改成 InnoDB。
二、流程…
mysql_query('BEGIN TRANSACTION_NAME');
mysql_query('SELECT * FROM whatever...')
mysql_query('UPDATE blah blah...')
if(check for errors) {
mysql_query('ROLLBACK');
} else {
mysql_query('COMMIT');
}
2008年8月21日 星期四
訂閱:
張貼留言 (Atom)
VirtualBox 空間減肥
@windows vm sdelete64 -z c: @macos VBoxManage modifymedium disk "/Users/fellow/VirtualBox VMs/Win10/Win10.vdi" --compact *.vdi...
-
set0 bit 位元設0 set1 bit 位元設1 tog bit 位元0/1切換 swapc bit 位元與c切換 =================== call addr 呼叫副程式 goto addr 跳躍到標籤 icall [index] 呼叫指標指到的副程式 ig...
-
https://github.com/ljean/modbus-tk/ install pip… sudo apt-get install python-pip install... download modbus_tk-x.x.x.tar.gz tar zxvf...
-
install… sudo apt-get install bluez sudo hciconfig hci0 up scan… sudo hcitool lescan or scan if no response... sudo bluetoothctl ...
沒有留言:
張貼留言