Oracle

環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0

構文
ALTER ...

Vue.js

環境
vue 2.6.14
Google Chrome 106.0.5249.119

構文
1.複数のセレクトの定義
<select v-model=”value̶ ...

Vue.js

環境
vue 2.6.14
Google Chrome 106.0.5249.119

構文
1.チェックボックスの定義
input id=”セレクタid名” type ...

Vue.js

環境
vue 2.6.14
Google Chrome 106.0.5249.119

構文
1.チェックボックスの定義
input id=”id名” type= ...

Vue.js

環境
vue 2.6.14
Google Chrome 106.0.5249.119

構文
1.ラジオボタンの定義
input id=”ra” type=” ...

Vue.js

環境
vue 2.6.14
Google Chrome 106.0.5249.119

書式
1.テキストエリアtextareaタグの定義
<textarea v-model=̶ ...

Vue.js

環境
vue 2.6.14
Google Chrome 106.0.5249.119

書式

<input type="color" v-model="value"/>const app = ...

Vue.js

環境
vue 2.6.14
Google Chrome 106.0.5249.119

書式

<input type="date" v-model="value"/>const app =n ...

CentOS Stream 9

環境
OSバージョンを確認します
# cat/etc/redhat-release
CentOS Stream release 9

操作方法
1.PHPをインストールします

# dnf ...

Kotlin

構文
log( 値 , 底 )
log10( 値 )
log関数を使って対数を計算します

使用例

import kotlin.math.* fun main() { println( log( ...

Fedora 36

環境
OSバージョンを確認します
# cat/etc/redhat-release
Fedora release 36 (Thirty Six)

操作方法
1.依存関係パッケージをインストー ...

Kotlin

構文
var 配列名 = arrayOf(要素1,要素2,…
Arrays.toString(配列名)
「Arrays.toString」を使用して配列の値を取得します

使用例

i ...

Kotlin

構文
val リスト名 = mutableListOf(要素1,要素2,…)
リスト名.sortedDescending()
sortedDescending関数を使って、Listの要素を降順でソー ...

Kotlin

構文
val リスト名 = mutableListOf(要素1,要素2,…)
リスト名.sorted()
sorted関数を使って、Listの要素をソートします

使用例

fun m ...

Fedora 36

環境
OSバージョンを確認します
# cat/etc/redhat-release
Fedora release 36 (Thirty Six)

操作方法
1.現在のjavaバージョンを確認 ...

CSS

環境
Google Chrome 106.0.5249.119
Windows 10 Home 64bit

書式
1.display: flex;
要素は、ブロック要素のように動作しつつ、そ ...

CSS

環境
Google Chrome 106.0.5249.119
Windows 10 Home 64bit

書式
1.display: flex;
要素は、ブロック要素のように動作しつつ、そ ...

CSS

環境
Google Chrome 106.0.5249.119
Windows 10 Home 64bit

書式
1.display: flex;
要素は、ブロック要素のように動作しつつ、そ ...