/// <summary> /// 日期格式 2019-04 /// </summary> public const string DATE_MONTH_FORMAT = "yyyy-MM"; /// <summary> /// 日期格式 2019-04-25 /// </summary> publ ...
分类:
其他好文 时间:
2021-03-15 10:39:21
阅读次数:
0
linux/sdk/out/system/tdGUI/output/rules.mk %.d: %.c $(CONFIG_H_FILE) - @$(CC) -MM $(EXECFLAGS) $(LIBCFLAGS) $(CFLAGS) $(EXTRACFLAGS) $< | sed -e 's,^[ ...
分类:
其他好文 时间:
2021-03-12 12:40:52
阅读次数:
0
let time=1614733234043let newTime=this.formatDate(time) formatDate(date) { let nowdate = new Date(date); let YY = nowdate.getFullYear() + '-'; let MM ...
分类:
Web程序 时间:
2021-03-03 12:25:04
阅读次数:
0
android项目部分编译: 1.source build/build.sh 2.source build/envsetup.sh 3.lunch 选择对应配置 4.进入单独编译目录执行mm mm -B WITH_DEXPREOPT=false #单独编译某模块时不做优化 adb shell命令 M ...
分类:
移动开发 时间:
2021-02-22 12:28:23
阅读次数:
0
let begT = laydate.render({ elem: '#begintime', type: 'datetime', format: 'yyyy-MM-dd HH:mm', done: function (value, date, endDate) { endT.config.min ...
分类:
其他好文 时间:
2021-02-22 12:26:53
阅读次数:
0
--环比去年 and substr(last_sum.dbilldate,1,4) = to_char(add_months(to_date(substr(tmp.dbilldate,1,7),'yyyy-mm'),-12),'yyyy') row_number() over()取最新版本 sele ...
分类:
其他好文 时间:
2021-02-22 12:25:28
阅读次数:
0
es6基础语法 require vs import 语法 示例: 如何导入 moment包 //require语法 const moment = require('moment'); date = moment().locale('zh-cn').format('YYYY_MM_DD_HH_mm_s ...
分类:
其他好文 时间:
2021-02-20 12:19:45
阅读次数:
0
水题~,就简单转换下时间。 int a,b; int main() { cin>>a>>b; int tim=round((b-a)/100.0); int hh=tim/3600,mm=tim%3600/60,ss=tim%3600%60; printf("%02d:%02d:%02d\n",hh ...
分类:
其他好文 时间:
2021-02-15 12:25:04
阅读次数:
0
int :整型,4个字节 double:浮点型,例如double(5,2)表示最多5位,其中2位为小数,即最大值为999.99。 varchar:可变长度字符串类型。varchar(10) ‘aaa’ 占3位 datetime:日期时间类型。yyyy-MM-dd hh:mm:ss char:固定长度 ...
分类:
数据库 时间:
2021-02-09 11:59:37
阅读次数:
0
true UTF-8 %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta([PID:${PID:-}]) %green([%15.15thread]) %cyan(%40.40logger:%-5.5L):%msg%n ${PATH}/ ...
分类:
编程语言 时间:
2021-02-03 11:07:10
阅读次数:
0