質問編集履歴

1

追加

2015/12/15 03:05

投稿

kentros511
kentros511

スコア122

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ ```データベース処理
2
+
1
3
  ```データベース接続
2
4
 
3
5
  db.getDBConnection(dbName,user,pass);
@@ -13,6 +15,8 @@
13
15
  return mapping.findForward("miss");
14
16
 
15
17
  }
18
+
19
+ ```
16
20
 
17
21
  ```
18
22