上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 43 下一页

2018年5月7日

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) 编辑

2018年5月6日

通过HBase API进行开发

摘要: http://www.cnblogs.com/netbloomy/p/6683509.html 一、将HBase的jar包及hbase-site.xml添加到IDE 1、到安装HBase集群的任意一台机器上找到HBase的安装目录,到lib目录下下载HBase需要的jar包,然后再到conf目录下下 阅读全文

posted @ 2018-05-06 15:37 chengjunde 阅读(745) 评论(0) 推荐(0) 编辑

Java通过JDBC操作Hive

摘要: http://www.cnblogs.com/netbloomy/p/6688670.html 0、概述 使用的都是CLI或者hive –e的方式仅允许使用HiveQL执行查询、更新等操作。然而Hive也提供客户端的实现,通过HiveServer或者HiveServer2,客户端可以在不启动CLI的 阅读全文

posted @ 2018-05-06 15:36 chengjunde 阅读(274) 评论(0) 推荐(0) 编辑

sqoop数据导入到Hdfs 或者hive

摘要: 用java代码调用shell脚本执行sqoop将hive表中数据导出到mysql http://www.cnblogs.com/xuyou551/p/7999773.html 用sqoop将mysql的数据导入到hive表中 https://www.cnblogs.com/xuyou551/p/79 阅读全文

posted @ 2018-05-06 15:34 chengjunde 阅读(2540) 评论(0) 推荐(0) 编辑

2018年5月4日

JVM 小结

摘要: JVM运行原理详解 https://blog.csdn.net/luomingkui1109/article/details/72820232 jvm 堆栈方法区数据存放和操作流程 https://blog.csdn.net/u014332037/article/details/53836054 j 阅读全文

posted @ 2018-05-04 18:31 chengjunde 阅读(123) 评论(0) 推荐(0) 编辑

数据库查询优化方法小结

摘要: 阅读全文

posted @ 2018-05-04 11:03 chengjunde 阅读(70) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 43 下一页

导航