Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
LPAD(word, n, str)

JavaScript

JSコード
function htmlEscape(content){
return content.replace(//g, function(match, pos, originalText){
switc ...

IT

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

IT

ダウンロード:
提供元サイトからダウンロード
対応OS:
Windows 2000/XP/2003/Vista/2008/7(32/64bit)

インストールやアンインストールによって断片化してしま ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
SUM(列名)
列の合計値を求めるに ...

Kotlin

構文
when(条件){
数値1->xx
数値2->
else->
}
サンプルコード

when (x) { 11 -> print("x == 11") ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
AVG(列名)
AVG関数を使って平 ...

Ubuntu 22.04

環境
Ubuntu 22.04 LTS

書式
ps aux | grep プロセス名
a 他ユーザーのプロセス表示
u ユーザー名やCPU占有率、メモリ使用率等表示
x 端末操作以外 ...

IT

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

サンプル:

FunctionSpace {
{ Name H1; Type Form0;
BasisFunction {
{ Nam ...

IT

ダウンロード:
提供元サイトからダウンロード
OS:
2000/XP/2003/Vista/7/8
Lingoesは80以上の言語で翻訳ができ、マウスオン翻訳機能(カーソルをかざすだけで翻訳)が使える翻 ...

IT

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

goot features a plugin model and comes with a Google Translate plugin for translatin ...

Java

書式
protected Object clone() throws CloneNotSupportedException
このオブジェクトのコピーを作成して、返します。
使用例

package com. ...

AngularJS

構文
<element ng-class-odd=”expression”></element>
使用例
htmlコード

<head><m ...

Java

関数説明
1.<R,A> R collect(Collector<? super T,A,R> collector)
型パラメータ:R – 結果の型A –
Col ...

Java

書式
public static void arraycopy(Object src,int srcPos,Object dest,int destPos,int length)
指定位置で開始する指定ソース配列から、 ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
ROUND(value )
ROU ...

IT

ダウンロード:
提供元サイトからダウンロード
A library to make your web software pac (proxy auto-config) files intelligent. Comes w ...

Swift

書式
if 最小値…最大値
使用例

func isTest (cc: Int) -> Bool {//範囲22~33 if 22...33 ~= cc { return true } retur ...