- Myrica M
- https://myrica.estable.jp/
- For VisualStudioCode Settings --> "Myrica M"
- Ricty Diminished
- For VisualStudioCode Settings --> "Ricty Diminished"
Get-Content FILE-PATH -Wait -Tail 10
- buildOptionsブロックにcopyToOutputを追加
- ディレクトリの場合は、後ろスラッシュ必要
- UdpClientの受信バッファサイズは、デフォルトで 8192バイト。
- ReceiveBufferSizeプロパティに値を設定することで、変更出来る。
- ブロードキャスト送信をするには、以下のようにしないといけない。
- EnableBroadcastをTrueに
- Connectメソッドで IPAddress.Broadcastを指定
- ブロードキャスト受信をするには、コンストラクタでポート番号を指定する
- 後は通常時と同じ。
対象とするバージョン 1.6
- Go言語のWindows版をDownloadしてインストール
- GOPATHを環境変数に
- Visual Studio Codeを起動
- 「言語モードの選択」にてGoを選択
- 必要なツールをダウンロードするかどうかのトーストがでるのでInstall ALL選択
- 注意点として、予めGitがインストール済みで環境変数PATHに通っていないと成功しない。
- CTRL+@でターミナルを開いて、以下のコマンドでDELVEをインストール
- go get github.com/derekparker/delve/cmd/dlv
- どれでもいいのでgoファイルを作って、F5押下
- gitignoreファイルに対象ファイルを定義
- git rm --cached target-file
- git commit -m "xxxxx"
sudo apt-get install -y uim-fep sudo apt-get install -y uim-anthy
このあと、.uimファイルを作成
日本語入力したいときは
uim-fep
で起動できる。
以下のサイトの情報が非常に有効で、助かりました。
- http://d.hatena.ne.jp/hilapon/20160415/1460711501
- http://kogelog.com/2016/03/05/20160305-01/
- http://oswald.hatenablog.com/entry/2014/01/27/195427
- https://www.ubuntulinux.jp/japanese
タイムゾーンの変更のみ、手順通りにやっても変更できなかったので
sudo dpkg-reconfigure tzdata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 50%] Building CXX object CMakeFiles/untitled.dir/main.cpp.obj | |
| In file included from c:\mingw\include\wchar.h:208:0, | |
| from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\cwchar:44, | |
| from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\bits\postypes.h:40, | |
| from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\iosfwd:40, | |
| from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\ios:38, | |
| from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\ostream:38, | |
| from c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\iostream:39, | |
| from D:\My\untitled\main.cpp:1: | |
| c:\mingw\include\sys/stat.h:173:14: error: '_dev_t' does not name a type |