摘要:
我购买了一个海外的VPS,操作系统是Windows Version 2008 R2 x64 servers 英文版的 ,我安装中文版本的Sql server 2005 企业版 64位的时候出现了下边的这个错误提示,尝试了各种方法百度 谷歌了很多 但是都不沾边。this install package could not be opened. verify that the package exists and that you can access it,or contact the application vendor to verify that this is a valid windo 阅读全文
摘要:
[ecmsinfo]'1',6,0,0,0,1,0,'id not in (select t.id from (select * from d_ecms_news order by newstime desc limit 0,12) as t)','newstime desc'[/ecmsinfo] 阅读全文
摘要:
Deprecated: Assigning the return value of new by reference is deprecated in……解决方法找到错误代码的位置改前:$helper =& new GK3NewsShowHelper();改后:$helper = new GK3NewsShowHelper();去掉 & 阅读全文