JavaScript

構文
targetElement.insertAdjacentElement(position, element);
特定の要素のすぐ後に新しい要素を挿入します。
postiton
‘bef ...

CSS

書式
<i class=”fa fa-paint-brush” aria-hidden=”true”></i>
使用例

<!DOCTY ...

Windows10

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

更新内容:

Animated demo samples were improved.

Windows10

操作方法
1.「ここに入力して検索」の欄に「cont」と入力します。

2.「コントロールパネル」アイコンをクリックします。

3.「時計と地域」をクリックします。

4.「タイムゾーンの変更」を ...

Windows10

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

概要
「効果音プレイヤー SimpleSoundPlayer」は、シンプルで使いやすい効果音プレイヤーです。サウンドファイルを38 個まで登録しておくことが ...

Windows10

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

更新内容:

Cosmetic overhaul of CPUEater ProBalance Demo
Im ...

VB.net

書式
フォーム名.FormBorderStyle = FormBorderStyle.None
フォームの境界線スタイルを指定します。
使用例

Private Sub Button1_Click(ByVa ...

C#

書式
public static DateTime Today { get; }
現在の日付を取得します。
d 短い形式の日付パターン 2022/05/12
D 長い形式の日付パターン 2022年5月1 ...

Windows10

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

更新内容:

Updated Bass.Net from version 2.4.10.3 to version 2 ...

PHP

説明
preg_match ( string $pattern , string $subject ]] ) : int
pattern で指定した正規表現により subject を検索します。
パラメータ ...

JavaScript

構文
for (variable in object)
for…in 文は、キーが文字列であるオブジェクトの列挙可能プロパティすべてに対して、継承された列挙可能プロパティも含めて反復処理を行います

JavaScript

1.親画面
親画面では画面を開く要素(button、text)を設定します。
使用例

<input type="button" value="childOpen" onclick="window.open( ...

batch

書式
call :ラベル名
使用例

@echo offset username=testuserset age=25set addr="dummy address"call :show %username% %a ...

Cmd

1.プロセスIDを確認
>tasklist/fi “imagename eq notepad.exe”

イメージ名 PID セッション名 セッション# メモリ使用量
===== ...

C#

書式
対象文字列.Replace(“置換対象文字”, “置換後文字”);
使用例

using System;using System.Collections.Generic;using System.Linq;u ...

Python

解決方法:
Download get-pip.py (

sudo python get-pip.py

pip install pycrypto

Done!

C#

書式
public string Replace (string oldValue, string? newValue);
現在のインスタンスに出現する指定した文字列をすべて、別に指定した文字列に置換した新しい文字列を ...

Windows10

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

概要:
VistaのWebDAV実装があまりにひどくて使い物にならないので、 VBや.Netの勉強も兼ねて適当に作ったシングルペインのWebDAVクライアントです ...