码迷,mamicode.com
首页 >  
搜索关键字:usb host    ( 20017个结果
SSH Secure Shell Client--- the host may be dow
the host may be down,or there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfigured firewall.遇到这样...
分类:其他好文   时间:2014-08-05 00:19:28    阅读次数:454
解决安装Ubuntu之后找不到无线网卡驱动的问题
为了不浇灭大家尝试ubuntu的冲动,昨天我安装了ubuntu 14.04 LTS版本,从安装到重新开机都非常顺利。PS:不会安装的请找教程区把,网上很多,CSDN论坛都有。 安装之后当你神奇的发现无线网卡不能用的时候,不要着急: 第一步,如果你的手机支持通过USB共享网络,直接共享一下 。 第二步,打开 “附加驱动” 这一步很关键,在联网状态下,附加启动里面会找到无线网卡的驱动,点击安装就...
分类:其他好文   时间:2014-08-04 21:44:18    阅读次数:252
windows环境利用apache 配置虚拟主机
windows环境利用apache 配置虚拟主机 1.修改http.host #LoadModule vhost_alias_module modules/mod_vhost_alias.so #Include conf/extra/httpd-vhosts.conf 去掉这两项的# 2.修改httpd-vhosts.conf添加如下内容 DocumentRoot D...
分类:Windows程序   时间:2014-08-04 21:43:58    阅读次数:327
Power management in semiconductor memory system
A method for operating a memory module device. The method can include transferring a chip select, command, and address information from a host memory ...
分类:其他好文   时间:2014-08-04 20:38:38    阅读次数:386
mysql更改root密码及root远程登录
1.更改root密码1 use mysql;2 update user set password=password('petecc') where user='root';2.root远程登录1 update user set host='%' where host='localhost';2 fl...
分类:数据库   时间:2014-08-04 17:21:07    阅读次数:259
rhca 442 kernel module
##Manage Kernel Modules display modules >lsmod Check modules parameters >modinfo -p usb_storage|st|sc8 Load modules >modprobe usb_storage|st|sc8 Rmove mdules > rmmod usb_storage|st|sc8 ###Set defau...
分类:其他好文   时间:2014-08-04 14:47:07    阅读次数:247
Silverlight - GPU加速
1. 在Silverlight plug-in上设置 或使用代码 Application.Current.Host.Settings. EnableGPUAcceleration= True; 2.在类型为UIElement的控件上设置 CacheMode = "BitmapCache" - 所.....
分类:Web程序   时间:2014-08-04 14:01:27    阅读次数:236
金笛短信设备的描述
短信modem,专门针对短信应用设计,内含工业级短信发送模块,简化了通信接口,性能稳定可靠,符合各种商业和工业级短信应用要求, 支持向移动、联通以及小灵通用户收发短信,适用于各行各业各个领域作无线数据通信,短信息通告,短信查询等应用。多型号/多功能的金笛短信modem (串口,USB),支持GSM....
分类:其他好文   时间:2014-08-04 13:54:17    阅读次数:244
javascript 之 location.href、跨窗口调用函数
location.href这个东西常常用于跳转,location既是window对象的属性,又是document对象的属性。JavaScript hash 属性 -- 返回URL中#符号后面的内容JavaScript host 属性 -- 返回域名JavaScript hostname 属性 -- ...
分类:编程语言   时间:2014-08-04 13:46:07    阅读次数:243
mysql用户管理及授权管理
mysql用户和权限管理mysqld进程在启动的时候,将table,host,db,table_privs,clumn_privs,procs_privs,proxies_privs载入内存.用户账号: 用户名+主机 用户名:16字符以内. 主机: 主机名:mytest IP地址:172.168.1.20 网络地址:172.168.1.0/255.255.0.0 通配符: 172.168.%.% ..
分类:数据库   时间:2014-08-04 08:21:37    阅读次数:428
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!