<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>NecoTech - ネコ技術</title><description>プログラミング・電子工作・3D制作などの技術文書とTipsをお届けする個人サイト</description><link>https://necotech.org/</link><item><title>WordPress のカスタマイズ taxonomy を記事編集画面に出す</title><link>https://necotech.org/wordpress-custom-taxonomy-post-editor/</link><guid isPermaLink="true">https://necotech.org/wordpress-custom-taxonomy-post-editor/</guid><description>コードで作成したカスタマイズ taxonomy が記事の編集画面に表示されていない場合、以下のオプションを設定すると解消する可能性があります。 ‘show_in_rest’ =&gt; true, コード例 $args = array( ‘hierarchical’ =&gt; false, ‘labels’ =&gt; $pickup…</description><pubDate>Sun, 13 Mar 2022 02:14:38 GMT</pubDate><category>Tips</category><category>php</category><category>show_in_rest</category><category>tag</category><category>taxonomy</category><category>wordpress</category></item><item><title>mysqldumpでAccess denied問題が発生</title><link>https://necotech.org/fix-mysqldump-access-denied/</link><guid isPermaLink="true">https://necotech.org/fix-mysqldump-access-denied/</guid><description>さくらインターネットのレンタルサーバーなどで、mysqldump を実行する際に以下のエラーが発生します。 Error: ‘Access denied; you need (at least one of) the PROCESS privilege(s) for this operation’ when trying…</description><pubDate>Sun, 13 Mar 2022 02:10:10 GMT</pubDate><category>Tips</category><category>--no-tablespaces</category><category>mysql</category><category>mysqldump</category><category>sql</category><category>hosting</category></item><item><title>Ubuntuのsudoコマンドをパスワードなしで実行する</title><link>https://necotech.org/ubuntu-sudo-without-password/</link><guid isPermaLink="true">https://necotech.org/ubuntu-sudo-without-password/</guid><description>/etc/sudoers を編集します。 nano /etc/sudoers 以下の設定を追加します。 %sudo ALL=(ALL:ALL) NOPASSWD:ALL</description><pubDate>Sun, 29 Aug 2021 01:24:49 GMT</pubDate><category>Tips</category><category>sudo</category><category>ubuntu</category></item><item><title>日本語ZIPを解凍して文字化けする際の対処方法</title><link>https://necotech.org/fix-japanese-zip-garbled-characters/</link><guid isPermaLink="true">https://necotech.org/fix-japanese-zip-garbled-characters/</guid><description>日本語環境で作成したZIPを英語環境のWindowsで解凍する場合、中の日本語のファイル名またはフォルダー名が文字化けになる時があります。 解決案 7z をダウンロードしインストールする コマンドライン（Command Line）で以下を実行する &lt;7zのインストールパス&gt;/7z.exe x -mcp=932 &lt;解凍フ…</description><pubDate>Wed, 23 Jun 2021 15:36:58 GMT</pubDate><category>Misc</category></item><item><title>xcrun: error: invalid active developer path エラー</title><link>https://necotech.org/fix-xcrun-invalid-developer-path/</link><guid isPermaLink="true">https://necotech.org/fix-xcrun-invalid-developer-path/</guid><description>macOS をアップデートした後、git を実行すると以下のエラーが発生します。 % git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Dev…</description><pubDate>Wed, 23 Dec 2020 13:09:16 GMT</pubDate><category>Tips</category></item><item><title>centos で node14 をインストールする</title><link>https://necotech.org/install-node14-on-centos/</link><guid isPermaLink="true">https://necotech.org/install-node14-on-centos/</guid><description>1. 以下を実行するとインストールできます。 2. インストールした node のバージョンを確認します。 以上です。</description><pubDate>Wed, 09 Dec 2020 02:10:56 GMT</pubDate><category>Tips</category></item><item><title>debian package の作り方</title><link>https://necotech.org/create-debian-package/</link><guid isPermaLink="true">https://necotech.org/create-debian-package/</guid><description>最も簡単な .deb package の作り方を紹介します。この記事は、こちらの英語の記事に基づいて作成しました。 例えパッケージの名前は helloworld となり、以下のフォルダー構造を作成します。</description><pubDate>Thu, 23 Jan 2020 16:25:06 GMT</pubDate><category>Tips</category><category>debian</category><category>dpkg</category><category>package</category><category>ubuntu</category><category>install</category></item><item><title>s3 と ec2 をマッピングする方法</title><link>https://necotech.org/map-s3-to-ec2/</link><guid isPermaLink="true">https://necotech.org/map-s3-to-ec2/</guid><description>まず AWS でアクセスするための認証キーを発行します。 Profile &gt; My Security Credentials [Create access key] ボタンを押してキーを発行します。すでにアクセスキーを発行したことがあれば、既存のキーを利用できます。</description><pubDate>Wed, 15 Jan 2020 04:44:38 GMT</pubDate><category>Tips</category><category>amazon linux</category><category>ec2</category><category>file system</category><category>mapping</category><category>mount</category><category>s3</category><category>s3fs</category><category>filesystem</category></item><item><title>MacのコマンドラインでPDFを画像に変換する方法</title><link>https://necotech.org/convert-pdf-to-image-macos/</link><guid isPermaLink="true">https://necotech.org/convert-pdf-to-image-macos/</guid><description>sips コマンドを利用するとPDFを簡単に画像に変換できます。使用例は以下のようです。 sips -s format png input.pdf –out output.png</description><pubDate>Thu, 31 Oct 2019 15:26:36 GMT</pubDate><category>Tips</category></item><item><title>コマンドラインでPDFファイルを画像に変更する方法</title><link>https://necotech.org/convert-pdf-to-image-command-line/</link><guid isPermaLink="true">https://necotech.org/convert-pdf-to-image-command-line/</guid><description>バッチ処理、アプリケーションのサーバー側でPDFを画像に変換したい場合、コマンドラインのツールを利用すると便利です。 インストール Poppler は PDF 処理における非常に強力なツールです。Linuxでインストールするパッケージ名は poppler-utils です。</description><pubDate>Thu, 31 Oct 2019 15:21:42 GMT</pubDate><category>Tips</category></item><item><title>Macで絵文字(Emoji)を入力する方法</title><link>https://necotech.org/input-emoji-on-macos/</link><guid isPermaLink="true">https://necotech.org/input-emoji-on-macos/</guid><description>Macで絵文字(Emoji)を入力したい場合、 Ctrl + Command + Space を押すと絵文字の選択メニューが表示されます。???</description><pubDate>Thu, 31 Oct 2019 15:07:14 GMT</pubDate><category>Tips</category></item><item><title>Macで逆スラッシュ「＼」を入力する方法</title><link>https://necotech.org/input-backslash-on-macos/</link><guid isPermaLink="true">https://necotech.org/input-backslash-on-macos/</guid><description>Macの日本語キーボードで、逆スラッシュ「＼」を入力する方法は、optionキーを押しながら￥キーを押します。 Alt+￥</description><pubDate>Tue, 06 Aug 2019 00:33:13 GMT</pubDate><category>Tips</category></item><item><title>Received disconnect from … : Too many authentication failures の解決案</title><link>https://necotech.org/fix-ssh-too-many-auth-failures/</link><guid isPermaLink="true">https://necotech.org/fix-ssh-too-many-auth-failures/</guid><description>問題 SSHで認証用の証明書を使ってサーバーに接続しようとする場合、以下のエラーが表示されます。 Received disconnect from 52.196.174.79 port 22:2: Too many authentication failuresDisconnected from 52.196.174.…</description><pubDate>Thu, 25 Jul 2019 01:44:25 GMT</pubDate><category>Tips</category></item><item><title>macOS で wordpress の mysql 接続エラーの解決方法</title><link>https://necotech.org/fix-wordpress-mysql-connection-macos/</link><guid isPermaLink="true">https://necotech.org/fix-wordpress-mysql-connection-macos/</guid><description>問題 ローカルに wordpress と mysql をダウンロードして動作環境を構築した場合、wordpress を開いたら以下のエラーメッセージが表示されます。 Error establishing a database connection wp-config.php でデータベースの接続情報を正しく記入しました…</description><pubDate>Wed, 16 Jan 2019 15:00:19 GMT</pubDate><category>Tips</category></item><item><title>macOS で img ファイルをSDカードに書き込む</title><link>https://necotech.org/write-img-to-sd-card-macos/</link><guid isPermaLink="true">https://necotech.org/write-img-to-sd-card-macos/</guid><description>GUIのツールはありませんので、Terminal を開いてコマンドを打ちます。 SDカードが認識されているかを確認します。 sudo diskutil list 以下のような出力があります。一番下にある 32GB のディスクがSDカードです。</description><pubDate>Wed, 21 Nov 2018 07:24:46 GMT</pubDate><category>Tips</category></item><item><title>Raspberry Pi で clang++ をインストール</title><link>https://necotech.org/install-clang-on-raspberry-pi/</link><guid isPermaLink="true">https://necotech.org/install-clang-on-raspberry-pi/</guid><description>インストール apt-get を使って clang-4.0 をインストールします。（現時点では 4.0 が最新版） sudo apt-get update sudo apt-get install clang-4.0 これで clang++ をインストールできます。 終わった場合コマンドがリンクされていない場合がありま…</description><pubDate>Mon, 19 Nov 2018 09:55:13 GMT</pubDate><category>Tips</category></item><item><title>perl: warning: Setting locale failed … LC_ALL = (unset) の解決案</title><link>https://necotech.org/fix-perl-locale-setting-failed/</link><guid isPermaLink="true">https://necotech.org/fix-perl-locale-setting-failed/</guid><description>現象 問題に該当するかを試すには以下のコマンドを利用できます。 perl -e exit これを実行して以下のようなエラーが発生します。 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings…</description><pubDate>Fri, 16 Nov 2018 05:50:09 GMT</pubDate><category>Tips</category></item><item><title>AttributeError: ‘module’ object has no attribute ‘xfeatures2d’ エラーの解決案</title><link>https://necotech.org/fix-opencv-xfeatures2d-attribute-error/</link><guid isPermaLink="true">https://necotech.org/fix-opencv-xfeatures2d-attribute-error/</guid><description>python で opencv を利用していて、SIFT や SURF が入っている xfeatures2d を参照しようとしたら以下のエラーメッセージが表示されます。 Traceback (most recent call last): File “test.py”, line 7, in &lt;module&gt; sift…</description><pubDate>Mon, 20 Nov 2017 09:53:30 GMT</pubDate><category>Tips</category></item><item><title>import cv2 で Symbol not found: xxxxx エラーが発生</title><link>https://necotech.org/fix-cv2-symbol-not-found-error/</link><guid isPermaLink="true">https://necotech.org/fix-cv2-symbol-not-found-error/</guid><description>python で opencv を利用しようとして、import cv2 を実行したら以下のようなエラーが表示されます。 $ python &gt;&gt;&gt; import cv2 Traceback (most recent call last): File “&lt;stdin&gt;”, line 1, in &lt;module&gt; Impo…</description><pubDate>Mon, 20 Nov 2017 09:20:28 GMT</pubDate><category>Tips</category></item><item><title>import cv2 で ImportError: No module named cv2 エラーが発生</title><link>https://necotech.org/fix-importerror-no-module-named-cv2/</link><guid isPermaLink="true">https://necotech.org/fix-importerror-no-module-named-cv2/</guid><description>python で opencv を利用しようとして、import cv2 を実行したら以下のエラーメッセージが表示されます。 Traceback (most recent call last): File “test.py”, line 2, in &lt;module&gt; import cv2 ImportError: No…</description><pubDate>Mon, 20 Nov 2017 09:16:12 GMT</pubDate><category>Tips</category></item><item><title>macOS の Python に OpenCV を組み込む</title><link>https://necotech.org/install-opencv-python-macos/</link><guid isPermaLink="true">https://necotech.org/install-opencv-python-macos/</guid><description>opencv を python の拡張モジュールとして組み込むと python で opencv の関数や機能をそのまま利用できるようになります。正しく組み込んだ場合、以下のように opencv の関数を呼び出します。 import cv2 img = cv2.imread(“/pictures/sample.png”…</description><pubDate>Mon, 20 Nov 2017 09:08:36 GMT</pubDate><category>Tips</category></item><item><title>macOS で OpenCV をビルドする</title><link>https://necotech.org/build-opencv-on-macos/</link><guid isPermaLink="true">https://necotech.org/build-opencv-on-macos/</guid><description>ビルドするには CMake アプリが必要ですのでそれをまずダウンロードします。 CMake を入手 CMake の公式ダウンロードページより macOS 版をダウンロードします。 dmg と tar.gz の2つのバージョンがありますがどちらでも大丈夫です。私の場合 tar.gz を利用します。 ダウンロードした ta…</description><pubDate>Mon, 20 Nov 2017 08:47:30 GMT</pubDate><category>Tips</category></item><item><title>Raygen – Ray Tracing Engine</title><link>https://necotech.org/raygen-ray-tracing-engine/</link><guid isPermaLink="true">https://necotech.org/raygen-ray-tracing-engine/</guid><description>C++言語で自作した Ray Tracing エンジンのレンダリング画像 ソースコードの取得はこちら https://github.com/jingwood/raygen-renderer その他 作品ギャラリへ</description><pubDate>Sat, 10 Jun 2017 00:12:01 GMT</pubDate><category>3D</category><category>Programming</category></item><item><title>パスワードの入力を省くSSHの簡単な接続方法</title><link>https://necotech.org/ssh-passwordless-connection-setup/</link><guid isPermaLink="true">https://necotech.org/ssh-passwordless-connection-setup/</guid><description>Windows+PuttyでLinuxのSSHに接続する場合、毎回パスワードを入力する手間をなくすため、パスワードを省略できる簡単なログイン方法を紹介します。 利用ソフト 以下の二つのソフトを利用します。ダウンロードページはこちら（英語）。 putty.exe puttygen.exe</description><pubDate>Mon, 02 Nov 2015 08:42:21 GMT</pubDate><category>Tips</category><category>SSH</category></item><item><title>.NETで領収書発行のプログラムを簡単に作成する</title><link>https://necotech.org/dotnet-create-receipt-program/</link><guid isPermaLink="true">https://necotech.org/dotnet-create-receipt-program/</guid><description>今回紹介するのは、UNVELL株式会社製の.NETスプリットシート表計算コンポーネントReoGridです。ReoGridは.NETプラットフォームで動作する、Excelフォーマットと高い互換性を持つ表計算コンポーネントです。ReoGridを利用すると、Excelのない端末でも、Excelの帳票を.NETアプリケーション…</description><pubDate>Sat, 10 Oct 2015 14:04:04 GMT</pubDate><category>Programming</category></item><item><title>Minicat画像一括処理ツールを活用して個人情報を守りましょう</title><link>https://necotech.org/minicat-batch-image-privacy-protection/</link><guid isPermaLink="true">https://necotech.org/minicat-batch-image-privacy-protection/</guid><description>デジカメや携帯電話を使用して写真を撮った場合、 写真ファイルの中には撮影した日時やデジタルカメラの機種、絞り値、画素数、 ISO感度、色空間、といった情報もまとめて記録されています。このようなデータを写真ファイルのEXIF情報と言います。 特に、GPS機能が搭載されているデジカメや携帯電話で写真を撮る場合、GPSの現在…</description><pubDate>Thu, 16 Jul 2015 01:08:08 GMT</pubDate><category>Tips</category><category>image</category></item><item><title>WAVファイルフォーマットの読み込み</title><link>https://necotech.org/read-wav-file-format/</link><guid isPermaLink="true">https://necotech.org/read-wav-file-format/</guid><description>ファイルフォーマットの構造 WAVファイル全体はたくさんのチャンク（Chunk）で構成されています。</description><pubDate>Fri, 27 Mar 2015 05:29:00 GMT</pubDate><category>Programming</category><category>C/C++</category><category>signal-processing</category></item><item><title>Windows 8での.NET 3.5有効化のエラー0x800F0906の解決方法</title><link>https://necotech.org/fix-dotnet35-error-0x800f0906-windows/</link><guid isPermaLink="true">https://necotech.org/fix-dotnet35-error-0x800f0906-windows/</guid><description>0x800F0906エラーはいくつかの原因で表示されます。例えばネットワークが正しく通信できない場合です。ネットワークも含めて全てが問題なさそうな場合でもこのエラーがでる場合、以下の解決策をご参照ください。 ドメイン環境のWindows 8/Windows 8.1ではドメインポリシーに制約される場合、コントロールパネル…</description><pubDate>Wed, 25 Mar 2015 06:15:00 GMT</pubDate><category>Tips</category><category>.NET</category><category>Windows</category></item><item><title>メモリの違うグラフィックカードをSLIにする方法</title><link>https://necotech.org/sli-different-memory-gpu-cards/</link><guid isPermaLink="true">https://necotech.org/sli-different-memory-gpu-cards/</guid><description>NvidiaのSLI技術を利用すると、二つ以上のグラフィックカード同時に動かすことができ、Nvidiaの公式サイトによると、三つのグラフィックカードの場合、性能が一つの1.8倍になります。私が二つのカードでテストしたところ、性能はほぼ2倍の結果でした。 但し、SLIの構築条件は公式サイトと一般のウェブサイトでそれぞれ、…</description><pubDate>Tue, 13 Jan 2015 01:18:32 GMT</pubDate><category>Tips</category><category>Windows</category><category>diy-pc</category></item><item><title>TFT液晶LCD+AVRマイコンで自作フォントを表示</title><link>https://necotech.org/avr-tft-lcd-custom-font-display/</link><guid isPermaLink="true">https://necotech.org/avr-tft-lcd-custom-font-display/</guid><description>秋葉原でTFT液晶LCDモジュール（ZY-FGD1442701V1、キャリーボード付き）を購入して動かしてみました。キャリーボードが搭載されていますので試作は楽でした。</description><pubDate>Wed, 05 Nov 2014 16:20:47 GMT</pubDate><category>Programming</category><category>Electronics</category><category>AVR</category><category>C/C++</category><category>drawing</category></item><item><title>.NET 配列Dictionary及びIDictionaryの活用</title><link>https://necotech.org/dotnet-array-dictionary-idictionary-usage/</link><guid isPermaLink="true">https://necotech.org/dotnet-array-dictionary-idictionary-usage/</guid><description>Dictionaryはキー(Key)／値(Value)を1対1ペア形式で保持するジェネリック型の配列です。内部にハッシュ配列アルゴリズムに基づいて実装されており、.NETプログラミングにおける汎用性の高い中堅クラスです。 このクラスを熟知し、様々な場面で活用すれば、効率をよくわかりやすいプログラミングの作成ができます。…</description><pubDate>Tue, 28 Oct 2014 09:13:55 GMT</pubDate><category>Programming</category><category>.NET</category><category>C#</category><category>Dictionary</category><category>IDictionary</category><category>programming</category></item><item><title>Linuxで高性能仮想マシンを作る(KVM＋QEMU)</title><link>https://necotech.org/create-linux-vm-kvm-qemu/</link><guid isPermaLink="true">https://necotech.org/create-linux-vm-kvm-qemu/</guid><description>KVM (Kernel-based Virtual Machine)はLinuxのコアによってサポートされている仮想技術であり、ハードウェアベースの制御が可能、Intel VT-xとAMD-Vの仮想技術を利用し高性能の仮想CPUを作成できるという特徴があります。Qemuは仮想マシンCPU以外のシミュレート、メモリとリソ…</description><pubDate>Fri, 24 Oct 2014 01:57:15 GMT</pubDate><category>Tips</category><category>Linux</category><category>virtualization</category></item><item><title>Webページで3Dグラフィックを表示する</title><link>https://necotech.org/display-3d-graphics-on-web/</link><guid isPermaLink="true">https://necotech.org/display-3d-graphics-on-web/</guid><description>今回はBlenderで自作した3DグラフィックをWebページ上で表示する方法を紹介いたします。 Blenderでグラフィックを作成する様子：（クリックすると拡大します）</description><pubDate>Mon, 20 Oct 2014 15:10:44 GMT</pubDate><category>3D</category><category>Programming</category><category>3D</category><category>Blender</category><category>HTML5</category><category>JavaScript</category><category>OpenGL</category><category>WebGL</category></item><item><title>Chrome新バージョンで文字がきれいに表示されない場合の改善方法</title><link>https://necotech.org/fix-chrome-font-display-issue/</link><guid isPermaLink="true">https://necotech.org/fix-chrome-font-display-issue/</guid><description>Chrome最新バージョン(ver37)はDirectWriteを利用した文字の描写処理を搭載しています。この新機能によって一部のDPIが100%以上の日本語OSで、文字が綺麗に表示できない現象が起きているようです。Chromeの開発チームが正式に修正するまで（または修正しないかもしれません）、以下の方法で改善できます…</description><pubDate>Fri, 29 Aug 2014 05:27:36 GMT</pubDate><category>Tips</category></item><item><title>C#でファイルのMD5ハッシュを計算する方法</title><link>https://necotech.org/csharp-calculate-file-md5-hash/</link><guid isPermaLink="true">https://necotech.org/csharp-calculate-file-md5-hash/</guid><description>.NET FrameworkにMD5計算のクラスを内蔵しているため、そのクラスを利用するとMD5ハッシュの計算が簡単にできます。対象ファイルに対してComputeHashメソッドを呼び出して結果バイナリを16進数に変換すると一般的に使われているファイルのMD5ハッシュになります。</description><pubDate>Mon, 11 Aug 2014 15:52:53 GMT</pubDate><category>Programming</category><category>.NET</category><category>programming</category><category>string</category><category>encryption</category></item><item><title>sudoコマンドが遅い問題の対処方法(Windows Azure)</title><link>https://necotech.org/fix-slow-sudo-command-azure/</link><guid isPermaLink="true">https://necotech.org/fix-slow-sudo-command-azure/</guid><description>Windows AzureでUbuntuを利用する場合、毎度sudoコマンドを実行する時間が2～3秒掛かります。この症状であれば以下を行うと問題を解消することができます。</description><pubDate>Sat, 07 Jun 2014 08:34:54 GMT</pubDate><category>Tips</category></item><item><title>日本語入力ツールで半角スペースを入力する方法</title><link>https://necotech.org/input-half-width-space-japanese-ime/</link><guid isPermaLink="true">https://necotech.org/input-half-width-space-japanese-ime/</guid><description>日本語入力ツールで文書を入力する際に、一時半角スペースを入力したい場合がよくあります。そのとき日本語入力ツールを英語に変換し、キーボードのスペースを押せば半角スペースを入れることができますが、この方法では若干手間が掛かります。ネコ技術がそれで悩んでより速い方法があるかと試したところ、たまたまこの方法を見つけました。</description><pubDate>Sat, 07 Jun 2014 06:45:15 GMT</pubDate><category>Tips</category><category>IME</category><category>input</category><category>japanese</category></item><item><title>SQLite使用説明(VC++言語)(3)</title><link>https://necotech.org/sqlite-usage-guide-vcpp-part3/</link><guid isPermaLink="true">https://necotech.org/sqlite-usage-guide-vcpp-part3/</guid><description>4．パラメータ設定 SQLにパラメータを渡すには、二つの方法があります。 1. SQL文を組み立てて、値を埋める CString sql; sql.Format( _T(“SELECT name FROM Names WHERE name = ‘%s&apos;”), _T(“Tom”) ); CStringを使用するためUni…</description><pubDate>Sat, 07 Jun 2014 05:17:54 GMT</pubDate><category>Programming</category><category>C/C++</category><category>sqlite</category></item><item><title>SQLite使用説明(VC++言語)(1)</title><link>https://necotech.org/sqlite-usage-guide-vcpp-part1/</link><guid isPermaLink="true">https://necotech.org/sqlite-usage-guide-vcpp-part1/</guid><description>１．入手&amp;準備 1.1. 入手 sqlite3本体はC言語で作成されたため、VC++のMFCプログラム、Win32プロジェクト、 及びWin32コンソールプログラムに適用します。本文ではMFCのダイアログプログラムを使用します。 サンプルの作成環境は以下の通りです。 Microsoft Visual Studio 20…</description><pubDate>Sat, 07 Jun 2014 05:13:05 GMT</pubDate><category>Programming</category><category>C/C++</category><category>sqlite</category></item><item><title>SQLite使用説明(VC++言語)(2)</title><link>https://necotech.org/sqlite-usage-guide-vcpp-part2/</link><guid isPermaLink="true">https://necotech.org/sqlite-usage-guide-vcpp-part2/</guid><description>3．SQL操作 3.1. INSERT操作 以下の手順で操作を行います。 SQL文をコンパイルする(sqlite3_prepare) 値を設定する(sqlite3_bind) SQLを実行する(sqlite3_step) SQL文を破棄する(sqlite3_finalize) イメージは： UPDATE、DELETE、…</description><pubDate>Sat, 07 Jun 2014 05:03:18 GMT</pubDate><category>Programming</category><category>C/C++</category><category>sqlite</category></item><item><title>3方向加速度センサーを使って手の動きをPCで表示する</title><link>https://necotech.org/display-hand-motion-3axis-accelerometer/</link><guid isPermaLink="true">https://necotech.org/display-hand-motion-3axis-accelerometer/</guid><description>秋月電子で3方向加速度センサー（Kionix KXR94-2050）を遊びました。このセンサーはX、Y、Z三つの方向での検出した変動値をアナログとして出力できるため、ArduinoやAVRマイコンのAD変換端子付のPINに接続し、そのままデータを読み込めます。さらにArduinoの場合COM接続もArduinoボードに…</description><pubDate>Tue, 03 Jun 2014 16:31:46 GMT</pubDate><category>Programming</category><category>Electronics</category><category>Arduino</category><category>CSharp</category><category>sensor</category><category>drawing</category></item><item><title>Strong Name厳密名付きプロジェクトを他のPCでビルドする際のエラー</title><link>https://necotech.org/fix-strong-name-build-error/</link><guid isPermaLink="true">https://necotech.org/fix-strong-name-build-error/</guid><description>Strong Name厳密名付きプロジェクトをその厳密名証明書作成以外のPCでビルドする際に下記のようなエラーが出ます。 Cannot import the following key file: companyname.pfx. The key file may be password protected. To c…</description><pubDate>Mon, 02 Jun 2014 06:23:37 GMT</pubDate><category>Tips</category><category>strong-name</category></item><item><title>AVRマイコン+VS1011E 自作MP3プレーヤー</title><link>https://necotech.org/avr-vs1011e-diy-mp3-player/</link><guid isPermaLink="true">https://necotech.org/avr-vs1011e-diy-mp3-player/</guid><description>秋月電子でVS1011EのMP3デコーダーを見て、MP3プレーヤーを自作できそうだと思いました。ネットで調べたら既に先輩たちが作成した例をみつけて、データシートやネット文書などを参照しながら自分のMP3プレーヤーも作成できました。 VS1011EはMP1、MP2、MP3、WAV、PCMのフォーマットを320 kbit/…</description><pubDate>Mon, 02 Jun 2014 05:41:36 GMT</pubDate><category>Programming</category><category>Electronics</category><category>AVR</category><category>C/C++</category></item><item><title>C#文字列の簡単可逆暗号化アルゴリズム</title><link>https://necotech.org/csharp-string-reversible-encryption/</link><guid isPermaLink="true">https://necotech.org/csharp-string-reversible-encryption/</guid><description>今回では文字列をより安全に保存したり、インターネットで転送したりするための簡単暗号化アルゴリズムを紹介いたします。 発想 Base64は8ビットエンコーディングを6ビットエンコーディングに変換するアルゴリズムです。Base64ではデータを生成する際にプレーンテキストのプロトコルでもデータの転送可能のため、プレーンテキス…</description><pubDate>Mon, 02 Jun 2014 02:22:39 GMT</pubDate><category>Programming</category><category>CSharp</category><category>string</category><category>encryption</category></item><item><title>3Dの画像のJAL航空機を作ってみました</title><link>https://necotech.org/create-3d-jal-aircraft-model/</link><guid isPermaLink="true">https://necotech.org/create-3d-jal-aircraft-model/</guid><description>十年前から3D画像の制作に興味がありましたが3DMAXソフトを買うお金がありませんでしたT_T、最近Blenderという無料の3Dソフトを使い始め、非常に使いやすくて感動しました。インターネットやYouTubeにある勉強の資料を見ながらある絵も作ってみました。JALの飛行機ですが、如何でしょうか。 高解像度と背景透明の…</description><pubDate>Sun, 01 Jun 2014 14:29:57 GMT</pubDate><category>3D</category><category>3D</category><category>Blender</category></item><item><title>Windows向けソフトウェアのコードサイン証明書の署名方法</title><link>https://necotech.org/windows-software-code-signing-certificate/</link><guid isPermaLink="true">https://necotech.org/windows-software-code-signing-certificate/</guid><description>コードサイン証明書が用意できましたらひとつの.pfxファイルになります。Windows向けソフトウェアのEXEやDLLなどをコード証明書を署名する際に、Signtool.exeというツールを利用すると簡単にできます。 Signtool.exeはMicrosoft Visual StudioまたはMicrosoft Wi…</description><pubDate>Tue, 27 May 2014 16:23:44 GMT</pubDate><category>Tips</category><category>.NET</category><category>CodeSign</category><category>Windows</category></item><item><title>C#で文字列のサイズを正しく測定する(Measure String)</title><link>https://necotech.org/csharp-measure-string-size/</link><guid isPermaLink="true">https://necotech.org/csharp-measure-string-size/</guid><description>問題の再現 .NETのGraphics.MeasureStringメソッドを利用すると文字列のサイズを測定できますが、通常の方法での測定結果に少しずれが発生します。ここでは正確の測定結果を得る方法を説明します。 まずテスト環境を作成します。新しいWindows Formプロジェクトを作成し、Formのコードを以下のよう…</description><pubDate>Tue, 27 May 2014 03:54:50 GMT</pubDate><category>Programming</category><category>.NET</category><category>Graphics</category><category>WinForm</category></item><item><title>Global.asaxのApplication_Errorが呼び出されない</title><link>https://necotech.org/fix-global-asax-application-error-not-called/</link><guid isPermaLink="true">https://necotech.org/fix-global-asax-application-error-not-called/</guid><description>開発環境でGlobal.asaxのApplication_Errorでエラー処理を実装して正常に動作しましたが、本番環境で動作しません。いろいろ試したら、IIS7以降のWebSiteの設定について、Web Applicationのアプリケーションプールを「Classic .NET AppPool」に切替すると問題が解消…</description><pubDate>Mon, 26 May 2014 06:17:47 GMT</pubDate><category>Programming</category><category>Tips</category><category>.NET</category><category>IIS</category><category>WebForm</category></item><item><title>Windows 8を速やかにShutdownする方法</title><link>https://necotech.org/windows-quick-shutdown-method/</link><guid isPermaLink="true">https://necotech.org/windows-quick-shutdown-method/</guid><description>Windows 8はスタートメニューがなくなり、シャットダウンボタンも右側のパネルに隠され、以前よりシャットダウンまでの手間が掛かるようになりました。 ただもしDesktopモードを利用しているなら、Alt+F4でシャットダウン画面を呼び出せます。このHotkeyを利用すると大部便利になります。</description><pubDate>Fri, 23 May 2014 07:37:46 GMT</pubDate><category>Tips</category></item><item><title>Linuxサーバーを介してインターネットをアクセスする</title><link>https://necotech.org/access-internet-via-linux-server/</link><guid isPermaLink="true">https://necotech.org/access-internet-via-linux-server/</guid><description>LinuxサーバーへのSSHログインの権限があれば、そのサーバーを介してインターネットにアクセスすることができます。 PuttyというSSHクライアントソフトを利用し、ローカルProxyサーバーの構築ができます。 Puttyのダウンロード先：http://www.chiark.greenend.org.uk/~sgta…</description><pubDate>Fri, 23 May 2014 02:17:58 GMT</pubDate><category>Tips</category><category>Linux</category><category>Putty</category><category>SSH</category></item><item><title>Excel 2013 の動画カーソルを停止する方法</title><link>https://necotech.org/fix-excel-animated-cursor/</link><guid isPermaLink="true">https://necotech.org/fix-excel-animated-cursor/</guid><description>Windowsのレジスタに以下の値を追加するカーソルなどのアニメーションを停止することができます。 HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Graphics “DisableAnimations”=dword:00000001 解除したい場合、値を…</description><pubDate>Thu, 22 May 2014 02:38:21 GMT</pubDate><category>Tips</category><category>Excel</category></item><item><title>自宅のペットを遠隔監視するシステムを構築する</title><link>https://necotech.org/build-remote-pet-monitoring-system/</link><guid isPermaLink="true">https://necotech.org/build-remote-pet-monitoring-system/</guid><description>自宅にいないとき、うちのネコちゃんを見たいことがあります。それで手元にあるRaspberry Piを利用して、遠隔監視できるシステムを作ってみました。 必要なものは以下の通りです。 【ハードウェア】 Raspberry Pi B Type SDカード WebCam Logicool C270 – 公式サイト LANケー…</description><pubDate>Fri, 16 May 2014 02:39:11 GMT</pubDate><category>Electronics</category><category>Raspberry Pi</category></item></channel></rss>