LiuDongdong

爱好由来落笔难,一诗千改心始安。

QSS

Styles sheets are textual specifications that can be set on the whole application using QApplication::setStyleSheet() or on a specific widget (and its children) using QWidget::setStyleSheet(). If several style sheets are set at different levels, Qt derives the effective style sheet from all of those that are set. This is called cascading. 样式表使用方式: 在Qt Designer

EffectiveJava_Design

.1. 局部变量作用域最小 如果循环终止后不需要循环变量的内容,那么优先选择 for 循环而不是 while 循环。 for-each 循环优于传统 for 循环 有损过滤(Destructive

EffectiveJava_Methods

.1. 检查参数有效性 清楚地在文档中记载所有这些限制,并在方法主体的开头用检查来强制执行。 应该尝试在错误发生后尽快检测到错误,这是一般原则的特殊情

OrientationRelative

1.计算机视觉-相机位姿 指给定若干图像,估计其中相机运动的问题,最终目标是获得表征相机运动的旋转矩阵R和平移向量t。求解方法通常分特征点法和
0%