- 博客(3)
- 收藏
- 关注
原创 spring boot设置默认首页
这里写自定义目录标题 @Controller public class HomeController { @RequestMapping("/") public void index( HttpServletResponse response, HttpServletRequest request) { try{ request.getRequestDispatcher("/index.html").forward(request,response)
2021-04-26 16:23:19 71
原创 解决 vue 项目一直出现 sockjs-node/info?t=1554978****问题
解决办法:在vue.config.js添加配置 devServer: { port: 1923, public: 'http://xx.xx.xx.xxx:1888',//添加配置 proxy: { '/api': { //本地服务接口地址 target: 'http://127.0.0.1:80', ws: true, pathRewrite: { '^/api
2021-04-22 15:06:00 598
原创 Oracle全连接,分组查询,统计
sql: select * from ( select (case when category is null then Translate('合计' USING NCHAR_CS) else category end ) as category, (case when category is null then 'heji' else categoryCode end ) as categoryCode, 0 as undone, sum(comp
2021-04-16 17:38:25 138
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人