Software

属性
action
アクションマッピングで指定
enctype
「multipart/form-data」を指定
method
デフォルトpost
onsubmit
Ja ...

Software

1.strtolower関数
英字の大文字を小文字にする
$str = “TOKYO”;
print strtolower($str);
結果 tokyo

2.str ...

Debian 11

環境
osバージョンを確認します
# cat/etc/debian_version
11.2
インストールの方法
1.Squid をインストールします
# apt -y install ...

Windows10

操作方法
1.「ファイル」->「名前を付けて保存」をクリックします。

2.「コンピューター」->「参照」をクリックします。

3.「ファイルの種類(I)」欄に「Excelブック」を選択します。 ...

CSS

書式
font-weight:(normal,bold,lighter,bolder)

使用例

<style> .cftA {/* 標準 */font-weight: normal; }/* 太字 ...

Software

更新内容

 Update go-acme/lego to v3.4.0 (#6376 by ldez)
 Return an error when ping is not enabled. (#6304 by ldez) ...

Software

更新内容

security#3285: When guest users have access to realtime graphs, remote code could be executed (CVE-2020-88 ...

Software

操作方法
1.「ファイル」をクリックする
2.「エクスポート」をクリックする
3.「PDF/XPS ドキュメントの作成」をクリックする
4.ファイル名を指定し、保存する

Software

概要

Rufus (ルーファス) とは、起動可能なUSBフラッシュドライブ(USBメモリなど)を作成したり、フォーマットをするためのソフトウェアです。

起動可能なISOファイル(Windows、Linux、UEFIな ...

Software

サンプルコード
int a= 5;
printf(” %d\n”, a, abs(a));

int b = -6;
printf(” %d\n”, b ...

Software

更新内容

The two features added in CKEditor 5 v17.0.0, table styles and special characters, were high on the “most ...

Software

更新内容

Feature – SetObjectListener added to RBucket object
Feature – RBinaryStream should expose  ...

Android

説明
android:collapseColumns
列を折りたたむ
android:stretchColumns
画面内に収まるように列幅を広げて表示

1.アプリケーション MainAct ...

Software

更新内容

A unified page with all DNS settings
More than two DNS servers can be added for better load-balancing and ...

Software

更新内容

Bug fix: Confirmation to close WinSCP does not have a help page associated (to explain the workspace). 1825

Software

サンプルコード
public static boolean isIPAddr(String strIP) {
return Pattern.matches(“((\\d|\\d|1\\d\\d|2\\d|2 ...

Software

サンプルコード:
<s:submit cssClass=”cft btn-user” value=”%{getText(‘button.confirm’)}&# ...

Software

サンプルコード
public static boolean isHalfAlaNum(String str) {
return Pattern.matches(“^+$”, str);