VB.net

書式
1.1の位で切り上げる
(Math.Ceiling(数値/10)) * 10
2.10の位で切り上げる
(Math.Ceiling(数値/100)) * 100
使用例

Module ...

CSS

構文
max-width: 1.5em;
max-width: 65%;
/* キーワード値 */
max-width: none;
max-width: max-content;
ma ...

VB.net

書式
年 DateTimeオブジェクト名.Year
月 DateTimeオブジェクト名.Month
使用例

module Module1 Sub Main() ' 指定日時1 Dim dtA As New ...

Windows10

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

更新内容:

Fixed a bug where tabs were displayed while moving Chrome window
Added b ...

Windows10

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

更新内容:

New protection system incorporating extended upgra ...

System

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

更新内容:
Fix: File uploads now use a secure connection.
Fix: Permalink to file ...

SQL

書式
SELECT AVG(カラム名)
FROM テーブル名
WHERE 条件式;

使用例

select avg(price) from products;

結果
AVG(Pric ...

JavaScript

書式
1.var oldChild = node.removeChild(child);
Node.removeChild() メソッドは、 DOM から子ノードを取り除きます。取り除いたノードを返します。
2 ...

Windows10

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

更新内容:
Fixed a bug on the Log File Viewer in which a cra ...

Kotlin

書式
対象文字列.split(“,”)
使用例

fun main() { val cft = "study,skill,in,arkgame,.com" val ptn = "," val ...

Ubuntu 20.04

操作方法
# sudo apt update

# sudo apt install update-manager

# sudo apt dist-upgrade

AlmaLinux

OSの確認
# cat/etc/centos-release
AlmaLinux release 8.4 (Electric Cheetah)

1.開発ツールパッケージをインストール
# sudo ...

Node.js

1.モジュールの作成sample.js

exports.outMsg = function(){ return "this is a sample data";}

2.モジュールの読み込みmain.js

var cft ...

AlmaLinux

1.有効バージョンnginxを確認
# dnf info nginx

2.nginxをインストール
# dnf -y install nginx

バージョンを確認
# nginx -v ...

Windows10

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:
Improved detection and recovery of .MP4 video and a ...

Java

説明
void set(E e)
next()またはprevious()から最後に返された要素を指定された要素で置き換えます(オプションの操作)。
この呼出しは、前回のnextまたはpreviousの呼出し以降 ...

Python

構文
(キー,値) in 辞書名.items())
サンプルコード

# coding: utf-8#!/usr/bin/python3 cft = {'Taa': '122', 'Tbb': '344', 'Tc ...

Ubuntu 21.10

1./etc/lsb-releaseファイルで確認

root@ubuntu:~# cat/etc/lsb-releaseDISTRIB_ID=UbuntuDISTRIB_RELEASE=21.10DISTRIB_CODENAME ...