2016-08-18から1日間の記事一覧
コマンド $ nc -z host.example.com 20-30 結果 Connection to host.example.com 21 port [tcp/ftp] succeeded! Connection to host.example.com 22 port [tcp/ssh] succeeded! Connection to host.example.com 25 port [tcp/smtp] succeeded! 参考URL linux…
ソースの先頭行にusing ~と記述する。 記述方法 Streamクラスを用いて、サーバーからファイルを読み出す場合 using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.Net; using System.IO; // ← …