上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 91 下一页
摘要: 基础设置 页面定制CSS /*鼠标指针*/ body { cursor: url('https://files-cdn.cnblogs.com/files/miluluyo/cursora.ico'), auto; /*https://blog-static.cnblogs.com/files/lu 阅读全文
posted @ 2023-01-11 13:33 yub4by 阅读(174) 评论(0) 推荐(2)
摘要: 博客园主题——atum2.0 https://www.cnblogs.com/cjunn/#/c/subject/p/14542858.html 简约主题simple-color https://www.cnblogs.com/yjlaugus#/c/subject/p/11529055.html 阅读全文
posted @ 2023-01-10 15:27 yub4by 阅读(62) 评论(1) 推荐(0)
摘要: 1. 基础配置 2. 侧边栏公告 <!--https://www.dbnuo.com/Cnblogs-Theme-SimpleMemory/docs/v2/#/Docs/Customization/loading--> <!-- <script type="text/javascript"> let 阅读全文
posted @ 2023-01-10 15:13 yub4by 阅读(63) 评论(0) 推荐(0)
摘要: files/hm-mysql/MySQL-2-advance.pdf · yppah/apibooks - 码云 - 开源中国 (gitee.com) 1. 存储引擎 1.1 mysql结构体系 连接层:处理客户端连接,授权认证校验权限等操作 服务层:核心,sql接口、sql解析、sql优化等所有跨 阅读全文
posted @ 2023-01-04 20:43 yub4by 阅读(51) 评论(0) 推荐(0)
摘要: """ Created on 2023/1/3 10:06. @Author: haifei """ from __future__ import print_function # 必须放在第一行 import torch import time # 构造一个5x3矩阵,不初始化 x = torch 阅读全文
posted @ 2023-01-03 10:32 yub4by 阅读(28) 评论(0) 推荐(0)
摘要: 目前所有外部图像资源都已同步至pic.irun2u.top 如有需要可F12/MD自行替换图床链接 正常格式: http[s]://pic.irun2u.top/xxx.png http://img.irun2u.top/xxx.png 水印格式: http[s]://pic.irun2u.top/ 阅读全文
posted @ 2022-12-15 13:50 yub4by 阅读(76) 评论(1) 推荐(0)
摘要: 简单来说,卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导 阅读全文
posted @ 2022-12-12 15:00 yub4by 阅读(369) 评论(0) 推荐(0)
摘要: 1. 约束 # 约束 CREATE TABLE tb_user2( id int AUTO_INCREMENT PRIMARY KEY COMMENT 'ID唯一标识', name varchar(10) NOT NULL UNIQUE COMMENT '姓名', age int COMMENT ' 阅读全文
posted @ 2022-12-10 08:35 yub4by 阅读(15) 评论(0) 推荐(0)
摘要: https://gitee.com/yub4by/apibooks/blob/master/files/hm-mysql/MySQL-1-base.pdf 1. DDL & DML -- navicat SHOW TABLES; DESC tb_user; SHOW CREATE TABLE tb_ 阅读全文
posted @ 2022-12-09 16:01 yub4by 阅读(28) 评论(0) 推荐(0)
摘要: """ Created on 2020/12/29 16:00. @Author: yubaby@anne @Email: yhaif@foxmail.com """ import time import gdal from gdalconst import * import numpy as np 阅读全文
posted @ 2022-12-08 14:37 yub4by 阅读(41) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 91 下一页