Security

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
majorgeeksサイトからダウンロード

更新内容:

Enhanced detections a ...

Oracle

書式
CASE WHEN カラム名 =0 THEN NULL ELSE カラム名
CASE~WHEN文を使ってカラムの値が0をnullに置き換えます。

SQL構文

SELECT CASE WHEN F ...

VB.net

書式
Public Function ContainsValue (value As TValue) As Boolean
指定した値を持つ要素が true に格納されている場合は Dictionary<TKey ...

VBScript

サンプルコード
Dim sn
Set sn = WScript.CreateObject(“WScript.Network”)
WScript.Echo “user name ...

JavaScript

説明
orientationchange イベントは、端末の向きが変化した時に発生します。
使用例1

window.addEventListener("orientationchange", function() ...

AlmaLinux

OSバージョンの確認
# cat/etc/redhat-release
AlmaLinux release 8.5 (Arctic Sphynx)
操作方法
1.恒久的にIPアドレスを指定して追加します ...

JavaScript

書式
const 関数2 = 関数1.bind(引数1,引数2)
使用例

<script> function funA(m) {//最初の引数 alert("値1:"+this)//2番目の引数 al ...

Windows10

ダウンロード:
提供元サイトからダウンロード
更新内容:

Update to address startup crashes if users previously changed the setting for ...

ECMAScript/ES6

書式
for(const index変数名 in 配列名)
使用例

<script>const strArr = ;//const 変数名 in 配列名for(const idx in strArr) ...

Software

ダウンロード:
提供元サイトからダウンロード

ECMAScript/ES6

書式
for(const key変数名 in オブジェクト変数名)

使用例

<script>//オブジェクト変数の宣言const userObj = {name: 'テスト太郎', city: ' ...

Windows10

ダウンロード:
提供元サイトからダウンロード

PostgreSQL

ダウンロード:
提供元サイトからダウンロード

Cisco

環境
Cisco Catalyst

構文
interface インターフェース
interfaceコマンドでインターフェースを指定します。

操作例
1.fastethernetの ...

Windows10

ダウンロード:
提供元サイトからダウンロード

GNU GLOBAL project only distributes source package, and GNU GLOBAL only supports UNI ...

Windows10

ダウンロード:
提供元サイトからダウンロード

機能:
逆算タイマー、連続タイマー、チャイム付き時計を好きな大きさでデジタル表示

C#

書式
StringBuilder sb = new StringBuilder();
sb.AppendLine(文字列);
System.Text.StringBuilderのAppendLineメソッドを使 ...

Windows10

説明
DATE
使用例
1,現在日付を表示
>date
現在の日付: 2020/12/13
新しい日付を入力してください: (年-月-日)

2,現在日付の年
& ...