c# posgre 接続 createdb
Program.cs using System; using Npgsql; namespace db02 { class Program { static void Main(string[]...
13 search resultsShowing 1~13 results
You need to log-in
Program.cs using System; using Npgsql; namespace db02 { class Program { static void Main(string[]...
using System; using Npgsql; namespace db01 { class Program { static void Main(string[] args){ //接...
Program.cs using System; using System.Collections.Generic; using System.IO; using System.Linq; us...
商品クラスの利用 クラス; public class Product { //プロパティ(set は非公開) public int Code {get;private set;} public ...
1.プロジェクトファイル .csproj を開き、RuntimeIdentifiers に、対象ターゲットを指定する。 \<PropertyGroup> \<OutputTyp...
ファイルを入力し店舗別売上を集計する。 1、プログラム :Program.cs using System; using System.Collections.Generic; using Sys...
テキストファイルを読み込んで、特定店舗の行のみ出力する。 :Program.cs using System; using System.IO; using System.Text; namesp...
〇ユーザ情報の表示 $ id $ id ユーザ名 〇ログインユーザの表示 $ w 〇ディスク容量 $ df $ df -H 表示内容に単位を付けて表示する 〇使用容量表示(キロバイト単位) 合...
〇長いファイルの表示 $ less ファイル 表示中のコマンド f,スペース 1画面次 b g ファイルの先頭 G ファイルの末尾 / 前方検索 ? 後方検索 h ヘルプ表示 〇並び替え ファ...
^文字列 ------------(行頭の文字列) 文字列 --------------(行末の文字列) . ---------------------(任意の1文字) 文字* ----...
ディレクトリ作成、親dir1とdir2を作成する。 $mkdir -p dir/dir2 ディレクトリごとコピーする。 $mv -R ディレクトリごと削除する $rmdir -R
オンラインマニュアル表示 $man コマンド名 簡易マニュアル $コマンド名 --help
プログラム中断 ctrl+Z プログラムの強制終了 ctrl+C ジョブの表示 $jobs プロセスIDも表示する $jobs -l プロセスの状態を表示 (a:すべてのユーザ、u:ユーザ名、x...
13 search resultsShowing 1~13 results
Qiita is a knowledge sharing service for engineers.