ipad

操作方法
1.ホーム画面の「設定」をタップします。

2.左メニューの「画面表示と明るさ」をタップします。

3.「ロック/ロック解除」項目設定を行います。

4.デフォルトではこのように「オン( ...

PowerShell

構文
$変数名 =値

switch -Exact ($変数名){  条件 or 値{    処理コード    break}・・・  default{   処理コード}}

式の結果と値が一致すれば、配下の処理が実行され ...

PowerShell

構文
$変数名 =値

switch -CaseSensitive ($変数名){  条件 or 値{    処理コード    break} ・・・  default{   処理コード}}

式の結果と値が一致すれば、配 ...

Vue.js

環境
Windows 11 Pro 64bit
node v16.16.0
npm 8.11.0

操作方法
1.@vue/cliをインストールします。

C:\study\vue> ...

jQuery

環境
Windows 11 Pro 64bit
jquery 3.6.0

構文
const 変数名 = $(“<table><tbody>”); ...

ipad

操作方法
1.ホーム画面の「設定」をタップします。

2.設定画面が表示されます。
「一般」をタップします。

3.画面右側の「キーボード」をタップします。

4.キーボード画面で「新しい ...

React.js

環境
Windows 11 Pro 64bit
node v16.16.0
npm 8.11.0
React 18.2.0

操作方法
1.react.js環境を構築します。 ...

Windows11

環境
Windows 11 Pro 64bit
node v16.16.0
npm 8.11.0

操作方法
1.Reactプロジェクトに移動します

>cd C:\study\re ...

Node.js

環境
node v16.16.0
npm 8.11.0
Windows 11pro 64bit

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

C:\study\react&g ...

Python

環境
Python 3.9.13
Windows 11 Pro 21H2 64bit
PyCharm 2022.2.1 (Community Edition)

構文
lambda 変数名:値 ...

React.js

環境
Windows 11 Pro 64bit
node v16.16.0
npm 8.11.0
React 18.2.0

操作方法
1.react.js環境を構築します。 ...

Python

環境
Python 3.9.13
Windows 11 Pro 21H2 64bit
PyCharm 2022.2.1 (Community Edition)

構文
変数名1 = pd.Da ...

jQuery

環境
Windows 11 Pro 64bit
jquery 3.6.0

構文
要素.find( selector/要素 )
$(セレクタ名).find(子要素のタグ名).css(属性,値) ...

jQuery

環境
Windows 11 Pro 64bit
jquery 3.6.0

構文
$(セレクター名).find(“子要素名 孫要素名”).css(属性,値);
jQue ...

Python

環境
Python 3.9.13
Windows 11 Pro 21H2 64bit
PyCharm 2022.2.1 (Community Edition)

構文
文字列.split(区切 ...

jQuery

環境
Windows 11 Pro 64bit
jquery 3.6.0

構文
const 変数名 = $(“<table><tbody>”); ...

Python

環境
Python 3.9.13
Windows 11 Pro 21H2 64bit
PyCharm 2022.2.1 (Community Edition)

構文
変数名 = pd.Dat ...

Python

環境
Python 3.9.13
Windows 11 Pro 21H2 64bit
PyCharm 2022.2.1 (Community Edition)

構文
def 名前(引数, 引 ...