Windows10にGlassFish4のポート番号を変更する
操作方法
修正ファイル:domain.xml
場所
\glassfish4\glassfish\domains\domain1\config
修正前
<network-listener ...
「Swift入門」for-inで繰り返し処理サンプル
書式
for 変数 in コレクション {
//statement
}
サンプルコード
let cftArr =
for t in cftArr {
print(R ...
「Swift入門」repeat-whileで繰り返し処理サンプル
書式
repeat
{
statement(s);
}while( condition );
サンプルコード
var m= 15
repeat{
print( & ...
「Swift入門」if文を使うサンプルコード
書式
if boolean_expression_1 {
//code 1
} else if boolean_expression_2 {
//code 2
} else if boolean ...
「Kotlin入門」write()でテキストファイルに書き込むサンプル
書式
public static Path write(Path path, Iterable<? extends CharSequence> lines,
Charset cs, OpenOption ...
Catalyst monitor session sourceコマンドの使い方
環境
Cisco Catalyst
構文
monitor session セッション番号 source { interface インターフェース | vlan 番号 }
セッション番号は、monit ...
Oracle 19cにSUBSTRで文字列の後ろから取得する
環境
Windows10 64bit
Oracle 19c
書式
SUBSTR(文字列,開始の位置)
先頭の1文字目の位置は1です。
文字数は省略可能です。その場合、開始の位置から最 ...
「C言語」char配列の日本語の文字列を出力する
書式
char 配列名= "山田テスト"; printf("%s\n", cft); return 0;}
実行結果
山田テスト
CudaText 1.96.5.0 ダウンロード
更新内容
– added plugin “Lexer Detecter” which is used when file is opened and it has no lexer, p ...
「Swift」init()とdeinit()のサンプル
サンプルコード
var counter = 0;//カウンター参照class BaseClass { init() { counter += 1; } deinit { counter -= 1; }}var show: Bas ...Visual Studio Code 1.43リリース
更新内容
Search Editors – Search and save your global search results in a full-sized editor.Draggable sash c ...
「Spring MVC」form:radiobuttonタグを利用するサンプル
属性
path Modelの名前
label label要素
サンプルコード
<form:form action="testManage" method="POST"> <form ...Memcached 1.6ダウンロード
更新内容
meta: indicate refcount overflowmeta: fix refleak in mget
fix: all new connections were counted as rej ...
[Swift]fileprivate修飾子のサンプル
書式
fileprivate static var 変数名
使用例
Serverless Framework 1.66.0ダウンロード
更新内容
AWS Cognito: Fix pool update handling (#7418) (0898664) (Mariusz Nowak)AWS HTTP API: Ensure function time ...
PeaZip 7.1.1 ダウンロード
更新内容
CODE
Various fixes and improvementsimproved efficiency of context menu entriesimproved file re ...
「Java」Listから配列へ変換するサンプル
サンプルコード
import java.util.List;import java.util.ArrayList;public class ListToArr{ public static void main(String ar ...Windows10にGlassfish4.1のログ情報を確認する方法
場所
domain-dir/logs
例 C:\arkgame\glassfish-4.1.2\glassfish4\glassfish\domains\domain1\logs
ファイル名:server. ...