Node.js

構文
変数名.createCollection(コレクションの名前, function (err, res) {some code}

サンプルコード

var MongoClient = require('mo ...

Kotlin

構文
when {
文字列A in セット->xxx
文字列B in セット->xxxx
}
サンプルコード

fun main(args: Array<String> ...

jQuery

①属性の現在値を取得する
$(‘#cft’).attr(‘width’);

②既存の属性を削除する
//title属性を削除
$(‘#cf ...

jQuery

①htmlコード
<ul>
<li>test data 11</li>
<li>test data 22</li>
<li>tes ...

JavaScript

書式
配列名.forEach(function(変数名)
使用例

<script> const cft = ; cft.forEach(function (x) { console.log(x); } ...

Ruby

説明
引数の内容を文字列と数値で分かり易く整形して改行と順番に出力してくれます。
使用例

#!/usr/bin/ruby# -*- coding: UTF-8 -*-p("test data \n")p(567) ...

Cmd

1.削除対象ユーザ
arkgame01

2.バッチファイル(userdel.bat)
使用例

@echo offrem net uset commandnet user arkgame01/delet ...

Ruby

説明
p 配列名「インデックス」
使用例

#!/usr/bin/ruby# -*- coding: UTF-8 -*-# 要素を取り出すstrs = p strsp strs# 要素格納nums = nums = ...

Mac OS X

ダウンロード:
提供元サイトからダウンロード
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and support ...

CentOS

現象
# firewall-cmd –list-all
FirewallD is not running

解決方法
1.ファイアウォールを起動
# systemctl start ...

jQuery

構文
scrollTop(スクロール位置)
水平方向のスクロール位置を返します。
htmlコード

<div class="cft"> <table class="laytbl" < ...

Linux

書式
less ファイル名
more ファイル名

使用例
# more test01.php

–続きます–(61%)
※スクロールできるが、末行ま ...

MySQL

環境
Windows10 64bit
MySQL Workbench 8.0.27

環境
MOD( 割られる数値 , 割る数値 )

使用例1
SELECT MOD( 9, 4 ) ...

IT

ダウンロード:
提供元サイトからダウンロード
機能:
リモート デスクトップ プロトコル (RDP) 8.0 の更新プログラムについて説明します。これらの機能は、Windows 8 と Windows Serv ...

CentOS 7

環境
# cat/etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

操作方法
1.csh環境へ変更します
# csh ...

Linux

1.macからサーバに転送
$ scp filename username@hostname:/home/username

2.サーバからmacに転送
$ scp username@hostname:/ho ...

Python

書式
文字列.strip(削除文字列)
サンプルコード

#!/usr/bin/ruby# -*- coding: UTF-8 -*-target = "STA-12345ST"res = target.strip ...

PostgreSQL

ダウンロード:
提供元サイトからダウンロード
KDevelop aims to create an IDE which doesn’t get into your way and nevertheless ...