摘要:
工具方法: @Autowired private JdbcTemplate businessTpmeJdbcTemplate; @SuppressWarnings("deprecation") public long querySeqBySeqName(String seqName) { try { 阅读全文
posted @ 2019-12-10 20:42
AlphaJunS
阅读(366)
评论(0)
推荐(0)
摘要:
工具方法: function getRequest() { var url = location.search; // 获取url中?后面的字符串 var theRequest = new Object(); if (url.indexOf("?") != -1) { var str = url.s 阅读全文
posted @ 2019-12-10 20:05
AlphaJunS
阅读(1465)
评论(0)
推荐(0)