By admin, 12 五月, 2022

1. 添加软件源

见参考1。

2. 安装Nginx

yum install nginx

service nginx start

systemctl enable nginx.service

修改/etc/nginx/nginx.conf

3. 安装PHP

yum install php81 php81-php-fpm php81-php-pdo php81-php-mysqlnd php81-php-xml php81-php-gd php81-php-mbstring php81-php-pecl-zip

service php81-php-fpm start

systemctl enable php81-php-fpm.service

配置/etc/nginx/nginx.conf

By admin, 5 五月, 2022

2012年8月,日本京都大学的望月新一教授在自己的网站上发表了“对ABC猜想进行证明”的论文,引起了很大反响。该论文是一篇以《宇宙际泰希米勒理论(IUT理论))为题使用IUT理论对ABC猜想进行证明。论文在经历了8年多的同行评议后,于2021年4月刊登在数学专业期刊PRIMS上。

https://www.kurims.kyoto-u.ac.jp/~motizuki/research-japanese.html

标签