Windows10

ダウンロード
提供元サイトからダウンロード
更新内容

バージョンチェックのダイアログ(動作未確認である旨を表示するダイアログ)に、「次回からこの質問を行わない」チェックボックスを設けた。
実行環境で解釈でき ...

Linux

書式
ldd FILE
オプション説明
-d, –data-relocs データ再配置を処理する
-r, –function-relocs データと関数再配置を処理する ...

Node.js

1.mongooseインストール
npm i mongoose

2.使用例

const mongoose = require('mongoose');const Schema = mongoose.Schem ...

MySQL

環境
Windows10 64bit
MySQL Workbench 8.0.27

書式
ROUND( 値 )

使用例

SELECT ROUND(- 1.45) A1, ROUND ...

Linux

構文1
chmod a+w 「file」
chmod a+w  「directory」
全てのユーザが書き込み可能
使用例
chmod a+w/opt/akrgame/study/work ...

Windows10

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

更新内容

Enhanced detections are those that have been modi ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
概要
キーボードの分離(パソコンのキーボード、ピアノ鍵盤、チューニングウィンドウ)ができる
キーボードに加え ...

Go言語

書式
strings.ToUpper(“対象文字列”)
strings.ToLower(“対象文字列”)
使用例

package main import ( ...

Swift

最初の4バイト
50 4b 03 04
使用例1

if let fh = FileHandle(forReadingAtPath: "/data/bak/test01.zip") { let data = fh. ...

Ruby

使用例

# 要素数が0個の配列cftArr =

Oracle

書式
IF 条件式 THEN
処理コード
RETURN;
使用例

CREATE OR REPLACE PROCEDURE CFTPROCIS nn NUMBER := 100;BEGIN IF ( ...

Swift

書式
文字列.lowercased()
文字列.uppercased()

使用例

let strA = "STUDY SKILL"let strB = "become smart"let lowerR ...

Linux

操作方法
1.typeコマンド
# type mkdir
mkdir はハッシュされています (/usr/bin/mkdir)

2.whichコマンド
# which mkdir
/ ...

Windows10

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

更新内容

Contains bugfixes ans stability improvements.

...

Windows10

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

更新内容

Added: Ability to reorder and hide address subfields ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
概要
Chameleon Window Managerはウインドウのタイトルバーに、タスクトレイに格納
や最 ...

Linux

書式
chown ] FILE
使用例
1./data/back の所有者を “root” に変更します。
# chown root/data/back

2.グルー ...

JavaScript

使用例

document.onselectstart = function() { return false;}<div class="test"> 1111 </div>