エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Client / Libraries
A client connects to a server and sends data back and forth. If anything goes wrong with the conn... A client connects to a server and sends data back and forth. If anything goes wrong with the connection, for example the host is not there or is listening on a different port, an exception is thrown. Copyimport processing.net.*; Client myClient; int dataIn; void setup() { size(200, 200); // Connect to the local machine at port 5204. // This example will not run if you haven't // previously started

