随笔分类 -  VS

VS工具相关设置
摘要:在web.config中添加:<httpHandlers> <add verb="POST,GET" path="*.ashx" type="Ajax.PageHandlerFactory, Ajax"/> </httpHandlers><system.webServer> <handlers> <add name="Ajax" verb="POST,GET" path ="ajax/*.ashx" type= 阅读全文
posted @ 2011-05-12 14:27 Wythe 阅读(2293) 评论(0) 推荐(0) 编辑
摘要:当vs不自动提示,只有按ctrl+j 出来提示时:到 工具->选项->所有语言-> 阅读全文
posted @ 2011-03-24 10:30 Wythe 阅读(5356) 评论(0) 推荐(0) 编辑