Makefile中的filter函数 1,filter函数的作用和语法语法:$(filter SUFFIX…,$(SOURCES))作用:保留字串 " $(SOURCES)" 中所有符合模式 “ SUFFIX ” 的单词2,实例sources := main.c AT.txtfoo : $(sources) cc $(filter %.c,%.s,$(sources)) -o foo... Makefile 2023-08-24 44 点赞 0 评论 66 浏览
IDEA 导入javaWeb项目1. 导入后的项目1.把项目变成web项目配置 artifact然后这边就自动配置成了tomcat:然后运行没有毛病!! java 2023-08-18 50 点赞 0 评论 75 浏览