码迷,mamicode.com
首页 >  
搜索关键字:host    ( 15768个结果
mysql 1130 ERROR 1130: Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL server
mysql -u root -pmysql;use mysql;mysql;select 'host' from user where user='root';mysql;update user set host = '%' where user ='root';mysql;flush privil...
分类:数据库   时间:2014-08-18 18:25:22    阅读次数:197
在浏览器地址栏按回车、F5、Ctrl+F5刷新网页的区别--转
其中,在地址栏按回车又分为两种情况。一是请求的URI在浏览器缓存中未过期,此时,使用Firefox的firebug插件在浏览器里显示的HTTP请求消息头如下:Host 192.168.3.174:8080User-Agent Mozilla/5.0 (Windows NT 5.1; rv:5.0) ...
分类:Web程序   时间:2014-08-18 16:05:32    阅读次数:247
Icinga State Types
5.8.State Types5.8.1.Introduction5.8.2.Service and Host Check Retries5.8.3.Soft States5.8.4.Hard States5.8.5.Example5.8.1.IntroductionThe current stat...
分类:其他好文   时间:2014-08-18 12:03:34    阅读次数:279
乌云漏洞爬虫的数据库版本(mysql)
特别鸣谢阮思绮同学!虽然感觉这个冷冷的博客也没人看23333import mysql.connectorimport sys, osimport urllib.requestimport reimport itertoolsuser = 'root'pwd = ''host = '127.0.0.....
分类:数据库   时间:2014-08-18 11:59:44    阅读次数:352
PHP中获取当前页面的完整URL
#测试网址: http://localhost/blog/testurl.php?id=5//获取域名或主机地址 echo $_SERVER['HTTP_HOST'].""; #localhost//获取网页地址 echo $_SERVER['PHP_SELF'].""; #/blog/te...
分类:Web程序   时间:2014-08-18 10:31:03    阅读次数:176
MYSQL权限管理
昨天刚刚安装了MYSQL,玩着挺Happy的,今天就链接不上了,报错是:root用户没有权限翻阅了一些文章,看着不太方便,我简单归纳一下:一、添加账户账户是:test;密码是:123456insert into mysql.user(Host,User,Password,ssl_cipher,x50...
分类:数据库   时间:2014-08-17 16:53:12    阅读次数:253
$($_.)作用
1 $a=get-process2 foreach ($b in $a)3 {4 write-host "hello: $($b.id)"5 }返回结果:hello: 2536hello: 3528hello: 2316hello: 608hello: 732hello: 1392hello: 2....
分类:其他好文   时间:2014-08-17 11:32:22    阅读次数:176
301重定向之.htaccess写法
必须运行的是apache服务器下文写法是将不带www的跳转到带www的网址具体的写法如下 大家可以参考自行修改其中的url即可 如果不行 请检查服务器环境Options +FollowSymLinksrewriteEngine onrewriteCond %{http_host} ^ijucan.c...
分类:数据库   时间:2014-08-17 00:59:11    阅读次数:219
FastDFS安装、配置、部署(三)-storage配置详解
1、基本配置# is this config file disabled # false for enabled # true for disabled disabled=false# the name of the group this storage server belongs to group_name=group1# bind an address of this host #...
分类:其他好文   时间:2014-08-16 13:50:50    阅读次数:292
FastDFS安装、配置、部署(二)-Tracker配置详解
1、基本配置# is this config file disabled # false for enabled # true for disabled disabled=false# bind an address of this host # empty for bind all addresses of this host bind_addr=10.16.139.202# the track...
分类:其他好文   时间:2014-08-16 13:50:40    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!