- 博客(106)
- 资源 (13)
- 收藏
- 关注

原创 各种资源的下载地址(持续更新)
Gradlehttp://services.gradle.org/distributions/azkabanhttps://github.com/azkaban/azkaban/releasesWindows Redishttps://github.com/MicrosoftArchive/redis/releasesjmeterhttp://j...
2019-03-20 23:07:35
20849
原创 java.util.concurrent.ExecutionException: net.sf.jsqlparser.parser.ParseException: Encountered unexpe
【代码】java.util.concurrent.ExecutionException: net.sf.jsqlparser.parser.ParseException: Encountered unexpe。
2023-05-06 16:32:50
3471
1
原创 Flutter amap_location高德定位插件无法编译 编译出错 Xlint:unchecked new AMapLocationClient报错爆红问题
Flutter amap_location高德定位插件无法编译 编译出错 Xlint:unchecked new AMapLocationClient报错爆红问题
2023-02-23 11:37:35
617
原创 android启动Error: Activity class {} does not exist.Error while Launching activity
启动的时候,总是报 Activity class {} does not exist.Error while Launching activity,人都崩溃了,修改 androidManifest.xml , 也修改了 build.gradle的 applicationId, 无奈,还是不行,最后查询百度,找到的都是 adb uninstall ... ,我都还没有启动起来,uninstall也不行啊。
2022-11-18 23:44:53
1549
原创 Hive启动报错
java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[CHARACTER SET charset_name] [COLLATE collation_name] NULL,
2022-09-29 00:45:57
1184
原创 HIVE启动的时候, The server time zone value ‘EDT‘ is unrecognized or represents more than one time zone.
hive启动报错,需要进行修改处理
2022-09-29 00:30:48
1008
原创 repository does not exist or may require ‘docker login‘: denied: requested access to the resource is
repository does not exist or may require 'docker login': denied: requested access to the resource is denied
2022-06-10 11:50:15
4653
原创 启动docker服务的时候,Failed to start docker.service: Unit docker.service not found
启动dockr服务的时候,Failed to start docker.service: Unit docker.service not found
2022-06-10 10:15:09
6947
1
原创 Module yaml error: Unexpected key in data: static_context [line 9 col 3]
在 上执行 命令时报错解决方案:可以通过升级 解决。该问题已在 中修复。命令修复之后的日志
2022-06-10 10:05:56
8861
1
原创 postgresql 重启失败
由于重启服务器,需要重新启动 postgres之前重新映射postgres的data目录为其他数据盘,重启的时候出现以下错误5月 27 14:36:30 xydc-pre01 systemd[1]: Starting PostgreSQL 12 database server...-- Subject: Unit postgresql-12.service has begun start-up-- Defined-By: systemd-- Support: http://lists.fre
2022-05-27 15:20:08
2336
原创 ‘com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties‘ that could not be found.
2022/5/18 上午9:06:20Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2022/5/18 上午9:06:202022-05-18 09:06:20.811 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter -2022/5/18 上午9:0.
2022-05-18 09:27:04
3603
原创 Nginx转发,请求头丢失
在进行第三方接口管理的时候,需要添加trace 请求头,但是在使用nginx转发的时候,请求头丢失,以至于所有的请求都进不去。配置转发location /xyidc-api-prestowage { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X
2022-05-11 10:17:09
3055
原创 get table meta error:Failed to fetch schema of t_metadata_history
在使用SEATA做分布式事务的时候,出现以下问题:2022-05-08 00:58:03.151 [http-nio-2638-exec-2] INFO org.poem.controller.TMetadataController - TPlatformMetadataController -> saveOrUpdateMetadata {"currentVersion":"version-1","datasourceId":720452110768017408,"maxVersion":1
2022-05-08 01:04:33
2918
3
原创 分布式日志收集系统-日志收集模块 groundlog
使用方法添加引用在项目中添加项目的引用<dependency> <groupId>org.poem</groupId> <artifactId>groundlog-logback</artifactId> <version>${groundlog.version}</version></dependency>配置必要的Filter在项目中创建Bean @Bea
2022-05-04 22:02:13
549
1
原创 Git Commit node_modules\@umijs\yorkie\src\runner.js
internal/modules/cjs/loader.js:796 throw err; ^Error: Cannot find module 'E:\12-MyFolder\134-platform-frontend\node_modules\@umijs\yorkie\src\runner.js'?[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)?[39m?[.
2022-04-16 23:14:24
2283
原创 SpringBoot Long类型序列化的时候丢失精度
在使用 Long 作为id主键的时候,返回到前端的时候,丢失精度。public class JacksonMapper extends ObjectMapper { public JacksonMapper() { super(); this.configure(JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN, true); this.configure(JsonGenerator.Featur
2022-04-01 13:58:00
1445
原创 WARNING: IPv4 forwarding is disabled. Networking will not work.
使用docker的时候,出现如下的错误,但是无法连接到rancher的masterWARNING: IPv4 forwarding is disabled. Networking will not work.INFO: Running Agent Registration Process, CATTLE_URL=http://192.168.223.131:8080/v1INFO: Attempting to connect to: http://192.168.223.131:8080/v1
2022-03-21 23:44:24
1010
原创 记录Vmware 安装虚拟机配置网络,记录一下
1、vmware网络配置首先配置vmware配置点击菜单栏 编辑->虚拟网络编辑器选择NAT设置,并且记录下打了箭头的地方的ip最后点击应用2、虚拟机网络配置 进入虚拟机配置3、修改服务器配置最后进入虚拟机vim /etc/sysconfig/network-scripts/ifcfg-ens33输入如下的内容TYPE="Ethernet"PROXY_METHOD="none"BROWSER_ONLY="no"B...
2022-03-17 00:47:56
222
1
原创 Rancher 安装主机
Status: Downloaded newer image for docker.io/rancher/agent:v1.2.11INFO: Running Agent Registration Process, CATTLE_URL=http://192.168.3.49:8080/v1INFO: Attempting to connect to: http://192.168.3.49:8080/v1ERROR: http://192.168.3.49:8080/v1 is not acce.
2022-03-15 00:43:08
1685
原创 window.navigator.hid Cannot read properties of undefined
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getDevices') at SoftKey3A.FindPort (SoftKey3A.js:278) at n.<anonymous> (index.js:105) at s (runtime.js:63) at Generator._invoke (runtime.js:293) at Ge.
2022-02-08 10:45:25
1076
原创 PEM_read_bio_X509_AUX() failed (SSL: error:0906D06C:PEM routines:PEM_read_bio
在使用nginx处理 https的时候,修改好了 nginx.conf, 使用命令./sbin/nginx -s reload的时候,报出cannot load certificate "/usr/local/nginx/conf/7175012_api.xxxxx.com.key": PEM_read_bio_X509_AUX() failed (SSL: error:0906D06C:PEM routines:PEM_read_bio:no start line:Expecting: T
2022-01-25 21:47:42
19542
2
原创 java.lang.UnsatisfiedLinkError: /usr/java/jdk-11.0.11/lib/libfontmanager.so: libfreetype.so.6: canno
使用rancher,搭载Docker JDK11 ,文件导出的时候出现问题:java.lang.UnsatisfiedLinkError: /usr/java/jdk-11.0.11/lib/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory at java.base/java.lang.ClassLoader$NativeLibrary.load0(
2022-01-19 10:26:57
4492
1
原创 数据平台,开源,仅仅局限于相互学习,生产中请慎重使用
前言 平时喜欢研究一些东西,也愿意学习一些,但是进来发现自己有一些有心无力的感觉,对于一些东西想去学习,但是又提不起精神,所以想开源出来,大家一些讨论,一起学习。 酝酿一年的时间,中途修改了很多版本,功能推到了重做,为了一供能绞尽脑汁寻求解决办法,半夜还在想如何把一个功能实现,各种尝试,各种想法,最后终于走出来。但是,大多的时候,都是走不出来的,因为局限于自身的水平,自己的认知水平。 由于当前项目设计上存在一些问题,本应该一体的东西么有同步起来,而且在设...
2021-12-14 00:23:12
1835
原创 pipe-platform-ops SpringCloudAlibaba日志链路追踪和日志查询系统
1、安装ELK(省略)2、查看 打开kibana,开启自己的程序吗,就可以看到写入 日志分析系统的日志了3、编写自己的查询界面和条件可以点击查看详情如果需要查看更加详情的调用链可以点击链路追踪并且可以点击查看当前调用链下的日志详情以上就是这两个周自己加持下来的成果,终于完成了日志的分析系统的基础功能。...
2021-11-18 20:47:50
330
原创 go: unknown environment setting GO111MODULE=no
配置 GO的环境变量的时候,配置了如下export GO111MODULE=no在使用 go install 的时候,出现一下错误go: unknown environment setting GO111MODULE=no修改了 etc/profile ,删除 GO111MODULE=no 配置配置还是在修改的方式是不删除GO111MODULE=no 修改为export GO111MODULE=再次 source /etc/profile 就可以了。使用 go ..
2021-10-19 09:18:40
1099
原创 Golang 发送http请求工具
代码地址https://github.com/poemp/ghttp/tree/main使用方式go get -u github.com/poemp/ghttpGet请求import ( "fmt" "ghttp/ghttp")func goGet() { http := ghttp.NewHttp() s := http.Headers(map[string]string{ "auth": "1234", }).Get()....
2021-10-16 21:46:03
540
原创 命令行工具,VO和命令行之间的转化工具
项目地址cli: 命令行工具https://gitee.com/lyw2010/cli#### 介绍命令行工具把命令行转化为vo把vo转化为命令行## 把命令行转化为VO使用的场景是需要用过命令行发送到应用的时候,需要自己去解析发送过来的参数,这样耗时而且容易出错,特别是在参数很多的时候,是一个棘手的问题比如发送的命令java -jar xxxx.jar --sourceDataType "mysql" --sql " select *from ttt wh.
2021-09-28 01:11:02
185
原创 Idea 在编写 Scala的时候,没有任务的语法检查
在使用Idea进行Scala开发的时候,么有任务的语法检查,只是在最后编译的时候,会出错,导致开发效率。瞬间就不开心了搞一下点一下,弄成一个小T就可以了然后,idea就有scala的语法检查...
2021-09-25 22:06:48
464
原创 想放弃这个开源的中台了
空余时间,自己想搞一个中台出来,翻遍了好多书,也在看别人是怎么做的,看网上的课程,会有只要有空就会搞一下,现在大概完成了10%的样子。 看一下完成的成功元数据管理元数据管理详情数据源管理图例管理接口文档服务器监控再看一下后端的代码完成了sass的权限管理码表文档图例类型图例...
2021-07-29 00:19:36
3120
2
原创 postgres 更新一个表的字段值等于另一个表的字段值
PostgreSql表更新时,两个表只允许一个表起别名,一般是被更新的表不起别名,查询的表起别名SQL的寫法是:update t_check_task_video_backupset car_number = t_check_logistics_trailer.license_numberfrom t_check_order as t_check_order , t_check_logistics_trailer as t_check_logistics_trailer, t_check_nv
2021-07-05 10:42:50
3752
原创 When allowCredentials is true, allowedOrigins cannot contain the special value “*“ since that cannot
是使用 springBoot 2.5.1 的时候,配置跨域访问package org.poem.config;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.autoconfigure.http.HttpMessageConverters;import org.springframework.context.annotation.Bean;impor..
2021-06-24 15:56:38
2091
原创 JavaFx 设置默认的字体
在编写JavaFx应用程序的时候,系统自带的字体不美观。而且,字体会随着系统的不同而发生改变。为了让字体不随着不同系统发生变化,需要设定自己的字体1、使用字体 找到需要使用的字体,比如SourceHanSansCN-Normal.ttf 这个字体,放到项目的目录下:2、编写CSS编写一个CSS文件,把字体引入系统@font-face { -fx-font-family : 'Source Han Sans CN'; src: url('/fon...
2021-06-24 15:52:53
1935
原创 java.lang.NoClassDefFoundError: org/springframework/kafka/core/MicrometerProducerListener
在打架SpringBoot+SpringCloud的架构的时候,使用到了Spring-Kafka的包。出现了以下的错误Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.kafka.core.ProducerFactory]: Factory method 'kafkaProducerFactory' threw exception;
2021-04-28 22:54:12
6308
hudi编译失败,不能通过maven自动下载的jar包
2022-10-06
rocketmq-all-4.7.1-bin-release.zip
2020-10-09
jdk-11.0.8_linux-x64_bin.zip
2020-09-22
axure_chrome_extension_V0.6.3.zip
2020-08-14
tomcat-9.zip
2020-08-14
azkaban-solo-server.zip
2020-08-07
docker手册-中文版.pdf
2020-02-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人