Oracle

構文
日付項目between 日付1 and 日付2

使用例

SELECT * FROM USER_TBL WHERE BIRTHDATE BETWEEN '20011001 00:00:00' AND '2 ...

Docker

構文
docker kill CONTAINER

使用例
$ docker kill -s KILL mynginx
mynginx

Swift

書式
button.setImage(UIImage(named: “xxx”), for: .highlighted)
使用例

import UIKit class ViewContro ...

OpenSource

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

更新内容:

BalanceNG now allocates needed MAC addresses out of the IEEE registered ...

OpenSource

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

更新内容:

$animate:wait two until two digests are over until enabling animations (925 ...

Linux

コマンドアクションNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2o ...

Java

javaコード:

import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
impo ...

Windows10

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

概要:

μTorrent(ミュトレント、uTorren ...

Windows10

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

特徴:

 

Built-in vide ...

Windows10

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

概要:
Balabolkaはテキストファイルの音読をするプ ...

Software

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

D2X is a port of Descent 2 to OpenGL. It is an open source ...

Windows10

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

更新内容:

– 0002343: sys ...

VB.net

書式
Dim オブジェクト名 As New List(Of クラス名)
オブジェクト名.Add(New クラス名 With {.プロパティ1 = 値1, xxxx})

使い方
リスト名(インデックス ...

SQL

書式
select
カラム名
from テーブル1
right outer join テーブル2
on
結合条件
使用例

select ta.orderid , tb.la ...

VB.net

書式

with オブジェクト名  .プロパティ1 = 値1 .プロパティ2 =値2 xxxEnd With

Dim リスト名 As New List(Of クラス名)
リスト名.Add(オブジェクト名)

...

Windows10

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

特徴:

 

Back up devic ...

VB.net

書式

Dim オブジェクト名 As New クラス名With オブジェクト名  .プロパティ1 =値1 xxxEnd With

クラスをインスタンス化する時に、初期値も設定できます。
使用例

Module Mo ...

jQuery

構文
slideDown(ミリ秒)
slideUp(ミリ秒)

使用例

<div id="cft">test message</div><input type="butto ...