Kotlin

サンプルコード

fun main(args: Array<String>) { for (i in 1..10) { if (i==3) continue println(i) if (i>5) break } ...

Windows10

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

We made changes in authentication procedure, background process now works faste ...

Oracle

1.パッケージを削除
DROP PACKAGE CFT;

2.パッケージボディを削除
DROP PACKAGE CFT

Ruby

書式
>ruby test.rb
{キー1 => 値1, キー2 => 値2}
使用例

#!/usr/bin/ruby# -*- coding: UTF-8 -*-cftA = {"ke ...

Windows10

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

更新内容

Changed the “single instance detection” ...

Windows10

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

更新内容

Optimized the start-up procedure;
Removed unneces ...

C言語,Windows10

構文
演算子%:余りを計算
変数名%2 ==0 偶数
使用例

#include <stdio.h> int main(void){ int n; printf("please enter nu ...

XML

書式
<要素名 属性名=”属性の値”>xxx</要素名>

使用例

<?xml version="1.0" encoding="UTF-8" ?>&l ...

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 =