2018年5月7日

@SuppressWarnings注解用法详解

摘要: 转自:https://blog.csdn.net/hunhun1122/article/details/72356228 今天来谈谈@SuppressWarnings注解的作用。 J2SE 提供的最后一个批注是 @SuppressWarnings。该批注的作用是给编译器一条指令,告诉它对被批注的代码 阅读全文

posted @ 2018-05-07 18:21 chengjunde 阅读(266) 评论(0) 推荐(0) 编辑

java 与大数据学习较好的网站

摘要: C# C#中 Thread,Task,Async/Await,IAsyncResult 的那些事儿!https://www.cnblogs.com/doforfuture/p/6293926.htmlAsp.net缓存技术(HttpRuntime.Cache)https://www.cnblogs. 阅读全文

posted @ 2018-05-07 17:23 chengjunde 阅读(1297) 评论(0) 推荐(0) 编辑

java类敏感词过滤类

摘要: package com.fpx.pcs.prealert.process.service.impl; import java.util.HashMap;import java.util.HashSet;import java.util.Iterator;import java.util.Map;im 阅读全文

posted @ 2018-05-07 17:13 chengjunde 阅读(160) 评论(0) 推荐(0) 编辑

比较好的SQL语句

摘要: 批次导数据表头 SELECT [运单号] , [运单号] AS [订单号] , [运单号] AS [订单号] , [运单号] , SUM([price] * [ProductNum]) AS [订单总价] , SUM(CAST(( temp.[Weight] * ( CAST (temp.Produ 阅读全文

posted @ 2018-05-07 16:56 chengjunde 阅读(138) 评论(0) 推荐(0) 编辑

Spring boot 与mybatis 多数据源问题

摘要: https://www.cnblogs.com/ityouknow/p/6102399.html Spring Boot 集成Mybatis实现多数据源 https://blog.csdn.net/maoyeqiu/article/details/74011626 Spring Boot + Myb 阅读全文

posted @ 2018-05-07 15:19 chengjunde 阅读(104) 评论(0) 推荐(0) 编辑

Spring Boot集成Redis实现缓存机制【从零开始学Spring Boot】

摘要: 转自:https://blog.csdn.net/linxingliang/article/details/52263763 spring boot 自学笔记(三) Redis集成—RedisTemplate 转自:https://blog.csdn.net/i_vic/article/detail 阅读全文

posted @ 2018-05-07 15:11 chengjunde 阅读(116) 评论(0) 推荐(0) 编辑

SQL中比较好的For xml 用法实例

摘要: --包裹单号 入库时间 交易号 商品分类 商品名称 实付款SELECT a.DeliveryCode AS '包裹单号',a.DomesticWarehouseInTime AS '入库时间',a.TradeOrderID AS '交易号',(SELECT TOP 1 CatalogName FRO 阅读全文

posted @ 2018-05-07 10:34 chengjunde 阅读(160) 评论(0) 推荐(0) 编辑

导航