11 2012 档案
CookieConter 转换为string
摘要:public static string GetCookieString(System.Net.CookieContainer cc) { string str = ""; List<Cookie> listcookie = GetAllCookies(cc); foreach (Cookie c in listcookie) { string name = c.Name; string value = c.Value; string domain = c.Domain; str += name + "=" + value + ";
阅读全文
magento sitemap cms page remove home and generate sitemap error
摘要:app\code\core\Mage\Sitemap\Model\sitemap.php/** * Generate cms pages sitemap*/$url=$item->getUrl();if($url=='home')$url=''; /app/code/core/Mage/Adminhtml/etc/config.xml Replace (at around line 190) <any_path>/*/sitemap.xml</any_path> with<!-- <any_path>/*/site
阅读全文
浙公网安备 33010602011771号