摘要: switch($_FILES[$field]... 阅读全文
posted @ 2016-11-07 11:12 老耗子 阅读(40) 评论(0) 推荐(0) 编辑
摘要: switch($_FILES[$field]... 阅读全文
posted @ 2016-11-07 11:12 老耗子 阅读(50) 评论(0) 推荐(0) 编辑
摘要: switch($_FILES[$field]['error']) { case 1: // 文件大小超出了服务器的空间大小 break; case 2: // 要上传的文件大小超出浏览器限制 $this->setError("The file is to... 阅读全文
posted @ 2016-11-07 11:11 老耗子 阅读(165) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define SIZE 10int n[SIZE];void init(int n[], int len){ int i; srand((unsigned)time(NULL)); for (i=0; i= h... 阅读全文
posted @ 2016-11-07 10:30 老耗子 阅读(117) 评论(0) 推荐(0) 编辑
摘要: #include #include #inc... 阅读全文
posted @ 2016-11-07 10:30 老耗子 阅读(40) 评论(0) 推荐(0) 编辑
摘要: #include #include #inc... 阅读全文
posted @ 2016-11-07 10:30 老耗子 阅读(78) 评论(0) 推荐(0) 编辑