2018-01-01から1ヶ月間の記事一覧
ネタ元 https://dobon.net/vb/dotnet/vb2cs/vb2cstable.html
URL http://tool.konisimple.net/date/unixtime?input=1498834800
レジストリを見る .NET Framework Service Pack のレベル レジストリ キー名 値 4.6.2 元のリリース HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full 名…
https://www.visualstudio.com/ja/downloads/?q=#other-ja の一番下。
列挙型(enum) → 文字列(string) var enmVal = Season.Spring; var strVal = Enum.GetName(typeof(Season), enmVal);列挙型(enum) → 数値(int) var enmVal = Season.Autumn | Season.Winter; var intVal = (int)enmVal;文字列(string) → 列挙型(enum) var str…
vb.net Try 'ファイルを開く sr = System.IO.File.OpenText(filePath) Catch ex As System.IO.FileNotFoundException System.Console.WriteLine(ex.Message) Return Nothing Catch ex As System.IO.IOException System.Console.WriteLine(ex.Message) Return…
Newtonsoft.Json 使います。 public static HashSet<DateTime> GetHolidays(int year) { var key = "あなたのAPIキー"; var holidaysId = "japanese__ja@holiday.calendar.google.com"; var startDate = new DateTime(year, 1, 1).ToString("yyyy-MM-dd") + "T00%3A00%</datetime>…
まず.NET Framwrowk4.7 Webインストーラをインストールしてから.NET Framwrowk4.7 Developer Pack 入れる ネタ元 http://takachan.hatenablog.com/entry/2017/08/15/191040
日本語情報は少ない URL https://fujori.com/it-and-pc/crypto-currency/bittrex-api-in-japanese/#bookmark_standard
もっと速いかと思ったけど、意外と時間かかった。
いろいろ調べてまとめて検討。 通院保証のないauのペットの保険が制限少なくてコスパ良さげ。
var customers = { "田中太郎":"03-53xx-xxxx", "田中二郎":"03-54xx-xxxx", "田中花子":"03-55xx-xxxx" }; for(key in customers){ alert(key + "さんの番号は、" + customers[key] + "です。") ; } ネタ元 https://qiita.com/glaytomohiko/items/852ea64bc…
3種類ある URL http://catprogram.hatenablog.com/entry/2013/05/13/231457
URL https://github.com/jaggedsoft/node-binance-api/blob/master/node-binance-api.js
URL https://www.kouhei-game.com/entry/xp-3/