Windows10

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

更新内容:
複数のPDFファイルをマージしたり、一つのPD ...

Nginx

コード下記:
server {

location/{
# This is cool because no php is touched for static content
tr ...

Java

書式
クラス名<? super Integer>変数名

使用例

package com.arkgame.demo;//ジェネリック型クラスの定義class Cft<T> { priva ...

Oracle

1.betweenで条件を指定
使用例

SELECT * FROM USER_TBL WHERE AGE BETWEEN 20 AND 30 ORDER BY USERNO;

2.not betweenで条件指定

Windows10

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

概要:

Chromium(クロミウム)はオープンソース ...

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})

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