Li::Feel

りとるす的雑記帳。

2016-11-01から1ヶ月間の記事一覧

GradleでSpark Frameworkを使ったAppを実行するとWarnが出てキモいので直した話

フツーにdependenciesにcompile "com.sparkjava:spark-core:2.5.2"を書くと、こんなエラーが出る。 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://w…

Python3.4 + matplotlib + numpy + PyQt5のセットでPyInstallerを使ってexeファイルを作る

Pythonで作ったmatplotlib + numpy + PyQt5なGUIアプリをPyInstallerでexe化しようと思ったら3時間溶かしたのでメモ。 実行環境 Python3.4.5 32bit Python3.5.x系だとうまくいかない。 Windows10 Pro 64bit 64bitだけどPythonは32bitで。 numpyとscipyはこ…