1. 简介?????????由于客户项目需求,需要在STM32的硬件平台上实现USB转串口的功能,由于ST公司基于STM32硬件平台实现了相应的USB库以方便开发者进行开发,因此,在SylixOS下实现USB转串口功能时对该USB库进行了移植。由于该USB库的实现是基于STM32的裸机代码实现,因此在移植的过
分类:
其他好文 时间:
2018-01-16 10:24:12
阅读次数:
168
本人的继承类引用了 service 层的方法,用的注解方式是@Autowired 该注解如果在容器 tomcat 启动后引用后不会报错,不会报 java.lang.NullPointerException 错误。 初始化时如果想调用数据库的数据,而此时 service 层的类没有实例化,导致 tom ...
分类:
编程语言 时间:
2018-01-13 15:43:32
阅读次数:
8996
单元测试提示下面错误: 核心错误: Failed to parse mapping resource: 'file [D:\490993\安装程序\DPAP2.1\dpap_v2.0.1\dpap_v2.0.1\dpap\gis_workspaces1\gis-edi\gis-edi-cn-serv ...
分类:
其他好文 时间:
2018-01-13 11:06:31
阅读次数:
1515
最近在使用jpa的过程中出现了如下异常: org.springframework.orm.jpa.JpaSystemException: could not execute statement; nested exception is org.hibernate.exception.GenericJ ...
分类:
编程语言 时间:
2018-01-11 16:19:01
阅读次数:
1664
HTTP Status 500 – Internal Server Error Type Exception Report Message Servlet.init() for servlet [springmvc] threw exception Description The server en ...
分类:
编程语言 时间:
2018-01-10 22:45:49
阅读次数:
194
Basic Conception: 感受野(Reception Field) 权值共享(shared weights) 池化,即降采样(sub-Sampling) 卷积核(kernel,filter) 特征图(feature map)卷积核数量=feature map数量 ...
分类:
其他好文 时间:
2018-01-09 22:08:45
阅读次数:
152
1 参考博客: http://blog.csdn.net/SVALBARDKSY/article/details/50548073 2 准备工作 1. 环境 2.准备工作 3.定义Model .admin注册 4. 构建DB 5.然后同步数据结构,默认使用Sqlite3. 6.admi后台 3 使用 ...
Welcome to the first assignment of "Improving Deep Neural Networks". Training your neural network requires specifying an initial value of the weights. ...
分类:
其他好文 时间:
2018-01-04 13:07:36
阅读次数:
214
先扫描驱动表的(外表),外表的每一行驱动内表,然后匹配,所以nest loops不是主要依赖于内表有多少行,而是非常依赖于驱动表到底有多少行参与nested loops,因为驱动表(或者准确的说是驱动的cardinality)越多,那么nested loops的效率会越低,因为内表是索引效率,成本不 ...
分类:
其他好文 时间:
2018-01-01 23:37:56
阅读次数:
191
Given a nested list of integers, return the sum of all integers in the list weighted by their depth. Each element is either an integer, or a list -- w ...
分类:
其他好文 时间:
2018-01-01 11:27:35
阅读次数:
138