のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

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

android monitor 'lib\monitor-\monitor'が見つかりません。

'lib\monitor-\monitor'が見つかりません。 名前を正しく入力したかどうかを確認してから、やり直してください。C:\Android\sdk\tools>monitor.bat Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/archquery/Main : Unsup…

TypeError: array([[ 6.47354955]]) is not JSON serializable

エラーが出てるけど、通った。 Traceback (most recent call last): File "vm_main.py", line 33, in <module> import main File "/tmp/vmuser_cjxpbyuhoz/main.py", line 2, in <module> import studentMain File "/tmp/vmuser_cjxpbyuhoz/studentMain.py", line 61, in <module> sy</module></module></module>…

DeprecationWarning: Passing 1d arrays as data is deprecated in 0.17

エラーの場合: reg.predict([27])正常の場合: 角カッコの数が2個だった。 reg.predict([[27]])/usr/local/lib/python2.7/dist-packages/sklearn/utils/validation.py:386: DeprecationWarning: Passing 1d arrays as data is deprecated in 0.17 and will…

Python リスト内包表記

Pythonで一行で書いてるひとがいた。qiita.comwww.lifewithpython.com

Visual Studio Python No module named email_preprocess

Visual Studioで実行するとき、 カレントディレクトリが違うため、 エラーになっているようだ。 No module named email_preprocessカレントディレクトリがソリューションファイルの位置になる。 >>> import os >>> os.getcwd() 'D:\\0510_udacity' 変更前 im…

un(shallow)copyable object of type <type 'Element'>

un(shallow)copyable object of type <type 'Element'>Pythonのstandard libraryまで、デバッグしたいとき、以下にチェックすると入れる。 stackoverflow.com</type>

ピアネットワークが11%使用

Peer Name Resolution Protocol Peer Networking Grouping Peer Networking Identity ManagerPNRPsvcを停止し、無効にしてみた。

Visual Studio Python default environment

デフォルトの環境を変更するには、対象の環境を選択して、その下にある[Make this default environment for new projects]をクリックする。 www.atmarkit.co.jp

windows anaconda python2.7

>conda info --envs # conda environments: # root * C:\Users\u01\Anaconda3>conda create -n py27con python=2.7 anaconda Fetching package metadata ........... Solving package specifications: . Package plan for installation in environment C:\Us…

Skype for Businessでスピーカーから音声出力させたいとき

Skype For Businessでスピーカから音声を出力させたかった。 デバイスの変更で、スピーカーを選びたいのだが、スピーカーが表示されない。コントロールパネル>サウンドで、一度再生デバイスを無効>有効にしたところ 表示されるようになった。

コマンドプロンプトの透過操作

コマンドプロンプトの透過をマウスやキーで操作できるみたいだ。Windows Serverのテクニカル・プレビューより引用 What's New in the Windows Console in Windows Server 2016 Technical Preview 透明度を高めます Ctrlキー+Shiftキー + プラスキー(+) ま…

octave svd 特異値分解

特異値分解 mathtrain.jprank mathtrain.jpeigenvectors 固有ベクトル、固有値ベクトル ejje.weblio.jp

octave closest 距離

scicomp.stackexchange.com ノルム mathtrain.jp