Oracle 19c

環境
Windows 10 Home 64bit
Oracle Database 19c Express Edition

構文1
CONCAT( 文字列1,文字列2 )
CONCAT関数を使 ...

SQLServer

環境
Windows 10 Home 64bit
Microsoft SQL Server 2019

使用例
1.日付の加算
現在日時を取得します
SQL構文

SELECT G ...

Pandas

環境
pandas 1.4.2
PyCharm 2021.3.3

構文
1.class pandas.Series(data=None, index=None, dtype=None,
na ...

Oracle 19c

環境
Windows 10 Home 64bit
Oracle Database 19c Express Edition

書式
ALTER TABLE テーブル名 RENAME TO 変更テーブル名 ...

Oracle 19c

環境
Windows 10 Home 64bit
Oracle Database 19c Express Edition

構文
SELECT * FROM V$INSTANCE;
「V$IN ...

SQLServer

環境
Windows 10 Home 64bit
Microsoft SQL Server 2019

操作方法
1.日時を取得します
SQL構文

SELECT GETDATE(); ...

PowerShell

環境
Windows 10 home 64bit

方法1
構文
$PSVersionTable
変数「$PSVersionTable」を使用してPowerShellバージョンを確認します。 ...

PowerShell

環境
Windows 10 home 64bit

書式
Test-NetConnection 対象IP -port 対象ポート

使用例1
特定 TCPポート80が開いているか確認します ...

Outlook

環境
Outlook 2013
Windows 10 home 64bit

操作方法
新規にフォルダを作成します
1.「受信トレイ」の文字の上で右クリックをします。

2.「フォル ...

SpringMVC

環境

Spring 5.2.4.RELEASEJavaSE 11

構文
ドライバ名(driverClassName):org.postgresql.Driver”

データベースへの接続URL ...

PostgreSQL

環境
PostgreSQL 9.6.5
Windows 10 Home 64bit

操作方法

1.シーケンスの作成

create sequence cft start with 1;

...

IT

環境
サクラエディタ v2.4.1.2849 32bit
Windows 10 64bit Home

操作方法
1.メニューの「検索(S)」->「指定行へジャンプ(J)」を選択します。 ...

IT

環境
サクラエディタ v2.4.1.2849 32bit
Windows 10 64bit Home

操作方法
1.対象データを選択します。

2.対象行が選択状態のままで、「編集(E)」 ...

SpringMVC

環境
Spring 5.2.4.RELEASE
JavaSE 11

書式
<scope>system</scope>
<systemPath>${base ...

IT

環境
サクラエディタ v2.4.1.2849 32bit
Windows 10 64bit Home

操作方法
1.重複行を取り除きたい対象を選択します。

2.「編集(E)」->「 ...

Chrome

環境

Windows 11 64bit HomeGoogle Chrome 103.0.5060.114

操作方法
1.画面右上にあるメニューアイコン「︙」をクリックします。

2.「設定」をクリックします ...

Windows11

環境
Windows 11 64bit Home

操作方法
1.スタートメニューの検索フォームに と入力します。

2.「Windows セキュリティ」をクリックします。

3.Win ...

SQLServer

環境
Windows 10 Home 64bit
Microsoft SQL Server 2019

構文
SUBSTRING(文字列,開始桁,切り取り文字数)
文字列の指定桁数から指定文字 ...