码迷,mamicode.com
首页 >  
搜索关键字:host    ( 15768个结果
详细理解“>/dev/null 2>&1”
Linux系统中无论是crontab里面,还是平时使用的命令,经常会碰到">/dev/null 2>&1"。比如说:在Crontab Job里面,如果不想发送邮件,那么有两种方法: 一是将MAILTO="", 设置为空 [root@host etc]# cat crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO="" HOME=/ # run-parts 01 * * * * root run-parts /etc/cron...
分类:其他好文   时间:2014-08-05 00:47:48    阅读次数:344
USB
①usb有主从设备之分,主设备有:pc, 现在市面上的那些插u-disk即可播放mp3的“mp3”之类的,usb 信号是差分信号,信号线为D+, D-,。 在usb host 端, D+,D- 各接一个15kohm 的下拉电阻, 而在usb device端,这时就有高速低速设备的区别了。usb1.0...
分类:其他好文   时间:2014-08-05 00:24:58    阅读次数:265
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
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
Silverlight - GPU加速
1. 在Silverlight plug-in上设置 或使用代码 Application.Current.Host.Settings. EnableGPUAcceleration= True; 2.在类型为UIElement的控件上设置 CacheMode = "BitmapCache" - 所.....
分类:Web程序   时间:2014-08-04 14:01:27    阅读次数:236
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
Method of offloading iSCSI TCP/IP processing from a host processing unit, and related iSCSI TCP/IP offload engine
A method of offloading, from a host data processing unit (205), iSCSI TCP/IP processing of data streams coming through at least one TCP/IP connection ...
分类:其他好文   时间:2014-08-04 01:40:36    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!