摘要:
世纪惨案:导入EXCEL出现:表头为 erp_orders_id;UPDATE `erp_orders` SET orders_ship_fee='', `orders_shipping_code`='' WHERE erp_orders_id=erp_orders_id;全部追踪号全没了。 阅读全文
摘要:
error1:ERROR 1045 (28000): Access denied for user 'root'@'xyt.local' (using password: YES)grant all on mysql.* to 'root'@'192.168.11.172' identified b... 阅读全文
摘要:
脚本执行:test:#!/bin/basha="Hello ,World!"echo "A is:" $a变为可执行sudo chmod +x test加入自动任务:自动任务配置文件: /etc/crontab# m h dom mon dow user command17 * * * * ... 阅读全文
摘要:
游标: 类似于数组的下标。declare cur_test CURSOR for select id ,username from erp_manages; 定义游标;declare continue handler FOR SQLSTATE '02000' set done=1; 当数据扫描到... 阅读全文