ERROR 27-05 13:02:11,659 - 原客户号[4264257810]更新失败org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access: SQL ...
分类:
编程语言 时间:
2020-05-27 13:45:01
阅读次数:
75
参考 1、显示从最近到最远的提交日志 git log 或git log --pretty=oneline 2、根据 id 回退到指定的版本 git reset --hard commit-id 3、推送本地到远程仓库 git push origin HEAD --hard ps 1、 远程maste ...
分类:
其他好文 时间:
2020-05-27 12:23:58
阅读次数:
62
Git作为大家熟悉的,深受欢迎的版本控制工具,在多人协作开发的项目中,起到了很好的作用。 使用Git,首先要先下载安装,可以从Git官网直接下载安装程序,然后按默认选项安装即可。 安装完成后在桌面界面点击鼠标右键,会出现如下界面: 然后点击 Git Bash Here,会弹出一个类似命令行窗口的,就 ...
分类:
其他好文 时间:
2020-05-26 18:10:12
阅读次数:
77
Car model and year: Porsche 996 Purpose: Reset airbag light I was taking out the seats for some nice Recaros and at one point did not have the seat be ...
分类:
其他好文 时间:
2020-05-25 12:36:43
阅读次数:
65
大致整理了一下 1,2 是类似的 3,4是类似的 1. 以git的commitid为基准,git切到没有问题的commitid上再重新构建. 2. 给每一次构建打tag(构建后 git publisher),回滚的时候直接git reset hard tagname. 3. 构建之前备份,出问题直接 ...
分类:
其他好文 时间:
2020-05-25 12:11:47
阅读次数:
54
工作汇报 编辑器 xwl: 今天: lpx报问题:file_update过于频繁 \ 解决方案:延迟更新, \ 如果200ms没有下一个更改就提交此更改; \ 新更改时reset timer 多文件debug: pdb和gdb都支持带文件名(break xxx.py:123) 获取断点:by edi ...
分类:
其他好文 时间:
2020-05-24 21:11:04
阅读次数:
74
1.问题 在使用 连接MySQL 服务过程,隔一段时间,会报MySQL连接错误: 排查下来,是由于使用无效的连接导致的。 基本场景是: client 连接MySQL,执行SQL后,不立刻关闭连接。client保留连接在连接池中。 接着,MySQL服务发生重启, 或者连接超过最大时长(由wait_ti ...
分类:
数据库 时间:
2020-05-24 16:49:56
阅读次数:
101
input标签: type属性 text password reset submit button file hidden CheckBox radio date name属性 分组,提交数据时的key,提交的数据value value:指定默认值 默认选中 checked readonly 只读 ...
分类:
Web程序 时间:
2020-05-24 14:02:41
阅读次数:
73
第9章 使用ssh服务管理远程主机。 1.配置网卡服务——使用nmtui命令来配置网络 2.创建网络会话 1)可以使用nmcli命令来管理Network Manager服务。nmcli是一款基于命令行的网络配置工具,功能丰富,参数众多。 2)可以使用nmcli命令并按照“connection add ...
分类:
系统相关 时间:
2020-05-24 00:48:41
阅读次数:
110
博客转自:http://www.lighthouse3d.com/tutorials/glut-tutorial/subwindow-reshape/ The callback for the reshape function needs to do two things: it resizes t ...
分类:
其他好文 时间:
2020-05-23 18:30:51
阅读次数:
61