X Window System protocols and architecture In computing, the X Window System (commonly X11 or X) is a network-transparent windowing system for bitmap ...
一、 Git 常用命令速查 git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看远程所有分支git commit -am "init" 提交并且加注释 git remote a ...
分类:
其他好文 时间:
2020-11-11 16:03:10
阅读次数:
6
1.修改HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient里的 "SpecialPollInterval",这个代表时间间隔,多长时间和Ntp服务器同步一次,单位为秒,改为1,原来的 ...
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:queryPrjCodeInfoByCodeResponse xmlns:ns2="http://webservices.w ...
分类:
其他好文 时间:
2020-11-08 16:44:16
阅读次数:
12
Linux 从3.7.0 开始支持vxlan,到3.9.0 3.10.0 基本趋于稳定。 一下是一些配置命令关于如何在kernel配置vxlan 实例: ip link add vxlan1 type vxlan id 1 local 172.31.0.106 remote 172.31.0.107 ...
分类:
系统相关 时间:
2020-11-07 16:18:22
阅读次数:
25
转至:https://segmentfault.com/a/1190000019059894 背景 2019年04月17日,Oracle发布新季度安全公告。该安全公告披露WebLogic服务器存在多个高危漏洞,影响多个版本多个WebLogic组件。这次我们以本次事件为例,讲解如何给WebLogic( ...
分类:
Web程序 时间:
2020-11-07 16:08:31
阅读次数:
23
最近又开始捣鼓CitrixXenDesktop5.6和provisionserver6.1,由于自身也比较忙,没太在意,身边的小伙在玩,我看几乎崩溃状态啦,还是搞不定,具体询问了一下,安装流程。如下。正常模板机安装操作是:安装系统--更改默认administrator---安装tools--关闭UAC--开启远程桌面--关闭防火墙--加域-安装软件,最后安装VDA,然后安装provisionser
如何把我们的源码同步到gitee或github远程仓库中 同步方式分以下几种: 1、命令同步 先查看下我们是否有远程仓库:git remote -v 如有就要删除远程仓库或是同命令覆盖,如全新安装就不需要! 删除已关联的名为origin的远程库: git remote rm origin 关联Git ...
分类:
其他好文 时间:
2020-11-04 18:34:03
阅读次数:
18
Redis的客户端介绍,一种是Redis Desktop Manager,一种是Redis Plus。在IDEA中使用Iedis插件连接Redis。 ...
分类:
其他好文 时间:
2020-11-04 17:56:18
阅读次数:
39
Docker 管理工具 Portainer部署 一、官网 官网:http://www.portainer.io 演示地址:http://demo.portainer.io 用户名:admin 密码:tryportainer 复制代码 version: '3' services: portainer: ...
分类:
其他好文 时间:
2020-11-04 17:51:31
阅读次数:
19