还单身鱼

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

ZYNQ AXI DMA

此文是转载自 http://www.fpgadeveloper.com/2014/08/using-the-axi-dma-in-vivado.html我在测试AXI DMA时参考了这个文章,调通了xilinx官方的axidmatest.c环境:uboot:2015.4    kernel 2015.3   vivado 2015.4.1   修改的地方:1、用SD

SpringBoot-日期格式化

正文  日期格式化问题分为接收日期参数和返回日期类型字段。接收日期参数格式化配置接收时间戳@Configurationpublic class WebConfig implements WebMvcConfigurer { @Override public void addFormatters(FormatterRegistry registry) { ...