Lua

環境
Lua 5.4.4

構文1

if 変数名 == nil then 処理コード

「==」を使って、nilを判定しています。
構文2

if not(変数名) then 処理コード

「n ...

Lua

環境
Lua 5.4.4

構文
if 条件 then
処理
end
条件が合致する場合、配下の処理が実行され、if文の処理は終了します。

使用例

x = 11if ...

Lua

構文
if 左の条件 or 右の条件
左の条件または右の条件のどちらかがtrueの場合、trueになります。

使用例

x = 12if x == 9 or x < 10 then print(" ...

CSS

環境
Google Chrome 102.0.5005.115

属性
<progress id=”file” max=”100″ value=̶ ...

Windows10

環境
Windows 10Pro

操作方法
1.タスク検索フォームに「機能の有効化」と入力します。

2.「Windowsの機能の有効化または無効化」をクリックします。

3.Windo ...

IT

環境
Windows 10 Home 64bit
A5:SQL Mk-2 2.17.2

操作方法
1.複数行でSQL構文を選択します。

2.メニュー「編集(E)」->「SQLを1行 ...

IT

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

操作方法
1.メニュー「設定(O)」->「履歴の管理(O)」をクリックします。 ...

IT

環境
Windows 10 Home 64bit
秀丸エディタ Version 9.13

操作方法
1.メニュー「その他(O)」->「動作環境(E)」をクリックします。

2.動作環 ...

Oracle 19c

環境
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 – Production

書式
表領域の自動拡張あり
CREATE TABL ...

Eclipse

環境
Eclipse 4.7.0
Windows 10 Home 64bit

操作方法
1.下記のサイトから「jp.sf.amateras.stepcounter_3.0.4.20180526214 ...

Oracle 19c

環境
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 – Production

構文
「V$SESSION」を参照してセッション中のユーザ ...

Oracle 19c

環境
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 – Production

構文

CREATE TABLESPACE {表領域名} DA ...

Oracle 19c

環境
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 – Production

構文

CREATE USER {ユーザー} IDENTIFI ...

Oracle 19c

環境
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 – Production

構文
CREATE TABLESPACE {表領域名} D ...

PostgreSQL

環境
Windows10 64bit
PostgreSQL 13.2

書式
CREATE { TEMPORARY | TEMP } TABLE table_name (
column_nam ...

CSS

環境
Google Chrome 102.0.5005.115
構文
text-overflow : 値
clipは文章は途中で終了します。テーブルの列幅をはみ出しません。
無い場合、文字は横に ...

CSS

環境
Google Chrome 102.0.5005.115

構文
white-space は CSS のプロパティで、要素内のホワイトスペースをどのように扱うかを設定します。
nowrap ...

Spring Boot

環境
Spring Tool Suite 4.8.0
JavaSE 14

操作方法
1.「ファイル(F)」->「新規(N)」->「Springスターター・プロジェクト」をクリックします。 ...