Linuxにディストリビューションのバージョンを確認する
Ubuntuの場合
$ cat/etc/lsb-release
CentOSの場合
$ cat/etc/centos-release
「javaScript入門」URLクエリ文字列のパラメータの値を取得する方法
JSコード
<Script language=”javascript”>
function GetRequest() {
var url = location.search; ...
「python入門」zip関数を利用するサンプル
サンプルコード
cft1 =
cft2=
zipped = zip(cft1, list2)
# zipped
#
java.text.SimpleDateFormat.SimpleDateFormatクラスの使い方
Javaコード
package com.arkgame.study;
import java.text.SimpleDateFormat;
import java.util.Date;
public ...
「CSS」:emptyで中身が空の要素にcssを適用するサンプル
書式
クラス名:empty
:empty は CSS の 擬似クラスで、子を持たない要素を表します。
子とは要素のノードまたは文字列 (ホワイトスペースを含む) です。コメント、処理指示、
CSS の ...
EJDB 1.1.19をダウンロード
ダウンロード:
提供元サイトからダウンロード
Long awaited MongoDB $ positional update operator is supported. #91. Due to its impl ...
[oracle入門]カーソルを利用するサンプル
1.暗示カーソル
BEGIN DELETE FROM MEMBERTBL WHERE CFT_NO = 110; DBMS_OUTPUT.PUT_LINE(SQL%ROWCOUNT);END;2.明示カーソル
DEC ...「Java8」リフレクション(reflection)でgetClassを使ってクラスの情報を取得する
環境
Windows 10 64bit
Eclipse 2019
Java8
書式
クラス名 インスタンスの変数 = new クラス名();
Class<?> 変数 = ...
「Perl」sort関数で配列の要素を昇順にする
構文
sort(条件式)配列名
使用例
#!/usr/bin/perluse strict;use warnings;my @cft = (34,5,18,79);@cft = sort{$a <=&g ...Windows10でAdministratorアカウントを有効する方法
環境
Windows10 64bit
操作方法
1.「ここに入力して検索」フォームに「cmd」と入力します。
2.「管理者として実行」をクリックします。
3.ユーザーアカウント制御が ...
Zutils 1.1をダウンロード
ダウンロード:
提供元サイトからダウンロード
Zutils is a collection of utilities able to deal with any combination of compressed an ...
Eric5 5.3.6をダウンロード
ダウンロード:
提供元サイトからダウンロード
The plug-in extensions can be loaded from within eric5 by selecting “Plugins➔P ...
「Java入門」java.util.Map.put()のサンプル
1.Javaコード
import java.util.HashMap;
import java.util.Map;
public class MethodMapDemo {
public sta ...
「CSS入門」CSS のプロパティ margin-inlineのサンプル
説明
margin-inline は CSS のプロパティで、論理的なインライン方向の先頭と末尾のマージンを設定します。
htmlコード
ZK 7.0 をダウンロード
ダウンロード:
提供元サイトからダウンロード
ZK 7 is a major release focusing on improving the theme system, bringing with it the ...
Hypertable 0.9.7.9 をダウンロード
ダウンロード:
提供元サイトからダウンロード
This page contains binary packages for the Hypertable 0.9.7.9 release. Each package ...
「VB.NET」String変数がブランクかどうかチェックする
書式
変数名 Is Nothing
String.IsNullOrEmpty(変数名)
使用例
Module Module1 Public Sub Main() Dim kk As String = ...Spring Social 1.1.0.M4 をダウンロード
ダウンロード:
提供元サイトからダウンロード
改善内容
A new RealTimeUpdateController for handling realtime updates from Facebook. ...