第一种: \documentclass[a4paper,12pt]{cctart} \begin{document} main body %正文内容 \appendix \renewcommand{\appendixname}{Appendix~\Alph{section}} \section{Some Examples 1} some text... \section{Some Examples 2} some text... \end{document} 第二种:
对于nginx+php的一些网站,上传文件大小会受到多个方面的限制,一个是nginx本身的限制,限制了客户端上传文件的大小,一个是php.ini文件中默认了多个地方的设置. 所以为了解决上传文件大小限定的问题必须要做出多处修改.以下整理了几个地方. 1.修改/usr/local/nginx/conf/nginx.conf 文件,查找 client_max_body_size 将后面的值设置为你想设置的值.比如: # pass the PHP scripts to FastCGI server l