摘要:
UPDATE mdm_store a,( SELECT user_id FROM sys_user WHERE login_no = '1212231231' ) d SET a.bus_represen = d.user_id where a.store_code in ('CC113443564 阅读全文
摘要:
1 /** 2 * 使用同步方法模拟12306抢票 3 */ 4 public class SynMethed12306 { 5 public static void main(String[] args) { 6 Web12306 one = new Web12306(); 7 new Threa 阅读全文