12 2019 档案

摘要:1 2 $q=new Question(); 3 $q->save(['qcount'=>$qs->qcount+1],['id'=>input('qid')]); 4 /////// 5 var_dump((new Question())->db()->getLastSql()); //= 6 / 阅读全文
posted @ 2019-12-24 12:04 MegaByte 阅读(1347) 评论(0) 推荐(0)
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 #include<math.h> 4 5 /* run this program using the console pauser or add your own getch, system("pause") 阅读全文
posted @ 2019-12-19 13:06 MegaByte 阅读(154) 评论(0) 推荐(0)
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 阅读全文
posted @ 2019-12-19 12:53 MegaByte 阅读(1151) 评论(0) 推荐(0)
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 阅读全文
posted @ 2019-12-19 12:51 MegaByte 阅读(162) 评论(0) 推荐(0)