のねのBlog

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

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

BRG2030

DIGA Manager初期設定・リモコン設定>ネットワーク通信設定>宅外リモート接続設定>機器ID確認 機器ID: 機器パスワード:

海外からSlingBox経由でNetflixなどが見れるように、ブルーレイレコーダDMR-BRG2030を買った。

ブルーレイレコーダのDMR-BRG2030を買った。 6チャンネル録画できる。レコーダーで、Amazonプライム、Netflix、Huluが見れた。 ネットワークへの切替にすこし5秒ぐらいかかるが、 そのあとは、サクサク動くのでなかなかいい。これに、SlingBoxをつないで、ア…

分波器 TBP-FF/W

TBP-SS/WとTBP-FF/Wは、何が違うんだろう? TBP-SS/W:ストレート型コネクタ付 TBP-FF/W:F型コネクタ付付属のコネクタが、違うみたいだ。 それ以外の違いはない これでよさそうだ。YOU+ アンテナ分波器(地デジ・CATV・BS/CS対応) 出力側S-4C-FBケーブル40cm…

LiveUnitTesting ".vs"フォルダ

Setting the location of Live Unit Testing build artifacts I want the artifacts of a Live Unit Testing build to go to a specific location instead of the default location under the .vs folder. How can I change that? Answer: Set the LiveUnitT…

LiveUnitTestで DLL を読み込めません:指定されたモジュールが見つかりません。 (HRESULT からの例外:0x8007007E)

何か別のフォルダを作ってカレントにしているように見える。 [00:25:02.465 Verbose] - Aggregator - [Workflow 1] Received TestResponseEvent (TestResult) for Tests.dll:Com.Engine.Tests (Test 失敗 メッセージ: テスト メソッド Com.Engine.Tests が例…

Visual Studio オプション>デバッグ>エディットコンティニューが操作できない

プログラムが動いているから、操作できないだけだった。プログラム実行中 プログラム停止

C# テスト 0テストでカバー済み

ユニットテストを書いたつもりが、 0テストでカバー済みとなり、テストとして認識してくれなかった。確認したところ、以下のTestMethod()属性がついてなかった。 [TestMethod()]

VS2017 C# Live Unit Testing ビルドが完了しました (失敗)。

LiveUnitTestingが動かなくなった。 何が失敗してるんだろ? [15:19:35.612 Info] Live Unit Testing が開始されました。 [15:19:36.809 Info] ビルドが完了しました (失敗)。developercommunity.visualstudio.com Live Unit Testの開始のログ [16:00:06.531…

C# の単体テストでエラー、<0 (System.Int32)> が必要ですが、<0 (System.UInt32)> が指定

メッセージ: Assert.AreEqual に失敗しました。 <0 (System.Int32)> が必要ですが、 <0 (System.UInt32)> が指定されています。エラー uint Height Assert.AreEqual(0, Height);こうすると、通った。 Assert.AreEqual<UInt32>(0, Height);</uint32>

VS2017 このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。

警告 IDE0006 プロジェクトの読み込み中にエラーが発生しました。 失敗したプロジェクトとそれに依存するプロジェクトの完全なソリューション解析など、 一部のプロジェクト機能が使用できなくなりました。 警告 このプロジェクトは、このコンピューター上に…

vagrant No host IP was given to the Vagrant core NFS helper.

vagrant No host IP was given to the Vagrant core NFS helper. This is\nan internal error that should be reported as a bug.

Vagrant.configure

# -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless …

vagrant shared

C:\HashiCorp\Vagrant>vagrant reload ==> default: Attempting graceful shutdown of VM... ==> default: Starting the machine... ==> default: Waiting for the machine to report its IP address... default: Timeout: 120 seconds default: IP: 192.168…

Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft Corporation. All rights reserved. C:\Windows\system32>cd \ C:\>dir ドライブ C のボリューム ラベルは System です ボリューム シリアル番号は FD2C-E6D0 です C:\ のディレクトリ 2017/04/2…

vagrant shared

C:\HashiCorp\Vagrant>vagrant reload ==> default: Attempting graceful shutdown of VM... ==> default: Starting the machine... ==> default: Waiting for the machine to report its IP address... default: Timeout: 120 seconds default: IP: 192.168…

vagrant shared

C:\HashiCorp\Vagrant>vagrant reload ==> default: Attempting graceful shutdown of VM... ==> default: Starting the machine... ==> default: Waiting for the machine to report its IP address... default: Timeout: 120 seconds default: IP: 192.168…

vagrant up

起動したようだ。 user: vagrant password:vagrant でログインできた。 C:\HashiCorp\Vagrant>vagrant up --provider hyperv Bringing machine 'default' up with 'hyperv' provider... ==> default: Verifying Hyper-V is enabled... ==> default: Importin…

vagrant Script: import_vm_vmcx.ps1 Error:

C:\HashiCorp\Vagrant>vagrant up --provider hyperv Bringing machine 'default' up with 'hyperv' provider... ==> default: Verifying Hyper-V is enabled... ==> default: Importing a Hyper-V instance default: Please choose a switch to attach to y…

vagrant help

C:\HashiCorp\Vagrant>vagrant help Usage: vagrant [options] <command> [<args>] -v, --version Print the version and exit. -h, --help Print this help. Common commands: box manages boxes: installation, removal, etc. destroy stops and deletes all traces of th</args></command>…

C:\HashiCorp\Vagrant>vagrant box add maxx/ubuntu16 ==> box: Loading metadata for box 'maxx/ubuntu16' box: URL: https://atlas.hashicorp.com/maxx/ubuntu16 This box can work with multiple providers! The providers that it can work with are lis…

www.raspberrypi.org 2017-04-10-raspbian-jessie.zip 2017-04-10-raspbian-jessie.img blog.3mdeb.com

qemu help

>qemu-system-arm -help QEMU emulator version 2.9.0 (v2.9.0-11661-gf61a662407-dirty) Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers usage: qemu-system-arm [options] [disk_image] 'disk_image' is a raw hard disk image…

qemu raspi2

qemu-system-arm -kernel <your_kernel_image> -cpu arm1176 -m 256 -M versatilepb -serial stdio -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" -drive "file=<your_rapsbian_image>,index=0,media=disk,format=raw" -redir tcp:2222::22これで、起動した。 起動するまで、少し時間がかかる</your_rapsbian_image></your_kernel_image>…

qemu system arm

>qemu-system-arm -M raspi2 -kernel kernel-qemu-4.4.34-jessie -sd 2017-04-10-raspbian-jessie.img -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblkOp2"WARNING: Image format was not specified for …

qemu

github.comgithub.com

qemu-system-arm -cpu help

QT5

>qemu-system-arm -cpu help qemu-system-arm: No machine specified, and there is no default Use -machine help to list supported machines>qemu-system-arm -machine help Supported machines are: akita Sharp SL-C1000 (Akita) PDA (PXA270) ast2500-…

Chrome Remote Desktop アクセスコードが無効です。もう一度入力してください。

Hyper-vのUbuntuでRemote Desktopを動かし、 Windows10から接続しようとしたところ、 Windows10側でエラーが出て接続できなかった。Ubuntu側には、共有していいですかのダイアログがでるので許可はしていそう。 アクセスコードが無効です。もう一度入力して…

qt ubuntu build error

QT5

cannot find -lGL collect2:error:ld returned 1 exit statusstackoverflow.com locale libGL /usr/lib/x86_64-linux-gnu/libGLEW.so.1.13 /usr/lib/x86_64-linux-gnu/libGLEW.so.1.13.0 /usr/lib/x86_64-linux-gnu/libGLEWmx.so.1.13 /usr/lib/x86_64-linux…

ubuntu qt インストール

QT5

ダウンロードしたqtのファイル(qt-opensource-linux-x64-5.8.0.run)を右クリック>パーミッション 実行できるようにチェックする。www.dash.org

Hyper-v ubuntu 解像度の変更

簡単には変えられないみたい。 qiita.com コピペもできなかった。