车神

专注MS.NET技术
posts - 31, comments - 0, trackbacks - 0, articles - 20
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

12 2011 档案

摘要: HttpContext.Current.Request.Url.ToString() 并不可靠。如果当前URL为 http://localhost/search.aspx?user=http://csharp.xdowns.com&tag=%BC%BC%CA%F5通过HttpContext.Current.Request.Url.ToString()获取到的却是http://localhost/search.aspxuser=http://csharp.xdowns.com&tag=¼¼Êõ正阅读全文

posted @ 2011-12-28 11:44 车神 阅读(11) | 评论 (0) 编辑 |

摘要: 添加[AjaxPro.AjaxMethod(AjaxPro.HttpSessionStateRequirement.ReadWrite)]Session使用HttpContext.Current.Session["MenuID"]写法完整代码:[AjaxPro.AjaxMethod(AjaxPro.HttpSessionStateRequirement.ReadWrite)]publicvoidMenuIDToSession(stringstrID){HttpContext.Current.Session["MenuID"]=strID;}阅读全文

posted @ 2011-12-27 10:01 车神 阅读(15) | 评论 (0) 编辑 |

摘要: 今日,在量产U盘的过程中,发现usb设备接入电脑没反应,检查设备管理器发现通用串行总线均为黄色感叹号,估计是这方面驱动的问题。 查阅网友提供的资料,初步估计是量产工具包中带有这方面的程序。主板驱动重装也没作用,用些驱动升级更新之类的软件也没用。与是按照网友的经验,修改注册表。此法成功!具体步骤如下:1.运行注册表编辑器2.在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\中搜索“usb”,(无引号);xp系统搜索“通用串行总线”;3.在右侧项目栏中找到“lowerfilters”或“upperfilters”项,将其删除;4.阅读全文

posted @ 2011-12-19 21:11 车神 阅读(12) | 评论 (0) 编辑 |