博客园站长
这是人类成长进步中记录的每一时刻
摘要: js里面这样写:function getCookie() { var search = "RH.RHR" + "=" if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset) if (end == -1) end = docum... 阅读全文
posted @ 2012-05-25 11:08 dm3344 阅读(285) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/hyugahinat/article/details/7532898In Visual Studio 2010 (RC) there is no longer a "browse with" context menu when right clicking .aspx pages. How can you change the default browser now?By default it seems to use the operating system default browser, but I would pr 阅读全文
posted @ 2012-05-25 09:15 dm3344 阅读(2236) 评论(0) 推荐(0)