alibaba.fastjson 把实体类转json,第一个字母不改为小写
TypeUtils.compatibleWithJavaBean = true;
TypeUtils.compatibleWithJavaBean = true;
Read English book,Listen it’s news or broadcast ,write diaries ,speak to foreigners or speak to yourself.
md5 文件
shasum -a 1 文件
shasum -a 256 文件
PHP:
LoadModule php7_module libexec/apache2/libphp7.so
VHost:
Include /private/etc/apache2/extra/httpd-vhosts.conf
伪静态:
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
AllowOverride None 改为 AllowOverride All
编辑 /etc/apache2/extra/httpd-vhosts.conf
<VirtualHost *:80>
ServerAdmin xuxin
DocumentRoot "/Volumes/My/study"
ServerName example.com
ErrorLog "/Volumes/My/study/logs/error_log"
CustomLog "/Volumes/My/study/logs/access_log" common
<Directory "/Volumes/My/study">
Options FollowSymLinks Multiviews Indexes
MultiviewsMatch Any
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
sudo apachectl restart