怪人 大佬有话说 : 2019-12-30 23:33:18
求助 帝国火车头采集问题
帝国7.5版本 在WEB发布配置中可以取得栏目列表。
发布成功未知 diguo – Id:10 – xxxxxxxxxxxxxxx
测试发布内容错误信息:
发布失败,错误信息:
网页源代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>信息提示</title>
<link href="adminstyle/1/adminstyle.css" rel="stylesheet" type="text/css">
<SCRIPT language=javascript>
var secs=2;//3秒
for(i=1;i<=secs;i++)
{ window.setTimeout("update(" + i + ")", i * 1000);}
function update(num)
{
if(num == secs)
{ history.go(-1); }
else
{ }
}
</SCRIPT>
</head>
<body>
<br>
<br>
<br>
<br>
<br>
<br>
<table width="500" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<tr class="header">
<td height="25"><div align="center">信息提示</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="80">
<div align="center">
<br>
<b>您来自的链接不存在</b>
<br>
<br><a href="javascript:history.go(-1)">如果您的浏览器没有自动跳转,请点击这里</a>
<br><br>
</div></td>
</tr>
</table>
</body>
</html>
返回的Header:
HTTP/1.1 200 OK
Server:nginx
Date:Mon, 30 Dec 2019 15:31:19 GMT
Content-Type:text/html; charset=utf-8
Transfer-Encoding:chunked
Connection:keep-alive
Vary:Accept-Encoding
Content-Encoding:gzip
Content-Length:1045
砍柴郎 大佬有话说 : 2019-12-30 23:40:27
自己用的话就直接入库呗
怪人 大佬有话说 : 2019-12-30 23:42:08
砍柴郎 大佬有话说 : 2019-12-30 23:40
自己用的话就直接入库呗
这个好像要开启mysql远程登陆对吗?
求个数据库发布模块。
hihelllo 大佬有话说 : 2019-12-31 01:31:38
付费吗……
木易酱 大佬有话说 : 2019-12-31 08:01:35
这个是发布链接错误导致的