2018-03-01から1ヶ月間の記事一覧

pathパスが通らない時

入れたいものを先頭に配置すると通った

ctrl+shift+bでビルドする設定

visual studio code ctrl+shift+bでビルドする設定 https://newbie-hhyuga.blogspot.jp/2017/05/vscodemingwcc.html

pythonでダンプdump

test = h1.get_detection_setting(128) print dir(test) # test = str(dir(h1.get_available_detection_settings())) print vars(test)