网上找了很久,说什么NDS1=8.8.8.8,DNS2=4.2.2.2 也有说改ifcfg-eth0文件的 总之我都改了,但都没用 现在我把我修改的流程发上来 1.https://blog.csdn.net/zwx19921215/article/details/41823753 解决方法如下(修改 ...
分类:
Web程序 时间:
2019-04-23 13:07:56
阅读次数:
155
语句语法忒复杂,眼花缭乱的记不住,放几个例子。 游标属性: Cursor_name%FOUND 布尔型属性,当最近一次提取游标操作FETCH成功则为 TRUE,否则为FALSE; Cursor_name%NOTFOUND 布尔型属性,与%FOUND相反; Cursor_name%ISOPEN 布尔型 ...
分类:
数据库 时间:
2019-04-23 12:36:16
阅读次数:
128
cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http:// xmlns.jcp.org/xml/ns/javaee":enabled, "http:// ...
分类:
Web程序 时间:
2019-04-21 21:45:46
阅读次数:
381
一、gethostbyname函数原型 二、hostent结构 三、关于全局整体变量h_errno 当gethostbyname发生错误时,它不设置errno变量,而是将全局变量h_errno设置为<netdb.h>中定义的下列常值之一: (1)HOST_NOT_FOUND; (2)TRY_AGAI ...
分类:
其他好文 时间:
2019-04-21 11:28:55
阅读次数:
197
1、urllib库基础 1.1爬虫的异常处理 常见状态码及含义 301 Moved Permanently:重定向到新的URL,永久性 302 Found:重定向到临时的URL,非永久性 304 Not Modified:请求的资源未更新 400 Bad Request:非法请求 401 Unaut ...
分类:
Web程序 时间:
2019-04-21 00:26:14
阅读次数:
174
网上有很多解决方法,如这种 下面是具体的解决方法:1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-> Add Libray...->Server Runtime -》Tomcat Server2、切换到Java Build Path界面中的O ...
分类:
编程语言 时间:
2019-04-21 00:09:29
阅读次数:
199
在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个库解决: # yum install mysql-devel 注:如果出现“configure: error : Not found NET-SNMP library”,那么可以安装“net-snmp-devel”来解决: ...
分类:
数据库 时间:
2019-04-20 21:39:54
阅读次数:
251
cmd输入安装selenium指令: 1.报错 Could not find a version that satisfies the requirement selenium (from versions: )No matching distribution found for selenium ...
分类:
其他好文 时间:
2019-04-20 13:04:20
阅读次数:
374
fatal error: 'php.h' file not found run command "xcode-select --install" to install the XCode5 Command Line Tools ...
分类:
Web程序 时间:
2019-04-20 10:08:57
阅读次数:
170