最近发现最好用的Qt版的RTKLIB是来自emlid公司的版本。 exe版本 exe版本的地址在这里: https://docs.emlid.com/reach/common/tutorials/gps-post-processing/ 选择这里下载: 下载后的目录如下: 可以看到里面包含了exe必 ...
分类:
其他好文 时间:
2020-07-08 19:32:22
阅读次数:
142
Table of Contents 术语 功能点 FP function point 基本概念 应用边界 application boundary 控制信息 Control Information 基本处理过程 elementary process Processing Logic 功能 funct... ...
分类:
其他好文 时间:
2020-07-05 15:08:18
阅读次数:
72
Introduction In LTE the Downlink Shared Channel (DL-SCH) is a transport channel used for the transmission of user data, dedicated control and user-spe ...
分类:
其他好文 时间:
2020-07-05 00:30:22
阅读次数:
93
这题的rotate操作其实就是暗示可以把某一个数提到最前面 因此本题其实就是求取最长公共子序列 但是有个问题当转移遇到s[i]==t[j]的时候,不能直接转移,因为只有当他二十六个字母的后缀数组全部比t串大时才可以转移,否则如果匹配了当前两个 没有办法把后面的提上来变成相等 #include<bit ...
分类:
其他好文 时间:
2020-07-04 01:49:10
阅读次数:
82
一、报错日志java.lang.IllegalStateException: Async support must be enabled on a servlet and for all filters involved in async request processing. This is do ...
分类:
其他好文 时间:
2020-07-03 17:54:31
阅读次数:
134
OLTP(on-line transaction processing)翻译为联机事务处理, OLAP(On-Line Analytical Processing)翻译为联机分析处理。从字面上来看OLTP是做事务处理,OLAP是做分析处理。从对数据库操作来看,OLTP主要是对数据的增删改,OLAP是... ...
分类:
其他好文 时间:
2020-07-03 17:08:45
阅读次数:
52
画两条边框,再旋转盒子45度 .box{ width: 7px; height: 7px; border-top: 2px solid red; border-right: 2px solid red; transform: rotate(45deg); } ...
分类:
Web程序 时间:
2020-07-03 01:05:55
阅读次数:
89
怎么打印日志 ? 开发中好的日志打印方式,可以提高我们debug速度,线上故障得时候也可以快速定位问题。 ? 怎么打印日志呢? 基本格式: ? 1:必须使用参数化信息的方式: logger.debug("[xxService]Processing trade with id:[{}] and sym ...
分类:
其他好文 时间:
2020-07-01 23:57:05
阅读次数:
105
异常兴奋,今天要做一个小动画,fighting CSS动画 transform rotate旋转 transform-rotate(value) 2D旋转 translate偏移 transform-translateX(value) X轴方向偏移value元素 父元素为原点 正值从左到右 valu ...
分类:
Web程序 时间:
2020-06-30 10:30:18
阅读次数:
69
Based on Oracle, processing an English character takes 1 byte, but 3 bytes for a Chinese character. For example: select ename, length(ename), lengthb( ...
分类:
数据库 时间:
2020-06-27 20:30:11
阅读次数:
74