A PHP Error was encountered

Severity: Warning

Message: mysqli::real_connect(): (HY000/2002): Cannot assign requested address

Filename: mysqli/mysqli_driver.php

Line Number: 201

Backtrace:

File: /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php
Line: 343
Function: __construct

File: /www/wwwroot/dash.konsole.xyz/application/controllers/Api.php
Line: 12
Function: __construct

File: /www/wwwroot/dash.konsole.xyz/index.php
Line: 316
Function: require_once

Database Error

数据库发生错误。

无法使用提供的设置连接到数据库服务器。

Filename: core/MY_Controller.php

Line Number: 343


Fatal error: Uncaught Error: Call to a member function close() on string in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php:349 Stack trace: #0 [internal function]: Index_Controller->__destruct() #1 {main} thrown in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php on line 349
HEX
HEX
Server: Apache
System: Linux sys.digiflyeg.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: opal (1023)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib64/python3.6/__pycache__/sched.cpython-36.opt-2.pyc
3


 \o�@s�ddlZddlZddlmZyddlZWnek
rDddlZYnXddlmZdgZ	Gdd�dedd��Z
de
j_d	e
j_d
e
j
_de
j_de
j_e�ZGd
d�d�ZdS)�N)�
namedtuple)�	monotonic�	schedulerc@s8eZdZgZdd�Zdd�Zdd�Zdd�Zd	d
�ZdS)�EventcCs|j|jf|j|jfkS)N)�time�priority)�s�o�r
�/usr/lib64/python3.6/sched.py�__eq__'szEvent.__eq__cCs|j|jf|j|jfkS)N)rr)rr	r
r
r�__lt__(szEvent.__lt__cCs|j|jf|j|jfkS)N)rr)rr	r
r
r�__le__)szEvent.__le__cCs|j|jf|j|jfkS)N)rr)rr	r
r
r�__gt__*szEvent.__gt__cCs|j|jf|j|jfkS)N)rr)rr	r
r
r�__ge__+szEvent.__ge__N)	�__name__�
__module__�__qualname__�	__slots__rr
rrrr
r
r
rr%srz(time, priority, action, argument, kwargszaNumeric type compatible with the return value of the
timefunc function passed to the constructor.zSEvents scheduled for the same time will be executed
in the order of their priority.z?Executing the event means executing
action(*argument, **kwargs)zGargument is a sequence holding the positional
arguments for the action.zDkwargs is a dictionary holding the keyword
arguments for the action.c@s^eZdZeejfdd�Zfefdd�Zfefdd�Z	dd�Z
d	d
�Zddd
�Ze
dd��ZdS)rcCs g|_tj�|_||_||_dS)N)�_queue�	threading�RLock�_lock�timefunc�	delayfunc)�selfrrr
r
r�__init__<s
zscheduler.__init__c
Cs@|tkri}t|||||�}|j�tj|j|�WdQRX|S)N)�	_sentinelrr�heapq�heappushr)rrr�action�argument�kwargs�eventr
r
r�enterabsDszscheduler.enterabscCs|j�|}|j|||||�S)N)rr$)r�delayrr r!r"rr
r
r�enterRszscheduler.enterc	Cs.|j�|jj|�tj|j�WdQRXdS)N)rr�remover�heapify)rr#r
r
r�cancel[szscheduler.cancelc	Cs|j�
|jSQRXdS)N)rr)rr
r
r�emptyfszscheduler.emptyTcCs�|j}|j}|j}|j}tj}x||�>|s,P|d\}}}	}
}|�}||krRd}
nd}
||�WdQRX|
r�|sx||S|||�q |	|
|�|d�q WdS)NrTF)rrrrr�heappop)rZblocking�lock�qrr�poprrr r!r"Znowr%r
r
r�runks*
z
scheduler.runc
Cs:|j�|jdd�}WdQRXtttj|gt|���S)N)rr�list�maprr+�len)rZeventsr
r
r�queue�szscheduler.queueN)T)rrr�_timerZsleeprrr$r&r)r*r/�propertyr3r
r
r
rr:s	
2)rr�collectionsrr�ImportErrorZdummy_threadingrr4�__all__r�__doc__rr r!r"�objectrrr
r
r
r�<module>s