A fragmented, pick 'n 'mix cinematic culture, represented on this list by highly referential films such as Kill Bill, Moulin Rouge! And Far from Heaven, is increasingly the norm, not the exception.
The -n debugging flag causes make to print a list of things it thinks it needs to do; it's not always correct, but it often gives you an idea of what's wrong.
n 调试标记会导致 make 打印它认为需要做的事情的一个列表;这并不总是正确的,不过通常可以为思考哪些地方出现了问题而提供一些思路。
3
([toStr(e)+'\n' for e in employeeList] uses Jython's list comprehension to turn each result into a line written in slaries.txt with the lambda function toStr.
([toStr(e)+'\n' for e in employeeList]) 通过 Jython 的列表理解,用 lambda 函数 toStr 将每个结果变成 slaries.txt 中的一行。