
java
weixin_43280061
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java获取项目绝对路径
## java获取项目绝对路径String realPath = this.getRequest().getSession().getServletContext().getRealPath("/").replaceAll("\\\\", "/");String file = realPath+"WEB-INF/imgFile/file/excel/"+newFileName; Fil...原创 2020-02-14 10:37:30 · 248 阅读 · 0 评论 -
dao层session值获取与存储
# dao层session值获取与存储 //注解 @Autowired private HttpServletRequest request; //将分类代码字段存放到session中 HttpSession session = request.getSession(false); session.setAttribute("fldm", excel_column_name);...原创 2020-02-12 10:05:18 · 575 阅读 · 0 评论 -
ORA-01407: cannot update to null 错误解决
update tb_test_log a set game_deal_log_id = (select game_deal_log_id from test b where a.table_id = b.table_id) where exists (select 1 fr...原创 2019-12-13 16:44:22 · 1087 阅读 · 0 评论 -
https://blog.youkuaiyun.com/congweijing/article/details/86482916
SELECT * FROM (select T.*, ROW_NUMBER() OVER(PARTITION BY saasdm, ywdj order BY shrq) RN FROM (select saasdm as saasdm, dbh as ywdj, shrq from ZCCZ_SBSPJLB...原创 2019-12-13 13:54:58 · 391 阅读 · 0 评论