mac安装Gradle及配置
一级标题从官网https://gradle.org/install/下载二进制文件,解压然后打开命令行工具```bashopen-e.bash_profile增加配置exportGRADLE=/Users/arthur/Desktop/java/gradle/gradle-6.6.1exportPA
You got to put the past behind you before you can move on.
一级标题从官网https://gradle.org/install/下载二进制文件,解压然后打开命令行工具```bashopen-e.bash_profile增加配置exportGRADLE=/Users/arthur/Desktop/java/gradle/gradle-6.6.1exportPA
Mac系统版本大于10.11的,需要暂时关闭:SystemIntegrityProtectionSIP"系统完整性"。关闭SIP设置成功后,再次开启SIP。如何关闭SIP(1)重启电脑,开机声音响起后按住command+R进入recoverymode(2)顶部菜单Uitlitie
1.在pom文件中添加依赖<dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><scope>runtime</s
添加maven依赖<dependency><groupId>junit</groupId><artifactId>junit</artifactId><scope>test</scope></dependenc
安装yuminstallsubversion配置1.我们这里在/usr/local下建立一个名为svn的总目录,以后所有代码都放在这个下面,创建成功后在svn下面多了几个文件夹。[root@localhost/]#cd/usr/local[root@localhostlocal]#mkdirsvn2
解决413的正常途径服务器的上传大小设置的不对,修改服务器上传大小对于nginx的配置有三个地方可以设置分别是http,server,location根据实际情况设置具体的大小client_max_body_size50m;