PHP

サンプルコード

<?php//global変数$m = "777"; function testfunc(){$n = "888";//ローカル変数return $n;}print $m; print testfunc() ...

Software

サンプルコード

<a href="#" class="button split">Dropdown Button <span data-dropdown="dropcft"></span>&l ...

Software

サンプルコード

<!-- Trigger the Dropdown --><a href="#" data-dropdown="id01" class="button dropdown">Dropdown ...

Software

操作方法
1.スタートボタンまたはキーボードのWindowsボタンを押し、歯車マークの「設定」をクリックします。

2.「更新とセキュリティ」を選択します。

3.「更新プログラムのチェック」ボタンをクリッ ...

Software

1.ボタンの色
<a href=”#” class=”button success”>222</a>
<a href=”# ...

IOS

サンプルコード

<ul class="button-group even-3">//some code</ul> <ul class="button-group even-4 round">/ ...

Software

サンプルコード

<ul class="stack button-group">//some code</ul> <ul class="stack-for-small button-group"> ...

Software

サンプルコード

<div class="button-bar"> <ul class="button-group">//some code </ul> <ul class="button ...

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(). ...