11 2011 档案

Magento 后台 404
摘要:SET FOREIGN_KEY_CHECKS=0; UPDATE `core_store` SET store_id =0 WHERE code='admin'; UPDATE `core_store_group` SET group_id =0 WHERE name='Default'; UPDATE `core_website` SET website_id =0 WHERE code='admin'; UPDATE `customer_group` SET customer_group_id =0 WHERE customer_group_ 阅读全文
posted @ 2011-11-28 23:03 亲,注意身体 阅读(541) 评论(0) 推荐(0)
c# 排列组合
摘要:usingSystem;usingSystem.Collections.Generic;namespaceAlgorithms{publicclassPermutationAndCombination<T>{///<summary>///交换两个变量///</summary>///<paramname="a">变量1</param>///<paramname="b">变量2</param>publicstaticvoidSwap(refTa,refTb){Ttemp=a; 阅读全文
posted @ 2011-11-28 13:03 亲,注意身体 阅读(374) 评论(0) 推荐(0)
Wamp 不能访问
摘要:WampServer 服务运行正常,PHP页面去无法运行,httpd.exe进程占CPU 超过50%,后来终于找到解决的办法。 日志如下:[Mon Dec 31 18:51:47 2007] [error] (OS 10038)在一个非套接字上尝试了一个操作。: Child 1732: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using t... 阅读全文
posted @ 2011-11-27 11:42 亲,注意身体 阅读(763) 评论(0) 推荐(1)