码迷,mamicode.com
首页 >  
搜索关键字:jetty remote debugging    ( 6545个结果
LVS+Keepalived实现高可用负载均衡
测试环境 系统 IP 软件 Centos8 192.168.248.80 lvs+keepalived Centos8 192.168.248.81 lvs+keepalived Centos8 192.168.248.100 Web server Centos8 192.168.248.101 W ...
分类:其他好文   时间:2021-06-02 17:50:07    阅读次数:0
ssh打开X11 forwarding
我用ssh连上了ubuntu虚拟机, 尝试xclip命令时, 输入ls | xclip -sel c, 得到报错: Error: Can't open display: (null). 搜索后, 发现好像和X11和DISPLAY有关. 还说ssh应该打开-X选项. 可用ssh -X连接, 还是不行. ...
分类:其他好文   时间:2021-06-02 17:07:02    阅读次数:0
时间同步 ntp
1 使用ntp同步时间 1.1 如果开启了ntp服务,使用ntpsta查看同步状态 1.2 如果不使用用ntp服务,使用ntpdate -u ntp.aliyun.com 直接同步时间 echo "*/20 * * * * /usr/sbin/ntpdate -u ntp1.aliyun.com > ...
分类:其他好文   时间:2021-06-02 16:45:57    阅读次数:0
关于Git上传项目报错error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
问题 今天用Git上传项目时,最后一步push时命令行报错 error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly fat ...
分类:Web程序   时间:2021-06-02 16:10:05    阅读次数:0
.NET Debugging Demos Lab 7: Memory Leak
https://www.tessferrandez.com/blog/2008/03/25/net-debugging-demos-lab-7.html This is the last debugging lab in the .NET Debugging Labs series. By now ...
分类:Web程序   时间:2021-06-02 14:43:49    阅读次数:0
centos7 搭建 nginx web服务 反代理
Nginx("engine x")是一款是由俄罗斯的程序设计师Igor Sysoev所开发高性能的 Web和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 在高连接并发的情况下,Nginx是Apache服务器不错的替代品。 一,什么是反向代理: 反向代理服务器架设在服务器端 ...
分类:Web程序   时间:2021-06-02 13:07:20    阅读次数:0
nginx的proxy_pass路径转发规则浅析(末尾/问题)
nginx的proxy_pass路径转发规则浅析(末尾/问题) 一 location匹配路径末尾没有 / 此时proxy_pass后面的路径必须拼接location的路径: location /sta { proxy_redirect off; proxy_set_header Host $host ...
分类:其他好文   时间:2021-06-02 12:41:13    阅读次数:0
xdebug开启调试
xdebug 2.8 (貌似3.0以下都可以) [xdebug]xdebug.remote_enable=1xdebug.remote_host=host.docker.internalxdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.r ...
分类:其他好文   时间:2021-05-25 18:12:24    阅读次数:0
Git 系列教程(8)- 远程仓库的使用
查看远程仓库 如果想查看你已经配置的远程仓库服务器,可以运行 git remote 命令,它会列出你指定的每一个远程服务器的名称 如果是刚 clone 下来的自己的库,能看到 origin,这是 Git 起的默认名字 $ git clone https://github.com/schacon/ti ...
分类:其他好文   时间:2021-05-24 12:39:49    阅读次数:0
同时将本地git仓库提交到gitee和github
今天想把一个本地项目推送到github【此前已经将这个项目推送到gitee!】 执行 git remote add origin +远程仓库地址 这个命令时,提示 error: remote origin already exists. 这是因为gitee&github 默认都是以 origin 这 ...
分类:其他好文   时间:2021-05-24 10:58:36    阅读次数:0
6545条   上一页 1 2 3 4 5 6 ... 655 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!