该错误出现的原因是因为stm32f10x_conf.h配置文件注释掉了一些头文件。把注释去掉就好啦!!! /* Includes *//* Uncomment/Comment the line below to enable/disable peripheral header file inclus ...
分类:
其他好文 时间:
2020-05-05 11:05:43
阅读次数:
134
Background of this Blog For several CRM projects in China which I am involved, I found the partner have chosen ABAP webdynpro when custom development ...
分类:
Web程序 时间:
2020-05-04 13:26:42
阅读次数:
81
sql语法错误 正确写法 传递的参数 (mybatis中) sql写法 还有一个错误:在批量删除时,如果传递 string a="1,2,3,4"; 那么删除只能删除一个,所以只能使用foreach循环; ...
分类:
其他好文 时间:
2020-05-04 09:28:25
阅读次数:
70
Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional ...
分类:
其他好文 时间:
2020-05-03 21:57:42
阅读次数:
87
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
dyld: Library... ...
分类:
其他好文 时间:
2020-05-03 21:42:45
阅读次数:
520
var、let、const之间的区别和使用 1、var声明变量可以重复声明,而let不可以重复声明 let a = 1; let a = 2; var b = 3; var b = 4; a // Identifier 'a' has already been declared b // 4 2、v ...
分类:
其他好文 时间:
2020-05-02 18:49:09
阅读次数:
56
起因:今天练习 SpringBoot 下 Mybatis 使用的时候报了一个奇怪的错误 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): mapper.CustomerMapper.get ...
分类:
移动开发 时间:
2020-05-01 22:11:39
阅读次数:
378
make: g77: Command not found 编译cblas时报错,这时,修改Makefile.in中的编译文件中的g77为gfortran ...
分类:
其他好文 时间:
2020-05-01 21:02:08
阅读次数:
169
环境:mac 工程已安装局部依赖包 npm install webpack webpack-cli -D 配置好webpack.config.js文件 但执行webpack报错 zsh: command not found: webpack 因为当前环境变量中,没有找到对应的命令,解决方法如下: ? ...
分类:
Web程序 时间:
2020-05-01 11:13:10
阅读次数:
99
1.打开iis,确认一下framework4.0是否已经安装。 打开应用程序池,看右边是否有framework4.0版本的程序池,如果没有就表示需要给iis注册framework4.0,如下图 同时打开IIS根目录下的“ISAPI 和 CGI限制”,看看没有如下图的framework4.0,如果没有 ...
分类:
Web程序 时间:
2020-04-30 21:12:37
阅读次数:
406