摘要: # springboot ## 二:配置文件 1. ### 配置文件 - spring boot使用全局的配置文件,配置文件是固定的: - *.application.properties - *.application.yml 2. #### yaml基本语法 - k:(空格)v:基本语法(空格必 阅读全文
posted @ 2020-05-04 15:16 beitso-admin 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 代码: 1 <?php 2 // 设置时区 3 date_default_timezone_set('Asia/Shanghai'); 4 /** 5 * 秒转时间,格式 年 月 日 时 分 秒 6 */ 7 function getBuildTime(){ 8 // 在下面按格式输入本站创建的时间 阅读全文
posted @ 2020-05-04 11:11 beitso-admin 阅读(653) 评论(0) 推荐(0) 编辑