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 ...

Software

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

更新内容:

Last week saw some major changes to the pirate side of the Nexus. Up until ...

System

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

概要:

Folder Size Explorer is similar to Windows Explorer except it calculates f ...

System

ダウンロード:
提供元サイトからダウンロード
対応os
Windows XP/Vista/7/8

CSS

書式
position: fixed
要素は文書の通常のフローから除外され、ページレイアウト内に要素のための空間が作成されません。
この値は、常に新しい重ね合わせコンテキストを作成します。印刷文書の場合、要素は ...

Linux

操作サンプル
1.grep コマンドで空行を削除
# grep -v ‘^$’ testdata.txt

2.sed コマンドで空行を削除
# sed ‘/^$/ ...

Server

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

更新内容:

Added blocking of system ...