加载中
gitee、github上issue标签方案

目录 [TOC] issue生命周期 st=>start: 开始 e=>end: 结束 op0=>operation: 新建issue op1=>operation: 评审issue op2=>operation: 任务负责人执行任务 cond1=>condition: 是否通过? op3=>o...

2018/06/22 11:56
1.5K
0==‘’

0==‘’; true 0===‘’; false var a = 1; var b = '1'; a == b; true a != b ; false a === b; flase a !== b; true...

2017/12/25 20:32
125
查看网卡端口连接速率

可以通过下面命令核查网卡端口 ethtool eth0 Settings for eth0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full S...

2017/08/19 10:31
3.2K
Bad owner or permissions on .ssh/config的解决

当我们在自己的服务器上搭建Git远程仓库,并让本地关联到远程仓库的时候,我们需要写一个config来让本地可以关联到非80端口的远程仓库。   config文件如下: Host "IP" Port "port" 在执行...

2017/07/02 20:59
5.9W
修改Windows Server 2008 R2 的3389远程端口的Bat批处理代码

这篇文章主要介绍了修改Windows Server 2008 R2 的3389远程端口的Bat批处理代码,需要的朋友可以参考下

2017/06/27 20:22
1.3K
Ubuntu配置NTP

1、安装 apt-get install ntp 2、修改ntp.conf配置文件 vi /etc/ntp.conf 添加以下行 server 120.24.166.46 # (阿里云NTP Server) restrict 192.168.1.0 mask 255.255.255.0 nomodify restri...

ESX、vSphere、ESXI的区别

现在来讲vSphere就是ESXI,只是两种叫法而已。官方称ESXI为vSphere。 我们来看看VMware服务器虚拟化产品的历程。 Vmware服务器虚拟化第一个产品叫ESX,该产品只有60天测试,没有官方认可的免...

ubuntu ssh 允许root远程登录

文件 /etc/ssh/sshd_config 配置属性 PermitRootLogin yes

2017/05/30 17:26
116
清除windows共享目录登录后记忆下的登录用户密码

使用 net use 命令,/del参数。 例子如下: net use \\192.168.1.101\test /del 去除192.168.1.101机器下test文件夹的用户名信息...

2017/02/27 09:21
158
wondiws-tomact-restart-脚本

使用tomcat的msi安装包安装,编写bat文件,使用windows任务计划执行! @echo off echo 重启脚本启动时间 date/t time/t echo stop tomcat service net stop Tomcat8 echo stopOk echo **...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部