search

计算回头率方法

public function probability() {		global $_INPUT;		$ret        = array();		$time	    = $_INPUT['date'] && preg_match('/^\d{4}-\d{2}\-\d{2}$/', $_INPUT['date']) ? strtotime($_INPUT['date']) : strtotime('today');		$today      = $time;          //该天时间头		$tomorrow   = $time + 86400;  //该天时间尾		$flag       = 1;              //是否进入比赛		$model      = Model::getInstance('logs.fixedlog');		$paymodel   = Model::getInstance('main.payment');		$stats      = array();		$num        = 0;              //连续一周回头人数		$option     = isset($_INPUT['app']) ? intval($_INPUT['app']) : 1;		$interval   = isset($_INPUT['period']) ? intval($_INPUT['period']) : 1; //时间区间一周		if($option == 1) {			for($i = 0;$i <= $interval;$i++) {		        $res  = $model->turnround($today,$tomorrow,$flag);  //获取该天参加比赛的会员		        $temp = array(); 		        foreach($res as $value){		        	$inmatch = isset($value['inmatch']) ? json_decode($value['inmatch']) : array();		            foreach($inmatch as $val) {		            	if(!in_array($val, $temp)) {	                        array_unshift($temp,$val);  //去掉该天重复参加比赛会员		            	}		            }		        }		        $i==0 ? $total = count($temp) : "";     		        $temp = array_fill_keys($temp, $i);  //把会员记录导入stats数组		        foreach($temp as $k=>$v) {		        	if(array_key_exists($k,$stats)) {   //如果stats数组里面存着该会员ID,则尾部追加该登陆的每日号	                    $stats[$k] = $stats[$k].",".$v;		        	} else {		        		$stats[$k] = $v;		        	}		        }		        $today    = $today - 86400;   //逐次改变每日号起止时间	            $tomorrow = $tomorrow - 86400;        		    }			$strlen = ($interval+1)*2-1;			foreach($stats as $v) {				if(isset($v)) {					strlen(trim($v)) == $strlen ? $num++ : $num;				}					}			$ret['turnround']['all']   = $stats;			$ret['turnround']['total'] = $total;			$ret['turnround']['stats'] = count($stats);			$ret['turnround']['num']   = $num;		} else {			$res  = $model->turnround($today,$tomorrow,$flag);  //获取该天参加比赛的会员			$temp = array(); 	        foreach($res as $value){	        	$inmatch = isset($value['inmatch']) ? json_decode($value['inmatch']) : array();	            foreach($inmatch as $val) {	            	if(!in_array($val, $temp)) {                        array_unshift($temp,$val);  //去掉该天重复参加比赛会员	            	}	            }	        }  	        foreach($temp as $k=>$v) {                $paystatus = $paymodel->hasCharge($v,$tomorrow,$today-1);                isset($paystatus) && $paystatus['num']<>0 ? $num++ : "";	        }            $ret['payrate']['all']   = $temp;            $ret['payrate']['total'] = count($temp);			$ret['payrate']['num']   = $num;		}		return $this->ret($ret);    }

 

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Java ArrayList遍历时使用foreach和iterator删除元素的区别是什么?Java ArrayList遍历时使用foreach和iterator删除元素的区别是什么?Apr 27, 2023 pm 03:40 PM

一、Iterator和foreach的区别多态差别(foreach底层就是Iterator)Iterator是一个接口类型,他不关心集合或者数组的类型;for和foreach都需要先知道集合的类型,甚至是集合内元素的类型;1.为啥说foreach底层就是Iterator编写的代码:反编译代码:二、foreach与iterator时remove的区别先来看阿里java开发手册但1的时候不会报错,2的时候就会报错(java.util.ConcurrentModificationException)首

php如何判断foreach循环到第几个php如何判断foreach循环到第几个Jul 10, 2023 pm 02:18 PM

​php判断foreach循环到第几个的步骤:1、创建一个“$fruits”的数组;2、创建一个计数器变量“$counter”初始值为0;3、使用“foreach”循环遍历数组,并在循环体中增加计数器变量的值,再输出每个元素和它们的索引;4、在“foreach”循环体外输出计数器变量的值,以确认循环到了第几个元素。

教你如何修改Win7的临时文件位置教你如何修改Win7的临时文件位置Jan 04, 2024 pm 11:25 PM

temp文件夹是我们的临时文件存储位置,系统会将临时文件保存到这个文件夹中,如果临时文件过多,尤其是当temp文件夹在系统盘时,很有可能会影响系统运行速度。我们可以通过更改temp位置的方式来解决问题,下面一起来看一下吧。win7temp位置更改教程1、首先右键选择“计算机”,打开“属性”2、点击左边的“高级系统设置”3、点击下方的“环境变量”4、选中“temp”点击“编辑”5、然后将“变量值”改为需要更改的路径即可。

电脑里temp是什么意思电脑里temp是什么意思Sep 29, 2021 pm 04:39 PM

在电脑里,temp的意思是“临时文件夹”,该文件夹中保存了很多临时文件;其作用是临时保存应用程序中用户的工作结果,以防止意外情况造成损失。删除temp文件可以释放硬盘存储空间,但在删除后第一次开启应用会比较慢。

内部错误:无法创建临时目录 [已解决]内部错误:无法创建临时目录 [已解决]Apr 17, 2023 pm 03:04 PM

Windows系统允许用户使用可执行/设置文件在您的系统上安装各种类型的应用程序。最近,许多Windows用户开始抱怨他们收到一个名为INTERNALERROR:cannotcreatetemporarydirectory在他们的系统上尝试使用可执行文件安装任何应用程序的错误。问题不仅限于此,而且还阻止用户启动任何现有的应用程序,这些应用程序也安装在Windows系统上。下面列出了一些可能的原因。运行可执行文件进行安装时不授予管理员权限。为TMP变量提供了无效或不同的路径。损坏的系

如何修复 Windows 11 / 10 中的处理器热跳闸错误 [修复]如何修复 Windows 11 / 10 中的处理器热跳闸错误 [修复]Apr 17, 2023 am 08:13 AM

大多数设备(例如笔记本电脑和台式机)长期被年轻游戏玩家和编码人员频繁使用。由于应用程序过载,系统有时会挂起。这使用户被迫关闭他们的系统。这主要发生在安装和玩重度游戏的玩家身上。当系统在强制关闭后尝试启动时,它会在黑屏上抛出一个错误,如下所示:以下是在此引导期间检测到的警告。这些可以在事件日志页面的设置中查看。警告:处理器热跳闸。按任意键继续。..当台式机或笔记本电脑的处理器温度超过其阈值温度时,总是会抛出这些类型的警告消息。下面列出了在Windows系统上发生这种情况的原因。许多繁重的应用程序在

使用C#中的Array.Sort函数对数组进行排序使用C#中的Array.Sort函数对数组进行排序Nov 18, 2023 am 10:37 AM

标题:C#中使用Array.Sort函数对数组进行排序的示例正文:在C#中,数组是一种常用的数据结构,经常需要对数组进行排序操作。C#提供了Array类,其中有Sort方法可以方便地对数组进行排序。本文将演示如何使用C#中的Array.Sort函数对数组进行排序,并提供具体的代码示例。首先,我们需要了解一下Array.Sort函数的基本用法。Array.So

PHP返回一个键值翻转后的数组PHP返回一个键值翻转后的数组Mar 21, 2024 pm 02:10 PM

这篇文章将为大家详细讲解有关PHP返回一个键值翻转后的数组,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。PHP键值翻转数组键值翻转是一种对数组进行的操作,它将数组中的键和值进行交换,生成一个新的数组,其中原始键作为值,原始值作为键。实现方法在php中,可以通过以下方法对数组进行键值翻转:array_flip()函数:array_flip()函数专门用于键值翻转操作。它接收一个数组作为参数,并返回一个新的数组,其中键和值已交换。$original_array=[

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.