1、IP地址概述 2、配置IP地址 查看IP地址 在网卡上绑定一个IP地址 同一张网卡上绑定多个IP 绑定一块网卡设备 修改或删除IP地址 IP地址概述 这里不多赘述,参考《计算机网络》课程。 配置IP地址 [root@weekend110 ~]# ifconfigeth0 Link encap:E ...
分类:
系统相关 时间:
2016-10-21 13:58:10
阅读次数:
320
配置Nginx 配置文件目录:/usr/local/nginx-1.6.1/conf/nginx.conf cd /usr/local/nginx-1.6.1/conf vi nginx.conf 修改后的配置文件如下: 在#gzip on;后面加入upstream #gzip on;upstrea ...
分类:
其他好文 时间:
2016-10-21 10:46:06
阅读次数:
318
Errors running builder 'DeploymentBuilder' on project Errors running builder 'DeploymentBuilder' on project 1.修改java源代码后点击保存,IDE 自动编译并热部署,提示如下错误: Erro ...
分类:
其他好文 时间:
2016-10-13 19:37:24
阅读次数:
309
错误类型 执行代码时可能会发生的错误有很多种。每种错误都有对应的错误类型,ECMA-262定义了7种错误类型: 1.Error 2.EvalError 3.RangeError 4.ReferenceError 5.SyntaxError 6.TypeError 7.URIError 其中,Erro ...
分类:
Web程序 时间:
2016-10-07 17:46:45
阅读次数:
305
Errors running builder 'DeploymentBuilder' on project Errors running builder 'DeploymentBuilder' on project 1.修改java源代码后点击保存,IDE 自动编译并热部署,提示如下错误: Erro ...
分类:
其他好文 时间:
2016-09-02 18:50:28
阅读次数:
97
新建好本地的仓库和远程仓库之后, 经过git add . ,然后git commit -m "......", 最后想推送到远程仓库的时候git push -u origin master,出现下图错误 ! [rejected] master -> master (fetch first) erro ...
分类:
其他好文 时间:
2016-08-26 15:17:55
阅读次数:
421
It’s a customer solution of how to fix KESS V2 firmware v4.036 master communication/connection issues; that is the computer cannot recognize ktag.Erro ...
分类:
其他好文 时间:
2016-08-24 14:39:46
阅读次数:
208
XCODE 出现 The operation couldn't be completed.(LaunchServicesError error 0.)错误修复 XCODE 出现 The operation couldn't be completed.(LaunchServicesError erro ...
分类:
其他好文 时间:
2016-08-20 01:27:56
阅读次数:
151
Oracle 存储过程异常处理 1、异常的优点 如果没有异常,在程序中,应当检查每个命令的成功还是失败,如 BEGIN SELECT ... -- check for ’no data found’ error SELECT ... -- check for ’no data found’ erro ...
分类:
数据库 时间:
2016-08-04 16:20:05
阅读次数:
275
First install libevent using –prefix=$HOME erro:“libevent not found” solve with: DIR="$HOME"; ./configure --prefix=$DIR CFLAGS="-I$DIR/include" LDFLAG ...
分类:
其他好文 时间:
2016-07-21 00:41:13
阅读次数:
132