码迷,mamicode.com
首页 >  
搜索关键字:ping unknown host    ( 24738个结果
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
测试网站访问速度的5个方法(转)
网页载入速度对于一个网站来讲很关键,Google已经将一个网站的载入速度列入了网站关键字排名的考虑因素当中,也就是说如果你的网站有足够的内容,而且载入速度比别人的网站更快一步的话,那么你就是获得更好的排名。那么下面就赶快测试你的网站,提高网站访问速度吧。1:用Ping命令简单测网站速度的方法Ping...
分类:Web程序   时间:2014-08-03 20:29:05    阅读次数:198
Method and system for public-key-based secure authentication to distributed legacy applications
A method, a system, an apparatus, and a computer program product are presented for an authentication process. A host application or system within a di...
分类:移动开发   时间:2014-08-03 20:20:35    阅读次数:453
Hive启动报找不到hadoop版本问题
bin/hive 提示"xxx Illegal Hadoop Version: Unknown (expected A.B.* format)"类似这样的问题,经过查看代码 public static String getMajorVersion() { String vers = Versi...
分类:其他好文   时间:2014-08-03 17:46:15    阅读次数:837
【Mysql】常用指令之——用户操作(创建,授权,修改,删除)
Mysql中的用户 user 每一个user都对应了不同的用户地址和权限 创建Mysql用户共有三种方式1、create user 2、grant 3、操作mysql.user表 1、CREATE USER 'username'@'host' IDENTIFIED BY 'password'; 例子: CREATE USER 'aa'@'localhost' IDENTIFIED...
分类:数据库   时间:2014-08-03 15:15:45    阅读次数:389
Common command windows and Linux
IP windows:??ipconfig Linux:????ifconfig ping?-a?ip?//?show?host?name
分类:Windows程序   时间:2014-08-03 08:05:25    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!