C#

サンプルコード

using System;namespace ArrayApplication{ class MyArray { static void Main(string n = new int;/* 初期化 */for ...

C#

サンプルコード

using System;public class ConstTest{ class TestClass { public int x; public int y; public const int c1 = 5 ...

Java

サンプルコード1
Strut1
<html:hidden property=”userId”/>

Spring
<form:hidden path=R ...

C#

サンプルコード

using System;namespace StringApplication{ class StringProg { static void Main(string starray = new string[ ...

C#

サンプルコード

class Demo{ static void Main() { string city = "東京,大阪,福岡,横浜"; string[] cft = city.Split(','); foreach (str ...

C#

サンプルコード

using System;namespace StringApplication{ class StringProg { static void Main(string[] args) { string str ...

PostgreSQL

1.サービス起動
方法1.「コントロールパネル」-「システムとセキュリティ」-「管理ツール」を開き、
「サービス」を起動する
方法2 「スタートメニュー]–「管理ツール」–「サービス」を ...

Java

書式
@RequestMappingで、valueにStringの配列を渡す。

サンプルコード

@RequestMapping(value = {"/User/proReg","/User/proReg/us ...

C#

サンプルコード

using System;namespace StringApplication{ class StringProg { static void Main(string[] args) { string str1 ...

Java

1.setAttribute
サンプルコード
super.session.setAttribute(“SESSION_LIST”,”userList”);
req ...

Java

1.複数要素を削除する

String city = {"tokyo","oosaka","beijing","london","fukuoka"}; List<String> target = new ArrayLi ...

Java

サンプルコード

List<User>cft = new ArrayList<User>(); cft.add(new User("yamada", 250000,"tokyo")); cft.add(ne ...

Java

サンプルコード1
String cft = “abcde”;
//先頭一致判定
boolean k1 = cft.startsWith(“ABC”);//fals ...

Struts2

Actionクラスメッセージの種類
項目エラーメッセージ
メソッド addFieldError
入力項目に対するエラーメッセージを設定します。
ActionクラスがActionSupportクラス継承し ...

Java,Software

1.Itemクラス
public class Item{
private String itemId;
private String itemName;
private BigDecimal cft; ...

PHP

サンプルコード

<?php$con=mysqli_connect("localhost","username","password","database");if (mysqli_connect_errno()){ ech ...

jQuery

① topの位置取得
var cftTop = $(‘div’).position().top;
② leftの位置取得
var cftLeft = $(‘div’ ...

jQuery

1.cssを追加
「user」がついた要素にcss「cft」を追加
$(‘#user’).addClass(‘cft’);

2.cssを削除
$(&# ...