摘要: 先先看一下什么是makefile makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为 makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是--“自动化编译”,一 阅读全文
posted @ 2020-09-22 14:18 牧之丨 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: 我有以下课程: import java.text.NumberFormat; public static class NF { public static NumberFormat formatShares = NumberFormat.getInstance(); public static Nu 阅读全文
posted @ 2020-09-22 00:03 牧之丨 阅读(271) 评论(0) 推荐(0) 编辑