会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qwer78
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
2020年5月8日
selenium 模拟登陆 并获取登陆后的cookie等信息 java
摘要: <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>3.141.59</version> </dependency> package com.e
阅读全文
posted @ 2020-05-08 13:58 qwer78
阅读(229)
评论(0)
推荐(0)
2020年5月7日
springboot + redis 多数据源 (相同 + 完全独立)
摘要: spring.redis.common.database.index=0 spring.redis.common.lettuce.pool.min-idle=0 spring.redis.common.lettuce.pool.max-idle=8 spring.redis.common.lettu
阅读全文
posted @ 2020-05-07 09:08 qwer78
阅读(51)
评论(0)
推荐(0)
springboot + kafka 多数据源(相同 + 完全独立)
摘要: spring.kafka.wh.bootstrap-servers=192.168.1.130:9092 spring.kafka.wh.consumer.group-id=kafka_demo spring.kafka.wh.consumer.enable-auto-commit=false sp
阅读全文
posted @ 2020-05-07 09:06 qwer78
阅读(441)
评论(0)
推荐(0)
springboot +elastcsearch多数据源 (相同 + 完全独立)
摘要: elasticsearch.wh.clusterName=whELK elasticsearch.wh.userName= elasticsearch.wh.password= elasticsearch.wh.rest.hostNames=192.168.1.130 elasticsearch.w
阅读全文
posted @ 2020-05-07 09:02 qwer78
阅读(108)
评论(0)
推荐(0)
springboot mysql 多数据源处理(相同+完全独立)
摘要: #database1 spring.datasource.wh.type=com.zaxxer.hikari.HikariDataSource spring.datasource.wh.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasou
阅读全文
posted @ 2020-05-07 08:57 qwer78
阅读(90)
评论(0)
推荐(0)
2020年4月27日
python安装opencv,dlib(Windows10)
摘要: 1.下载安装python3.8 64 选择自动配置path 链接:https://pan.baidu.com/s/1QGbuloHJ1C3zDeXlsyQTGQ 提取码:qu9i 2. 安装visual studio 2019 选择C++环境,并安装gcc c++等 cmake依赖C++ 3. 下载
阅读全文
posted @ 2020-04-27 16:40 qwer78
阅读(61)
评论(0)
推荐(0)
2019年12月18日
删除远程表或者更新表结构一直无响应卡死
摘要: 背景:本地执行同步服务将本地数据定时传输到远程服务器,一次发现线上表数据为空,连接远程执行drop table一直等待响应,无法删除 解决方案: 连接远程mysql 将这些线程全部kill就可以正常删除了。 本地执行同步到线上服务的时候 突然网络中断导致一直锁表。
阅读全文
posted @ 2019-12-18 08:46 qwer78
阅读(28)
评论(0)
推荐(0)
2019年11月7日
关于@Resource注入到不同类型
摘要: 如: @Resource(name = "redisTemplate") private HashOperations hash; redisTemplate并不是HashOperations的实现类,这两个类在继承上也没任何关系。 原因就在于 doGetBean()的一部分代码 // Check
阅读全文
posted @ 2019-11-07 08:41 qwer78
阅读(108)
评论(0)
推荐(0)
2019年10月23日
elasticsearch 多重分组并取组内最小值两个方案
摘要: //sql 版本 SELECT id,estate_name,house_type,price FROM ( SELECT id,estate_name,house_type,price, ROW_NUMBER () OVER ( PARTITION BY estate_name,house_typ
阅读全文
posted @ 2019-10-23 09:45 qwer78
阅读(79)
评论(0)
推荐(0)
2019年10月21日
RedisTemplate 附近的人
摘要: import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.geo.*; import org.springframework.data.redis.connection
阅读全文
posted @ 2019-10-21 10:15 qwer78
阅读(27)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
公告