摘要:
1、在mysql中在某个字段后面添加一个新的字段: alter table 表名 add 字段名 字段类型 after 哪个字段后; 2、查询数据库中重复的数据: select user_name,count(*) as count from user_table group by user_nam 阅读全文
posted @ 2017-11-14 20:15
爱笑的我_smile
阅读(163)
评论(0)
推荐(0)
摘要:
1、在jsp页面上: <input type="checkbox" name="certDlStatus" value="0" <c:if test="${fn:contains(certDlStatusList, '0') }">checked="checked"</c:if>><label>缴纳 阅读全文
posted @ 2017-11-14 20:07
爱笑的我_smile
阅读(6122)
评论(0)
推荐(0)

浙公网安备 33010602011771号