摘要: //关闭显示器VGA1xrandr --output VGA1 --off //开启显示器VGA1xrandr --output VGA1 --auto //关闭显示器LVDS1xrandr --output LVDS1 --off //开启显示器LVDS1xrandr --output LVDS1 阅读全文
posted @ 2016-01-22 19:29 Climber丶 阅读(5746) 评论(0) 推荐(0)
摘要: The USBD_STATUS data type defines USB status values for USB requests.typedef LONG USBD_STATUS;The most significant 4 bits of USB status values are def... 阅读全文
posted @ 2016-01-22 11:41 Climber丶 阅读(1434) 评论(0) 推荐(0)