Swift

書式
let 辞書名: =
使い方
辞書名「キー名」
使用例

//dictionaryを定義let student: =//複数keyを指定してvalueを取得print(student!)p ...

Oracle 19c

環境
Oracle 19.3

使用例
1.Oracleを起動する
SQL> startup
ORACLEインスタンスが起動しました。

2.Oracleサーバーを停止する ...

Oracle 12c

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

構文
INSTR(word, target ] ...

AngularJS

構文
<要素 ng-controller=”{expression}”>
some code
</要素>
ngControllerディレクティブは、コント ...

CSS

書式
text-decoration: xxx
使用例
1.点線 dotted

<style> .cft { text-decoration: underline dotted green; ...

jQuery

サンプル
<ul>
<li>oosaka</li>
<li>tokyo</li>
<li>fukuoka</li> ...

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