随笔分类 -  DB

摘要:ORACLE: --时间转字符串 TO_CHAR(SYSDATE,'YYYYMMDDHH24MISS') --字符串转时间 select TO_DATE('20140701125751','YYYYMMDDHH24MISS') from dual -- 2014-07-01 12:57:51 --查 阅读全文
posted @ 2015-05-22 17:06 JC_C' 阅读(481) 评论(0) 推荐(0)
摘要:①.修改%xampp%\phpMyAdmin\config.inc.php文件[php] view plaincopy /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Se... 阅读全文
posted @ 2015-04-17 10:48 JC_C' 阅读(2003) 评论(0) 推荐(0)