Connection is read-only. Queries leading to data modification are not allowed
例如有UserService的方法 listUsers, 获取所有用户,就没问题。
但是如果是UserService的方法delUser, 要在dao层删除用户。就会报错误如下:
Connection is ...
分类:
其他好文 时间:
2014-08-12 00:49:13
阅读次数:
180
畅通工程续Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:187464-bit integer IO format:%I64d Java class name:Main某省自从...
分类:
其他好文 时间:
2014-08-12 00:26:23
阅读次数:
226
A secret service developed a new kind of explosive that attain its volatile property only when a specicassociation of products occurs. Each product i...
分类:
其他好文 时间:
2014-08-12 00:23:43
阅读次数:
228
Linux下编程难免要开启多个vim共同编辑同一个文件,这时再次保存就会出现:swap file "*.swp" already exists![O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:原因:使用...
分类:
其他好文 时间:
2014-08-12 00:19:03
阅读次数:
675
Dark roads
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 583 Accepted Submission(s): 253
Problem Description
Economic times th...
分类:
其他好文 时间:
2014-08-11 21:26:42
阅读次数:
208
回退到某个版本第一种方法1 #注意:使用此方法的文件无法提交到版本库2 3 svn update -r 版本号 yourfile第二种方法1 #可以svn commit -m "revert to yourversion"2 3 svn merge -r当前版本号:某个版本号 yourfile.Th...
分类:
其他好文 时间:
2014-08-11 21:01:12
阅读次数:
162
GodfatherTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:310764-bit integer IO format:%lld Java class name:MainL...
分类:
其他好文 时间:
2014-08-11 20:43:22
阅读次数:
205
Given a sorted linked list, delete all duplicates such that each element appear only once.
For example,
Given 1->1->2,
return 1->2.
Given 1->1->2->3->3, return 1->2->3.
删除排序链表中重复的节点,删除操作...
分类:
其他好文 时间:
2014-08-11 18:01:22
阅读次数:
243
原题http://poj.org/problem?id=2104
K-th Number
Time Limit: 20000MS
Memory Limit: 65536K
Total Submissions: 37130
Accepted: 11974
Case Time Limit: 2000MS
Description
...
分类:
其他好文 时间:
2014-08-11 17:57:42
阅读次数:
233
Problem Description
Recently, Shua Shua had a big quarrel with his GF. He is so upset that he decides to take a trip to some other city to avoid meeting her. He will travel only by air and he can g...
分类:
其他好文 时间:
2014-08-11 17:48:42
阅读次数:
353