「shell入門」while文の使い方
1.基本形
while 条件文
do
命令1
命令2
命令3
done
2.サンプル
#!/bin/bash
i=1 ...
ReSharper 8.0 Betaのダウンロード
ダウンロード:
提供元サイトからダウンロード
ReSharper is available for download as a single package that includes all three edit ...
Apache CouchDB 1.3.1 のダウンロード
ダウンロード:
提供元サイトからダウンロード
Replicator
* Tolerate missing source and target fields in _replicator docs(COUCH ...
Battle for Wesnoth 1.11.5のダウンロード
ダウンロード:
提供元サイトからダウンロード
Source (373.2MB)
Linux
Windows (340.3MB)
MacOSX (371.8MB)
and ...
「C#」引数なし、戻り値ありのFunc型の変数を使用
書式
Func<データの型> resA = () => {処理コード}
引数なし、戻り値あり
使用例
「jQuery」.nextAll()で指定要素の次以降の兄弟要素を取得する
書式
$(セレクタ名).nextAll().css(“属性”, “値”);
.nextAll()を使用して、指定した要素の次以降にある兄弟要素を全て取得します。 ...
「Oracle12c」NEXT_DAY関数で指定曜日が次に来る日付を求める
環境
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入門」attr(key,value)で要素に属性を設定する
1.htmlコード
<button>Button11</button>
<button>Button12</button>
<button>Butto ...
「nginx入門」httpでのアクセスをhttpsにリダイレクトするサンプル
設定内容:
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 == ...
GIMP 2.8.6のダウンロード
ダウンロード:
提供元サイトからダウンロード
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo ...
Sublime Text 3 Build 304のダウンロード
ダウンロード:
提供元サイトからダウンロード
Beta is now open to non-registered users
Windows and Linux: Added High DPI
DataNucleus Access Platform 3.3 のダウンロード
ダウンロード:
提供元サイトからダウンロード
DataNucleus AccessPlatform v3.2 provides persistence and retrieval of Java objects t ...
「Python」論理演算子の否定(not) を使う方法
構文
if (not 条件表現式)
サンプルコード
「Linux入門」historyでコマンド履歴を表示する
1.コマンド履歴を削除
$ history -c
$ history
1 history
2.過去n回分のコマンドが表示される
# history 3
7 man history ...
「MySQL入門」AUTO_INCREMENTのカラムの開始の値を変更する
設定内容を確認
show table status where name = ‘demo_tbl’;
初期値を変更
alter table demo_tbl auto_increme ...
GhostBSD 3.1のダウンロード
ダウンロード:
提供元サイトからダウンロード
GhostBSD3.1-lxde-i386.iso (603MB, torre ...