码迷,mamicode.com
首页 >  
搜索关键字:mm    ( 4020个结果
日期样式常量及用法
/// <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
make[9]: *** No rule to make target `radiomodule.dd', needed by `libradiomodule'. Stop.
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
js时间戳转换日期格式
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方案常用shell调试命令
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
layui时间选择控件时间限定
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
--环比去年,row_number() over()取最新版本
--环比去年 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基础语法
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
1026 程序运行时间 (15 分)
水题~,就简单转换下时间。 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
MySQL的类型(自己常用)
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
基于 spring boot 下logback 的 logback-spring.xml 配置文件
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
4020条   上一页 1 2 3 4 5 6 ... 402 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!