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			
无法使用提供的设置连接到数据库服务器。
Filename: core/MY_Controller.php
Line Number: 343
�
zfc           @   s�   d  Z  d d d d g Z d d l Z d d d � Z d d d � Z d	 �  Z d e j f d
 �  �  YZ d �  Z	 d �  Z
 e d
 k r� e
 �  n  d S(   sU   Python interface for the 'lsprof' profiler.
   Compatible with the 'profile' module.
t   runt   runctxt   helpt   Profilei����Nc         C   sm   t  �  } d } z+ y | j |  � } Wn t k
 r8 n XWd | d k	 rY | j | � n | j | � } X| S(   s  Run statement under profiler optionally saving results in filename
    This function takes a single argument that can be passed to the
    "exec" statement, and an optional file name.  In all cases this
    routine attempts to "exec" its first argument and gather profiling
    statistics from the execution. If no file name is present, then this
    function automatically prints a simple profiling report, sorted by the
    standard name string (file/line/function-name) that is presented in
    each line.
    N(   R   t   NoneR    t
   SystemExitt
   dump_statst   print_stats(   t	   statementt   filenamet   sortt   proft   result(    (    s    /usr/lib64/python2.7/cProfile.pyR       s    	
c         C   ss   t  �  } d } z1 y | j |  | | � } Wn t k
 r>