VB.net

書式
Public Function LastIndexOf(value As ) As Integer
先頭の1文字目の位置は0です
該当の文字がなかった場合は-1を返します
引数は検索する文字列です ...

VB.net

構文
Public Function IndexOf (value As String, comparisonType As StringComparison) As Integer
指定した文字列が現在の Strin ...

Linux

書式
find ディレクトリ名 -type d

使用例
ファイルとディレクトリの両方を検索
# find data -name test\*
data/test1.txt
data/ ...

Html

1.画像を中央寄せにします

<div style="text-align: center;"> <img src="./images/100.png" width="120"/></div>

Software

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
システム復元ポイントの作成・削除といったシステム復元ポイントの管理ができます。

Java

説明
1.リストの宣言
protected static List<クラス名> devLst = new ArrayList<クラス名>();
2.クラスのオブジェクト追加
ja ...

Linux

書式
cat -n filename
使用例
# cat -n/etc/fstab
1
2 #
3 #/etc/fstab
4 # Created by anaconda on ...

VB.net

書式
文字列 = String.Empty
使用例

Module Module1 Sub Main() Dim strA As String = "" Dim strB As String = "study" D ...

PHP

書式
function 関数名($引数名1,$引数名2=値)
デフォルト引数は、右から順に指定します
使用例

<?phpfunction funcA($x,$y=5,$z=6){ $res = $x ...

Mac OS X

操作方法
1.Finderを起動します。

2.Finderメニューが表示されます。

3.「ゴミ箱を空にする」をクリックします

4.「ゴミ箱にある項目を完全に消去してもよろしいですか?この操作 ...

Rocky Linux 8

環境

# cat/etc/redhat-releaseRocky Linux release 8.4 (Green Obsidian)

書式
cd $_

操作例

# mkdir -p/data/du ...

Bootstrap4

説明
.progress-bar-striped:ストライプ
使用例

<head> <title>Bootstrapのストライプサンプル</title> <meta ch ...

VB.net

書式
String.IsNullOrWhiteSpace(文字列)
StringクラスのIsNullOrWhiteSpaceメソッドを使用して、文字列が空文字かNullか空白文字のいずれかであることを判定
しま ...

jQuery

書式
$.type(変数名)==”null”
$.type(変数名)==”undefined”
$.type(変数名)==”boolean” ...

Software

ダウンロード:
提供元サイトからダウンロード
softpedia サイトからダウンロード
更新内容:
Sensor refresh rate is adjustable now
Fixed GM ...

Linux

1.複数のファイルを連結する
書式
cat file_name1 file_name2
例 cat 001.txt 002.txt

2.連結した内容を保存
書式
cat file_n ...

VB.net

書式
Public Function Split (input As String) As String()
Regex コンストラクターで指定された正規表現パターンによって定義されている位置で入力文字列を分割し、 ...

PHP

書式
str_replace(
array|string $search,
array|string $replace,
string|array $subject,
int &$cou ...