Software

サンプルコード

<ul class="button-group"> <li><button type="button" class="button">Apple</button>& ...

VB.net

サンプルコード

Public Enum CftAA = 10BB = 11CC = 12End EnumModule ModuleDemoSub Main()For Each a In .GetNames(GetType(Cft ...

Linux

1.特定のファイルを展開する
書式
tar zxvf 圧縮ファイル 対象ファイル

tar zxvf test.tar.gz test/changfa.csv

2.圧縮ファイルを作成する ...

VB.net

サンプルコード

Module ModuleTest Enum days sunday = 0 monday = 1 yuesday = 2 wednesday = 3 thursday = 4 friday = 5 saturd ...

Windows10

操作方法
1.対象のファイルやフォルダを右クリックしてプロパティを開きます。
2.メニューから「プロパティ」をクリックします。
3.「セキュリティ」タブをクリックします。
4.セキュリティ画面に「詳細設 ...

Swift

1.スリープ遅延
Thread.sleep(forTimeInterval: 5.0)

2.スレッド遅延
DispatchQueue.main.asyncAfter(deadline: .now() + 5 ...

Software

サンプルコード
#!/usr/bin/perl
use strict;
use warnings;

my @tt = (‘tokyo’,’oosaka’ ...

Struts2

1.ActionContextの取得
ActionContext actionCft= ActionContext.getContext();

2.リクエストパラメータを取得する
Map<String ...

Struts2

説明

@Result(name=”戻り値文字列”, value=”遷移先”, type=クラス)

type:chain
アノテーション:ActionCha ...

Java

サンプルコード
HttpServletRequest request = ServletActionContext.getRequest();
if(request.getMethod().toUpperCase(). ...

Python

サンプルコード
#!/usr/bin/python3
import math

print (“math.ceil(-45.17) : “, math.ceil(-45.17))

Tomcat

起動
#/usr/local/tomcat/bin/startup.sh
#/usr/local/apache/bin/apachectl start

停止
#/usr/local/apache/b ...

Java

サンプルコード

package com.arkgame.study;import java.text.ParseException;import java.text.SimpleDateFormat;import java.ut ...

Software

サンプルコード
#!/usr/bin/perl
use strict;
use warnings;

my $n = int(rand 10);

print ($n); # 0~10 ...

Java

サンプルコード

public Iterator<?> getNamess(){ Field.getName()); } return fd.iterator(); }

 

CSS

normal
文字が表示域を超える時、改行せずに表示します。

break-word
文字が表示域を超える時、単語の途中で改行します。

サンプルコード
#cftA{overflow-wra ...

CSS

サンプルコード
CSS定義
#cft1 {white-space: normal;}
#cft2 {white-space: nowrap;}
#cft3 {white-space: pre;} ...

Eclipse

操作方法

1.mavenRepoistoryのURLにアクセス

2.jarファイル名を入力し、「search」をクリックします。
例org.postgresql

3.Mavenタグ