OpenSource

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

概要

Code formatting will always be an important and sensitive subject for develo ...

OpenSource

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

更新内容

Update bundled libgit2 to 0.21.2 (from 0.21.0).

See and
for a list

OpenSource

ダウンロード:

Cocos Code IDE for Mac 64bit
Cocos Code IDE for Windows 64bit
Cocos Code IDE for Windows 32bit

OpenSource

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

 

概要

IntelliJ IDEA offers outstanding framework-specific coding assi ...

Oracle

パッケージの存在確認 使用例1

SELECT * FROM ALL_OBJECTS WHERE OBJECT_TYPE = 'PACKAGE' AND OWNER = 'user003';

パッケージのボディ 使用例2

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 ...