摘要:
BEGIN DECLARE diff, x INT; SET diff =0; SET x = 10072; WHILE (x < 40070 ) DO insert into order_info( id, sale_area_id , type_dic , `code` , pay , real_pay , consignee , consignee_address , consig... 阅读全文
摘要:
package test.com.ict.compent.amazom; import java.util.ArrayList; import java.util.List; public class MathPrime { public static void main(String[] args) { List add = new MathPrime().math... 阅读全文