int ledPin = 3; // 使用引脚号 void setup() { // nothing happens in setup } void loop() { // fade in from min to max in increments of 5 points: for (int fad ...
分类:
其他好文 时间:
2020-01-08 14:29:20
阅读次数:
80
1、plugins MyBatis官网对于plugins的描述是这样的: MyBatis allows you to intercept calls to at certain points within the execution of a mapped statement. By default ...
分类:
数据库 时间:
2020-01-08 12:22:14
阅读次数:
89
相信大家在写SQL时都会有遇到NULL的经历吧,在一个table插入NULL,与NULL作比较等等. 1.NULL意思为缺失的值(missing value). 2.三值逻辑(three-valued-logic: TRUE,FALSE,UNKNOWN). 在SQL中有三个逻辑谓词:TURE,FAL ...
分类:
数据库 时间:
2020-01-07 19:58:46
阅读次数:
92
在Python中,使用类分两步: 应该先对类进行实例化; 然后在应用类。注意,实例化的过程是应该待括号的。 # -*-coding: utf-8 -*- '''在Python中,应该先对类进行实例化,然后在应用类。注意,实例化的过程是应该待括号的。 ''' class TestClass: def ...
分类:
其他好文 时间:
2020-01-07 15:59:57
阅读次数:
93
我使用的U Boot版本是u boot 2012.10,编译的步骤为 cd u boot 2012.10 make s5p_goni_config sudo make 然后,就会看到错误提示 /bin/bash: arm linux gcc: command not found dirname: m ...
分类:
其他好文 时间:
2020-01-06 23:10:08
阅读次数:
138
Apache Flink是什么? 在当代数据量激增的时代,各种业务场景都有大量的业务数据产生,对于这些不断产生的数据应该如何进行有效的处理,成为当下大多数公司所面临的问题。随着雅虎对hadoop的开源,越来越多的大数据处理技术开始涌入人们的视线,例如目前比较流行的大数据处理引擎Apache Spar ...
分类:
Web程序 时间:
2020-01-06 22:51:50
阅读次数:
99
批量添加所有更改文件 提交文件 File already exists: filesystem 解决办法 svn directory is missing解决办法 svn is not a working copy directory 的解决方法 清理 撤销svn add命令 svn merge回滚 ...
分类:
其他好文 时间:
2020-01-06 19:47:06
阅读次数:
92
npm install g bower 报错 修改npm包所安装目录的权限: 然后输入密码就可以了 查看目录是否已切换权限如果ls能够查看对应的目录则可以了如下图 接下来可以进行npm全局包安装:npm install g bower 关注公众号回复视频、书籍关键字领取更多免费资料。 ...
分类:
数据库 时间:
2020-01-02 22:55:03
阅读次数:
157
LR: Direct Sparse Mapping Abstract Photometric bundle adjustment (PBA). 目前的PBA没法处理 reobservation . 我们提出DSM(direct sparse mapping). 1. Introduction 边缘化 ...
分类:
其他好文 时间:
2020-01-02 22:30:17
阅读次数:
118
springboot版本为2.0.7 @SpringBootApplication引入@EnableAutoConfiguration @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented @Inher ...
分类:
其他好文 时间:
2020-01-02 15:58:32
阅读次数:
289