- 誰かだけが触れるコードを無くす
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Grab('org.apache.poi:poi:3.9') | |
import org.apache.poi.hssf.usermodel.* | |
def config = [ | |
reverseDir : 'output/doc/data', | |
dataDir : 'playsql/data/ut/xls', | |
tableNameMap: 'tableNameMap.dataprop', | |
ignoreTable : [ | |
'ignore_table_name', | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fizz = function f() { | |
fizz = function () { | |
fizz = function () { | |
fizz = f | |
return "Fizz" | |
} | |
} | |
} | |
buzz = function f() { |