上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: preg_match("#^http:\/\/#i", $picurl) 阅读全文
posted @ 2017-09-13 16:27 Abner3721 阅读(166) 评论(0) 推荐(0) 编辑
摘要: UPDATE `ms_archives` SET title = REPLACE ( title, '月河湾', '蓝调国际' ); UPDATE `ms_archives` SET `keywords` = REPLACE ( title, '月河湾', '蓝调国际' ); UPDATE `ms_ 阅读全文
posted @ 2017-08-24 10:41 Abner3721 阅读(646) 评论(0) 推荐(0) 编辑
摘要: /** * 获取客户端IP地址 * * @param integer $type 返回类型 0 返回IP地址 1 返回IPV4地址数字 * @param boolean $adv 是否进行高级模式获取(有可能被伪装) */ function get_client_ip($type = 0, $adv = false) { ... 阅读全文
posted @ 2017-07-13 15:45 Abner3721 阅读(192) 评论(0) 推荐(0) 编辑
摘要: mysql 开启远程连接指定的数据库 grant all privileges on `my_db`.* to 'username'@'%' identified by 'passwod' WITH GRANT OPTION; FLUSH PRIVILEGES; FLUSH PRIVILEGES; 阅读全文
posted @ 2017-06-23 19:17 Abner3721 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 打开"终端窗口",输入"sudo apt-get update"-->回车-->"输入当前登录用户的管理员密码"-->回车,就可以了。如果不运行该命令,直接安装vsftpd,会出现"有 几个软件包无法下载,您可以运行apt-get update "的错误提示,导致无法安装。 打开"终端窗口",输入" 阅读全文
posted @ 2017-06-15 13:55 Abner3721 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 编辑 http.conf 文件 需要开启 去掉 #LoadModule headers_module modules/mod_headers.so 前面的注释# 去掉 #LoadModule deflate_module modules/mod_deflate.so 前面的注释# 去掉 #LoadM 阅读全文
posted @ 2017-06-02 14:38 Abner3721 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 密码重设工具 SetQuery("Select * From `#@__admin` "); $dsql->Execute("ut"); ?> 第一步:选择管理员账号 添加管理员 本工具是用于新人忘记管理员密码重... 阅读全文
posted @ 2017-05-23 13:36 Abner3721 阅读(514) 评论(0) 推荐(0) 编辑
摘要: µ¥µ¥»ñȡij¸öÀ¸Ä¿Ãû³ÆµÄ»°£¬¿ÉÒÔÓ㺠{dede:type typeid='1'} [field:typename /] {/dede:type} //获取顶级栏目名称 {dede:field name=' 阅读全文
posted @ 2017-05-12 18:13 Abner3721 阅读(147) 评论(0) 推荐(0) 编辑
摘要: array( 'method'=>"GET", 'header'=>"User-Agent: aQ0O010O" ) ); $context = stream_context_create($opts); $html = @file_get_contents($url, false, $context); if (emp... 阅读全文
posted @ 2017-04-28 16:47 Abner3721 阅读(411) 评论(0) 推荐(0) 编辑
摘要: SELECT group_concat(u.prize) AS prize, group_concat(u.code) AS code FROM `lc_unique` AS u INNER JOIN `lc_baoming` AS b ON u.webcookie = b.webcookie GROUP BY u.webcookie 阅读全文
posted @ 2017-04-27 10:09 Abner3721 阅读(108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页