自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 office 更新cd key 方法

cscript “C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS” /inpkey:GRBR4-J4N3M-KTX9C-JM4PJ-J8HPT

2020-10-29 21:42:44 1005

原创 Docker 中使用数据库

Docker 演示脚本 完成两个docker image 之间的通讯 第二种容器 docker run --name t1 -it --rm busybox:latest docker run --name t1 -it -–network bridge --rm busybox:latest docker run --name t1 -it --network bridge -h t1.ai.com --rm busybox:latest docker run --name myweb --rm -

2020-10-20 14:10:55 1036

原创 JAVA 基础知识27日谈——Day5

JAVA 基础知识27日谈——Day5 Day5_ JAVA 数组中的基本知识 運行環境: jre1.8.0_261 数组的定义 数组的基本操作 1 遍历 2 最值 3 逆序 4 查表 5 基本查找 1 数组的遍历 1.1 数组的遍历 // 遍历数组里的所有元素 public class ArrayBianli { public static void main(String[] args) { // TODO Auto-generated method stub int[] arr1 = {

2020-10-04 15:06:03 154

转载 L0 Norm, L1 Norm, L2 Norm & L-Infinity Norm / 机器学习中的L1和L2正则化项

First of all, what is a Norm? In Linear Algebra, a Norm refers to the total length of all the vectors in a space. There are different ways to measure the magnitude of vectors, here are the most common: L0 Norm: It is actually not a norm. (See the condit

2020-07-07 10:06:49 1120

原创 Velodyne 16+IMU+cartographer 3D Reconstruction

Velodyne 16+IMU+cartographer 3D ReconstructionAbstractYoutube video linksInstallation功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的K...

2019-08-20 09:49:30 1771 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除