2016年9月21日
摘要: 导入Maven工程后,新增tomcat服务器,启动服务器后,报如下错误: 使用http访问页面的时候报如下错误: 经过百度后,有一种方法可以解决: 在eclipse tomcat无法启动,无法访问tomcat服务器,于是单独启动tomcat。 另报异常: java.lang.AbstractMeth 阅读全文
posted @ 2016-09-21 20:03 Chen_Arvin 阅读(3606) 评论(0) 推荐(0)
摘要: 首先介绍一下用到的结构体 struct hostent { const char *h_name; // official name of host char **h_aliases; // alias list short h_addrtype; // host address type shor 阅读全文
posted @ 2016-09-21 19:45 Chen_Arvin 阅读(700) 评论(0) 推荐(0)