超帅天空

文章
3
资源
0
加入时间
2年10月21天

oracle中日期格式支持毫秒级

下面的是oldwain(老斗)的方法:CREATE or replace JAVA SOURCENAMED MyTimestampASimport java.lang.String;import java.sql.Timestamp;public class MyTimestamp{public static String getTimestamp(){return (newTimestamp(S

5.STM32通用定时器TIM3中断

1.通用定时器TIM3中断#include "timer.h"#include "led.h"void TIM3_Int_Init(u16 arr,u16 psc){ TIM_TimeBaseInitTypeDef TIM_TimeBaseInitStructure; NVIC_InitTypeDef NVIC_InitStructure; ...