Error
File:web/address/maincommon.xmlc
Function Code:510
Method Code:1
文件“D:\WorkSpace\xg.peixunsj.cn\public_html\apps\schools\data\test\content.test.config”正由另一进程使用,因此该进程无法访问该文件。
系统IO操作失败
web/address/maincommon.xmlc
...hool/subjectall.html&schid={@query[SID]\}}" target="_blank">该校更多课程>></a></td>
</tr>
</table>
</li>
{=option}
<a href="{*link}" style="font-size:14px;">[{*text}]</a>
{=selected}
<a href="{*link}" style="color:#ff0000; font-weight:bold;font-size:14px;">[{*text}]</a>
{=ctrl}
每页共15条 <span> 共{*count}条 {*page}/{*pages}页</span>
<a href="{*home}">首页</a>
<a href="{*prev}">上一页</a>
{*listPage}
<a href="{*next}">下一页</a>
<a href="{*last}">末页</a>%};
@query=$query(content,subjects);
@query2=$query(content,schools);
@query3=$query(language,center);
$if($get.number(catalogid,0)<>0){
@catalogid=$get.number(catalogid,0);
@sqlWhere=Path like '%.{@catalogid}.%' and Status=1 and Lang='{$var[lang]}';
}
$else{
@sqlWhere=Status=1 and Lang='{$var[lang]}';
$if($get(keyword)<>$null){
$if($get(keyword)==$empty){
@sqlWhere=Status=1 and Lang='{$var[lang]}';
}
$else{
@sqlWhere=Status=1 and Lang='{$var[lang]}' and (Title like '%{$get.sql(keyword)}%' or keywords like '%{$get....