摘要:
1.测试机新增表权限 grant delete,insert on jjgzhs to public ; 2.正式机执行生成后 插入到测试机 delete imes.jjgzhs@METEST; INSERT INTO imes.jjgzhs@METEST (user_id, work_shop, 阅读全文
摘要:
/* Blink Turns an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the UNO, MEGA and 阅读全文
摘要:
class Program { static void Main(string[] args) { Console.WriteLine(INSTRUCTION_STATUS.新建); Console.ReadKey(); } } class INSTRUCTION_STATUS { public c 阅读全文