程序那一行:你一般找 就能找到         工作目录         然后把 UIC 也加上 程序路径也在刚才那个下面,只不过 在 bin 目录下得上面, 在下 ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:52:20   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                在消息RabbitMQ时,我们关心的一个问题是手动ack还是自动ack,如果是自动ack就怕出现丢消息的情况 Flink以RabbitMQ作为Source,是怎么保证消息唯一性的呢,是怎么保证ack的. 首先引入依赖包 <dependency> <groupId>org.apache.flink</ ...
                            
                            
                                分类:
其他好文   时间:
2021-06-11 19:15:45   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    问题: Jemeter 使用 jdbc 连接 Mysql 8.0.17, 出现 Cannot create PoolableConnectionFactory (Could not crCannot create PoolableConnectionFactory (Could not create ...
                            
                            
                                分类:
数据库   时间:
2021-06-07 20:29:47   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    vim /etc/sysconfig/network-scripts/ifcfg-ens33 增加如下内容 DNS1=8.8.8.8 DNS2=114.114.114.114 PEERDNS="no" 重启网络 service network restart ...
                            
                            
                                分类:
其他好文   时间:
2021-06-07 20:27:38   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.目录及问题描述 2.解决方案: a:父工程maven执行 clean install b:子工程maven执行 clean package(指的是公共模块) ...
                            
                            
                                分类:
编程语言   时间:
2021-06-07 20:26:05   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    当启用@EnableAuthorizationServer注解时,启动项目报错 报错信息 Description: Field configurers in org.springframework.security.oauth2.config.annotation.web.configuration ...
                            
                            
                                分类:
编程语言   时间:
2021-06-02 14:05:33   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Maven测试Mybatis出现Could not find resource报错 1.注意Mybatis核心文件的编写 官网 <mappers> <mapper resource="org/mybatis/example/BlogMapper.xml"/> </mappers> 改写成自己 <ma ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 16:01:13   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    简介 使用队列实现队列哈哈. code class MyQueue { public: queue<int> q; public: /** Initialize your data structure here. */ MyQueue() { } /** Push element x to the  ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 13:17:52   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    一、关于TableException的问题 [ERROR] Could not execute SQL statement. Reason:org.apache.flink.table.api.TableException: Sink `catalog_1`.`mydb`.`region_sales ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 08:49:39   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                1、Form连接数据库apps/apps@TEST 2、plsql模拟界面环境(初始化)8008初始化begin fnd_global.APPS_INITIALIZE(user_id => 1671,resp_id =>50716 ,resp_appl_id => 401); mo_global.i ...
                            
                            
                                分类:
数据库   时间:
2021-05-24 07:15:58   
                                阅读次数:
0