detail.html

・スマホ向けフリック入力タイピングはこちら
※アプリのインストールが必要です。
・PC向けタイピングはこちら
タブレット+BlueToothキーボードのプレイもこちらがオススメです!
Webアプリでプレイ
投稿者投稿者jumokuいいね0お気に入り登録
プレイ回数106難易度(3.4) 717打 英語 長文モードのみ
src/main/resources
templates.todo

関連タイピング

  • application.properties

    application.properties

    src/main/resources

    プレイ回数77
    英語長文294打
  • 404.html

    404.html

    src/main/resources

    プレイ回数97
    英語長文105打
  • form.html

    form.html

    src/main/resources

    プレイ回数122
    英語長文815打
  • list.html

    list.html

    src/main/resources

    プレイ回数134
    英語長文512打
  • ToDoController.java1(R)

    ToDoController.java1(R)

    src/main/java

    プレイ回数101
    英語長文628打
  • ToDoMapper.java

    ToDoMapper.java

    src/main/java

    プレイ回数70
    英語長文184打
  • data.sql

    data.sql

    src/main/resources

    プレイ回数118
    英語長文410打
  • ToDoForm.java

    ToDoForm.java

    src/main/java

    プレイ回数102
    英語長文254打

問題文

ふりがな非表示 ふりがな表示

(<h2>ToDosyousai</h2>)

<h2>ToDosyousai</h2>

(<table border="1">)

<table border="1">

(<tr>)

<tr>

(<th>ID</th>)

<th>ID</th>

(<td th:text="${todo.id}"></td>)

<td th:text="${todo.id}"></td>

(</tr>)

</tr>

(<tr>)

<tr>

(<th>taitoru</th>)

<th>taitoru</th>

(<td th:text="${todo.todo}"></td>)

<td th:text="${todo.todo}"></td>

(</tr>)

</tr>

(<tr>)

<tr>

(<th>syousai</th>)

<th>syousai</th>

(<td th:text="${todo.detail}"></td>)

<td th:text="${todo.detail}"></td>

(</tr>)

</tr>

(<tr>)

<tr>

(<th>tourokunitiji</th>)

<th>tourokunitiji</th>

(<td th:text="${todo.createdAt.)

<td th:text="${todo.createdAt.

(format(T(java.time.format.DateTimeFormatter).)

format(T(java.time.format.DateTimeFormatter).

(ofPattern('yyyy/MM/dd HH:mm:ss'))}">)

ofPattern('yyyy/MM/dd HH:mm:ss'))}">

(</td>)

</td>

など

(</tr>)

</tr>

(<tr>)

<tr>

(<th>kousinnnitiji</th>)

<th>kousinnnitiji</th>

(<td th:text="${todo.updatedAt.)

<td th:text="${todo.updatedAt.

(format(T(java.time.format.DateTimeFormatter).)

format(T(java.time.format.DateTimeFormatter).

(ofPattern('yyyy/MM/dd HH:mm:ss'))}">)

ofPattern('yyyy/MM/dd HH:mm:ss'))}">

(</td>)

</td>

(</tr>)

</tr>

(</table>)

</table>

(<a th:href="@{/todos/edit/{id}(id=${todo.id})}">hennsyuu</a>)

<a th:href="@{/todos/edit/{id}(id=${todo.id})}">hennsyuu</a>

(<form th:action="@{/todos/delete/{id}(id=${todo.id})}" method="post">)

<form th:action="@{/todos/delete/{id}(id=${todo.id})}" method="post">

(<input type="submit" value="sakujo">)

<input type="submit" value="sakujo">

(</form>)

</form>

(<a th:href="@{/todos}">ToDoitiranhe</a>)

<a th:href="@{/todos}">ToDoitiranhe</a>

問題文を全て表示 一部のみ表示 誤字・脱字等の報告