まだそんなことやってんの?

技術系備忘録ブログがメイン

2017-01-08から1日間の記事一覧

anaconda仮想環境activate方法

conda info -e で仮想環境一覧を得る tensor /Users/.pyenv/versions/anaconda3-4.1.1/envs/tensor root * /Users/.pyenv/versions/anaconda3-4.1.1 このtensorをactivateするには source /Users/.pyenv/versions/anaconda3-4.1.1/envs/tensor/bin/activate …

C++ REST SDK 接続確認のpingでjsonをかえすときのresponseの確認

pplx::task<void> RequestJSONValueAsync() { // TODO: To successfully use this example, you must perform the request // against a server that provides JSON data. // This example fails because the returned Content-Type is text/html and not applicat</void>…