tomcat配置spring profiles springboot打包war部署到外部tomcat的时候指定profile启动 windows
在%tomcat%/bin下创建setenv.bat文件
linux
在%tomcat%/bin下创建setenv.sh文件
使用JVM参数:
windows set "JAVA_OPTS%JAVA_OPTS% -Dspring.profiles.activedev"in…
scipy.misc.imresize源码
numpy.deprecate(message"imresize is deprecated in SciPy 1.0.0, ""and will be removed in 1.3.0.\n""Use Pillow instead: numpy.array(Image.fromarray(arr).resize()).")
def imresize(arr, size, interpbilinea…