import it.bigdata.flink.study.SensorReding import org.apache.flink.api.common.state.{ValueState, ValueStateDescriptor} import org.apache.flink.configu ...
分类:
其他好文 时间:
2021-06-25 16:38:37
阅读次数:
0
1.通过git log查到需要回滚的版本号 2、本地恢复到该节点状态: git reset --hard fa4bf08fed85fc0ca5acde22464e68c6f8cfc8f23、强推到远程分支 <此时如果分支较远或者改动较多,使用git push origin可能会报错失败,此时可使用强 ...
分类:
其他好文 时间:
2021-06-25 16:30:36
阅读次数:
0
1 #查询可安装版本 2 [root@localhost ~]# yum list docker-ce --showduplicates | sort -r 3 Repository extras is listed more than once in the configuration 4 doc ...
分类:
其他好文 时间:
2021-06-24 18:31:06
阅读次数:
0
xfce dnf install Thunar gdm openssh-askpass orage polkit-gnome thunar-archive-plugin thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-man ...
分类:
其他好文 时间:
2021-06-24 18:28:02
阅读次数:
0
情景:控件放在UI主线程中,实际改变控件值是在其他线程中,这是软件报错:不是创建该控件的线程访问控件 解决办法: 1、使用 delegate 和 Invoke: 1 private void button2_Click(object sender, EventArgs e) 2 { 3 Thread ...
分类:
编程语言 时间:
2021-06-24 18:26:40
阅读次数:
0
报错: 把脚本拖到游戏对象,显示如下 原因: 你可能修改了脚本名称,但此时Unity没有找到那个对应脚本名称的类 ...
分类:
编程语言 时间:
2021-06-24 18:18:30
阅读次数:
0
笔者遇到的项目在Windows下能正常连接Mysql8,但是项目打包部署到Linux环境后,连接数据库报错 解决方法是在连接字符串中添加allowPublicKeyRetrieval=true 原因如下(参考官网给出的连接选项): 如果用户使用了 sha256_password 认证,密码在传输过程 ...
分类:
数据库 时间:
2021-06-24 18:14:37
阅读次数:
0
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:
其他好文 时间:
2021-06-24 18:14:17
阅读次数:
0
报错如下: Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory 解决方式: apt-get install -y locales locale-gen en_US.UTF-8 ...
分类:
其他好文 时间:
2021-06-24 18:14:03
阅读次数:
0
https://blog.csdn.net/Nire_Yeyu/article/details/104683888/ 安装:pip install pyinstaller 安装时报错,原因是环境变量需要在多配一个路径 打包为exe,版本尽量选择python3.6+32位版本,因为win64位系统向下 ...
分类:
其他好文 时间:
2021-06-24 18:10:33
阅读次数:
0