IT

環境
Windows 11 Home 64bit
Microsoft Visual Studio Community 2022

構文
str == str.ToUpper()
ToUpper ...

IT

環境
Windows 11 Home 64bit
Microsoft Visual Studio Community 2022

構文
foreach(string value in Enum.Get ...

IT

環境
Windows 10 Home 64bit
Microsoft Visual Studio Community 2022

構文
“{n}”
の後に{4}を記述し ...

IT

環境
Windows 10 Home 64bit
Microsoft Visual Studio Community 2022

構文
DateTime result = new DateTime(D ...

IT

環境
Windows 10 Home 64bit
Microsoft Visual Studio Community 2022

構文
//myList=対象のリスト
List<T> ...

IT

環境
Windows 10 Home 64bit
Microsoft Visual Studio Community 2022

構文
//item.Keyでキー、item.Valueで値を取得 ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

概要
コマンドで、ディレクトリやファイル元にしてシンボリックリンクを作成します。
シンボリックリンクは、 ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

概要
tracking コマンド、sources コマンド、および sourcestats コマンドを使用し ...

IT

環境
macOS 11.5.2

操作例
$ mkfile サイズ ファイル名

# 5KBのファイルを作成する
$ mkfile 5k test.txt

# 2MBのファイルを ...

IT

環境
macOS 11.5.2

方法1
1.ターミナルを開きます。
2.以下コマンドを実行すれば隠しファイルが表示されます。

$ defaults write com.apple.finder ...

IT

環境
macOS

方法1
clearコマンドでターミナルの画面をクリアする

方法2
control + Lでターミナルの画面をクリアする

IT

環境
Swift 5.3

形式
struct ContentView: View {
var body: some View {
List {
Section(header: Tex ...

IT

環境
AWS CLI
Mac OS

インストール方法
1.以下コマンドで、AWS CLIをインストールします。

$ brew install awscli

2.AWS CLIのバージョンを ...

IT

環境
Java 17
Gradleプロジェクト

1.zip4jの導入
Gradleプロジェクトの場合

build.gradle
implementation group:  ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作例
1.「tar cvf」を使ってディレクトリ(内部にファイルあり)をまとめる

$ tar cvf t ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作例
1.「tar cvf」を使って複数のファイルをまとめて圧縮する
圧縮前確認
$ ls - ...

IT

環境
Red Hat Enterprise Linux release 9.2 (Plow)

操作例
1.rmでファイルを削除する
$ rm test12322.txt

2.「rm -i ...

IT

環境
Windows11 pro 64biy
ruby 3.1.3p185

構文
array.filter{/*条件式*/}fileterメソッドを、クロージャーに条件式を指定して呼び出します。 ...