shellscript

1.基本形
while 条件文
do
命令1
命令2
命令3
done

 

2.サンプル
#!/bin/bash

i=1 ...

IT

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

ReSharper is available for download as a single package that includes all three edit ...

IT

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

Replicator
* Tolerate missing source and target fields in _replicator docs(COUCH ...

IT

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

 

Source (373.2MB)
Linux
Windows (340.3MB)
MacOSX (371.8MB)
and ...

C#

書式
Func<データの型> resA = () => {処理コード}
引数なし、戻り値あり
使用例

using System; class Program { static void ...

IT

書式
$(セレクタ名).nextAll().css(“属性”, “値”);
.nextAll()を使用して、指定した要素の次以降にある兄弟要素を全て取得します。 ...

Oracle 12c

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

書式
NEXT_DAY(date, week) ...

MySQL

1.データベースのユーザーの作成
#CREATE USER ‘YAMADAUSER’@’172.17.100.12’ IDENTIFIED BY ‘12345678& ...

jQuery

1.htmlコード
<button>Button11</button>
<button>Button12</button>
<button>Butto ...

Nginx

設定内容:

server {
listen 80;
listen :80;

server_name www.example.com;

return 301
}
ser ...

Python

Pythonコード

def leapChk(year):

if year % 400 == 0:
return True
elif year % 4 == 0 and year % 100 == ...

IT

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

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo ...

IT

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

Beta is now open to non-registered users
Windows and Linux: Added High DPI

IT

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

DataNucleus AccessPlatform v3.2 provides persistence and retrieval of Java objects t ...

Python

構文
if (not 条件表現式)
サンプルコード

# coding: utf-8#!/usr/bin/python3cftX = 8cftY = 9if (not cftX == 10): print("res ...

Linux

1.コマンド履歴を削除
$ history -c
$ history
1 history
2.過去n回分のコマンドが表示される
# history 3
7 man history ...

MySQL

設定内容を確認
show table status where name = ‘demo_tbl’;

初期値を変更
alter table demo_tbl auto_increme ...

IT

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

GhostBSD3.1-gnome2-i386.iso (972MB, torrent)
GhostBSD3.1-lxde-i386.iso (603MB, torre ...