JavaScript

書式
/xxx$/
最後尾がxxx」の文字を指定しています。
ドルマークで末尾の文字列になります。

使用例

const str =/TM$/;const res = "ATM".match(s ...

VBScript

構文
式.AddPicture (FileName, LinkToFile, SaveWithDocument, Left, Top, Width, Height)
パラメーター
1.FileName :Str ...

Security

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

majorgeeksサイトからダウンロード

更新内容:

Enhanced detections ...

System

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

更新内容:

Email notifications
View ba ...

Windows10

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

更新内容:
BDXLディスクをサポートしている
いくつかの小さいなバグ修正を機能拡張

CSS

1.CSSコード

<style> :enabled { background-color: red } :disabled { background-color: yellow }</style>

2 ...

Node.js

構文
async.each(配列名, 関数)
準備
1.asyncを導入
npm install async
2.モジュールを読み込む
const async = require( ...

Swift

書式
値1 ==値2 ? 式1 : 式2
使用例

let cftA = 11let cftB = 22 cftA == cftB ? print("the same value") : print("differ ...

Vue.js

環境
Windows10 home 64bit
Vue.js 3.2.2
Google Chrome 99.0.4844.51

書式

{{変数名}}return { 変数名: Vue.vers ...

Vue.js

環境
Windows10 home 64bit
Vue.js 3.2.31
Google Chrome 99.0.4844.51

書式

mounted() { this.配列名.push(要素 ...

CSS

書式
table-layout: auto;
既定値で、ほとんどのブラウザーが表の自動レイアウトアルゴリズムを使用します。表とセルの幅は中身に合うように調整されます。

使用例

<style> ...

CSS

書式
/* 左右の <length> | 上下の <length> */
border-spacing: 値 値;

<length> 値が2つ指定された場合は、最初の値が ...

JavaScript

書式
const 変数名 =/{2,}-/;
変数名.exec(“文字列”);
数値2桁以上と‐を指定しています。

使用例

const pn =/{2,}-/;cons ...

System

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

特徴:

Native and fast Windows GUI
No installation neede ...

VB.net

書式
1.Public Property Capacity As Integer
現在のインスタンスによって割り当てられたメモリに格納できる最大文字数を取得または設定します。
2.Public Function ...

Software

ダウンロード:
softpediaサイトからダウンロード

概要:
Pokemon3D is a remake of the famous Nintendo RPG game with 3D graphics ...

CSS

書式
/* <length> */
border-spacing: 値;

<length> 値が1つ指定された場合は、セル間の左右方向と上下方向の両方の間隔を定義します。 ...

CSS

書式
table {background :xxx}
td {background:xxx}
使用例

<style>table { border-collapse: separate; bor ...