代码拉取完成,页面将自动刷新
同步操作将从 极客学长/JAreaSelect-js省市区级联选择插件 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
/**
* the configuration message for mysql database server
* @access yangjian
* @version 1.0
*/
if ( !defined('DEFAULT_CACHE_DIR') ) {
define('DEFAULT_CACHE_DIR',dirname(__FILE__).DIRECTORY_SEPARATOR.'my_cache');
}
class mysqli_config {
/**
* TRUE for try pconnect
*/
public static $pconnect = FALSE;
/**
* the host of the mysql server
*/
public static $db_host = 'localhost';
/**
* the username for mysql server
*/
public static $db_user = 'root';
/**
* the password of the username
*/
public static $db_pass = '123456';
/**
* the database name
*/
public static $db_data = 'area';
/**
* the charset
*/
public static $charset = 'utf8';
/**
* default directory of cache file (缓存的默认地址)
*/
public static $default_cache_dir = DEFAULT_CACHE_DIR;
/**
* set cache timeout(设置缓存时间:默认为2个小时)
*/
public static $cache_timeout = 10;
/**
* identifier of sql(sql语句的标志符号,含有@表示是getOneRow()方法的sql语句)
*/
public static $sql_id = '@';
}
/**
* 终端高亮打印绿色
* @param $message
*/
function println( $message ) {
printf("\033[32m\033[1m{$message}\033[0m\n");
}
// 获取毫秒时间
function timer() {
list($msec, $sec) = explode(' ', microtime());
return ((float)$msec + (float)$sec);
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。