上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 34 下一页
  2018年11月22日
摘要: 首先来复习一下常用的iframe操作语句: ①本页面跳转语句: "window.location.href" 或者 "location.href" ②上一层页面跳转语句: "parent.location.href" ③最外层的页面跳转语句: "top.location.href" ④通过javas 阅读全文
posted @ 2018-11-22 13:45 车车大人 阅读(953) 评论(0) 推荐(0)
摘要: redis下载地址:https://github.com/MicrosoftArchive/redis/releases redis中的php扩展下载地址:https://windows.php.net/downloads/pecl/releases/redis/ igbinary扩展下载地址:ht 阅读全文
posted @ 2018-11-22 13:45 车车大人 阅读(249) 评论(0) 推荐(0)
摘要: 在phpstudy的apache目录下,进去bin目录,有自带的ab.exe程序,就是用来做ab测试的,用法如下: 阅读全文
posted @ 2018-11-22 13:44 车车大人 阅读(224) 评论(0) 推荐(0)
摘要: 备注:折线图使用的是 https://www.hcharts.cn/docs/start-helloworld php代码: html代码: 阅读全文
posted @ 2018-11-22 13:42 车车大人 阅读(513) 评论(0) 推荐(0)
  2018年11月12日
摘要: 效果: 阅读全文
posted @ 2018-11-12 16:18 车车大人 阅读(171) 评论(0) 推荐(0)
  2018年11月7日
摘要: html页面: php页面: 阅读全文
posted @ 2018-11-07 15:09 车车大人 阅读(242) 评论(0) 推荐(0)
  2018年10月21日
摘要: http协议 请求报文和响应报文都是由以下4部分组成 1.请求行 2.请求头 3.空行 4.消息主体 下图为http请求的报文结构 下图为http响应报文结构 请求行 格式为: Method Request-URI HTTP-Version 结尾符 结尾符一般用\r\n 请求头 通用报头 既可以出现 阅读全文
posted @ 2018-10-21 19:48 车车大人 阅读(147) 评论(0) 推荐(0)
摘要: hostCount = count($hostServer); $this->host = $hostServer; } //计算key的位置,返回的是当前是第几台服务器 public function position($key){ echo sprintf('%u',crc32($key))%$this->hostCount;//取余... 阅读全文
posted @ 2018-10-21 18:27 车车大人 阅读(476) 评论(0) 推荐(0)
  2018年10月10日
摘要: z_up.php 阅读全文
posted @ 2018-10-10 16:33 车车大人 阅读(678) 评论(0) 推荐(0)
摘要: 以上是php页面 表单页面: 阅读全文
posted @ 2018-10-10 15:02 车车大人 阅读(785) 评论(0) 推荐(1)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 34 下一页