Software

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

Windows10

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

CSS

構文
直前の要素 + 対象の要素 { スタイルプロパティ }
「+」 は2つのセレクターを接続し、同じ親要素の子同士であって、1つ目の要素の直後にある2つ目の要素を選択します。
CSSコード

li:fir ...

Windows10

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

更新内容:

Added: command 4194 – paste text taking into ...

Excel VBA

書式
LenB(文字列)
使用例

Sub funcA() Dim nn As String nn = "test123" Debug.Print LenB(nn) '文字列のバイト数 Dim kk As Stri ...

Java

構文
^\\d{2,3}$ 半角数字2位以上3位以下
Javaコード

package com.arkgame.study;import java.util.regex.Matcher;import java.ut ...

Security

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

更新内容:

Enhanced detections a ...

JavaScript

書式
prototypeObj.isPrototypeOf(object)
isPrototypeOf() メソッドは、オブジェクトが別のオブジェクトのプロトタイプチェーンに存在するかどうかを判定します。
使用 ...

Software

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

更新内容:

Improved UI for adding new serial keys.

Java

書式
javax.servlet.http.HttpSession
public java.util. Enumeration getAttributeNames( )
説明
getAttributeN ...

Software

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

更新内容:

This release is is bit-identical to 4.2.5 Release ...

System

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

更新内容:

Adjustments in the x64 version and minor correctio ...

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