Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:
其他好文 时间:
2021-02-08 12:50:48
阅读次数:
0
MySQL 嵌套事务、PHP+MySQL嵌套事务、ThinkPHP 嵌套事务、Laravel 嵌套事务 在MySQL的官方文档中有明确的说明不支持嵌套事务: Transactions cannot be nested. This is a consequence of the implicit co ...
分类:
数据库 时间:
2021-02-08 12:20:07
阅读次数:
0
常见问题,主要是项目使用了maven 的wrapper,但是idea 无法运行为maven 项目 参考异常信息 java.lang.RuntimeException: Cannot start maven service at org.jetbrains.idea.maven.server.Mave ...
分类:
其他好文 时间:
2021-02-08 12:08:50
阅读次数:
0
高手请略过。 在Ubuntu中,可以通过nautilus的Other Locations-Connect to Server来连接到其他机器,并以图形化方式浏览远程机器上的文件。这种方式下,进行文件传输也非常方便。 但是链接过程中如果需要使用密钥文件,这种方式好像就不行了(如果有知道的小伙伴,请留言 ...
分类:
系统相关 时间:
2021-02-06 11:39:58
阅读次数:
0
zookeeper.properties # the directory where the snapshot is stored. dataDir=/tmp/zookeeper # the port at which the clients will connect clientPort=2181 ...
分类:
其他好文 时间:
2021-02-04 12:14:03
阅读次数:
0
多进程server端实现: import socket from multiprocessing import Process def func(conn): ''' 没调用一次func创建一个新进程 :param conn: :return: ''' try: #持续对话 while 1: dat ...
分类:
系统相关 时间:
2021-02-04 11:43:52
阅读次数:
0
故障报错:error: db5 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db5 - Resource temporarily unavai ...
分类:
数据库 时间:
2021-02-03 10:32:44
阅读次数:
0
标准格式 <table> <thead></thead> 表头(字段信息) <tbody></tbody> 表单(数据信息) </table> 表头 <table> <thead> <tr> tr表示一行 <td>username</td> 正常文本 <th>password</th> 加粗文本 < ...
分类:
Web程序 时间:
2021-02-02 11:31:43
阅读次数:
0
在 gitlab 的 Amin Area 页面,打开侧边栏的 Kubernetes ,点击 Integrate with a cluster certificates,选择 Connect existing cluster,输入以下:Kubernetes cluster name:输入集群名称 `c... ...
分类:
Web程序 时间:
2021-02-02 11:11:16
阅读次数:
0
问题还原 [root@Oracle19c ~]# echo $DISPLAY192.168.189.246:0.0[root@Oracle19c ~]# xhost +xhost: unable to open display "192.168.189.246:0.0" 问题解决方法 [root@O ...
分类:
其他好文 时间:
2021-02-02 11:04:15
阅读次数:
0