( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKBase.class.php on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0016415736{main}( ).../index.php:0
20.08984720896Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.344014251408Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.344114251352Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.344214251728Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.344214251728Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.344314251824Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.345014291744require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.349414589432GKTemplate->__construct( ).../component.php:31
100.354514758808GKTemplateMenu->getMenuType( ).../gk.framework.php:84
110.355114803664require_once( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKMenu.php' ).../helper.menu.php:19

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKHandheld.php on line 76
Call Stack
#TimeMemoryFunctionLocation
10.0016415736{main}( ).../index.php:0
20.08984720896Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.344014251408Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.344114251352Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.344214251728Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.344214251728Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.344314251824Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.345014291744require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.349414589432GKTemplate->__construct( ).../component.php:31
100.357214931608GKTemplateMenu->getMenuType( ).../gk.framework.php:85
mysql TO_DAYS(date) 函数
Logo
Print this page

mysql TO_DAYS(date) 函数

TO_DAYS(date)

给定一个日期date, 返回一个天数 (从年份0开始的天数 )。

mysql> SELECT TO_DAYS(950501);

-> 728779

mysql> SELECT TO_DAYS(‘1997-10-07′);

-> 729669

TO_DAYS() 不用于阳历出现(1582)前的值,原因是当日历改变时,遗失的日期不会被考虑在内。

请记住, MySQL“日期和时间类型”中的规则将日期中的二位数年份值转化为四位。例如,  ‘1997-10-07′和 ‘97-10-07′ 被视为同样的日期:

mysql> SELECT TO_DAYS(‘1997-10-07′), TO_DAYS(‘97-10-07′);

-> 729669, 729669

对于1582 年之前的日期(或许在其它地区为下一年 ), 该函数的结果实不可靠的。

Last modified onSunday, 14 October 2012 04:07

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0004415872{main}( ).../index.php:0
20.14674721032Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.14674721032Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.406512449224Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.407512473632Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.408512528960Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.408912557784require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.419912993192K2ControllerItem->execute( ).../k2.php:64
90.419912993192K2ControllerItem->display( ).../BaseController.php:710
100.432613718392K2ControllerItem->display( ).../item.php:78
110.432613718392K2ControllerItem->display( ).../controller.php:19
120.438714114760Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.440614135128K2ViewItem->display( ).../ViewController.php:102
140.521817032504K2ViewItem->display( ).../view.html.php:742
150.521817032504K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.524217212704include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in MYSQL
  • Read 4097 times

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0004415872{main}( ).../index.php:0
20.14674721032Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.14674721032Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.406512449224Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.407512473632Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.408512528960Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.408912557784require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.419912993192K2ControllerItem->execute( ).../k2.php:64
90.419912993192K2ControllerItem->display( ).../BaseController.php:710
100.432613718392K2ControllerItem->display( ).../item.php:78
110.432613718392K2ControllerItem->display( ).../controller.php:19
120.438714114760Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.440614135128K2ViewItem->display( ).../ViewController.php:102
140.521817032504K2ViewItem->display( ).../view.html.php:742
150.521817032504K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.524217212704include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
Template Design © Joomla Templates | GavickPro. All rights reserved.