好物分享
-
树状数组 + 离散化 求逆序对数量
AcWing 788. 逆序对的数量 #include using namespace std; typedef long long ll; const int N = 1e5 + 10; int nums[N], tr[N]; vector dc; //离散化的数组 …… -
-
Record: My CMakeLists
#1 设置需要的最小版本的cmake cmake_minimum_required(VERSION 3.10) #2 定义生成的项目名 project(perceive_tracking) #3.1 设置cmake参数 set(CMAKE_CXX_FL…… -
背景图平铺 background-size不生效
原代码 height:340px; background-image: url( ' ../ ../assets/empty.svg'); background-repeat: no-repeat; background-size: 100% 100%; 设置了不重复、ba…… -
2021-12-15 《聪明的投资者》学习笔记-12.对每股收益的思考–影响每股收益的6个因素
摘自《聪明的投资者》The Intelligent Investor(第4版) 本杰明.格雷厄姆 第十二章 对每股收益的思考–影响每股收益的6个因素 1.不要过于看重某一年的收益 2.…… -
NVIDIA,怎么查看显卡
目录 NVIDIA是什么 怎么查看显卡 怎么看显卡是几g CUDA Torch not compiled with CUDA enabled NVIDIA,怎么查看显卡最先出现在Python成神之路。 -
【阿里最新数据库面试题】MySQL主从一致性,kafka实现负载均衡的原理
from ttt -c /comment/ where a >= 4 and t_modified show binlog events in ‘binlog.000034’; ±--------------±-----±----- 《一线大厂Java面试题解析+后…… -
-
-

