http://cs231n.stanford.edu/ CS231A: Computer Vision, From 3D Reconstruction to Recognition http://web.stanford.edu/class/cs231a/ computer vision http: ...
分类:
其他好文 时间:
2021-02-02 11:02:55
阅读次数:
0
有几个参考资料写得挺好的 一个是NXP出的I2C规范和用户手册,直接搜索UM10204 pdf即可 还有一个是ADI出的技术文章 https://www.analog.com/en/technical-articles/i2c-primer-what-is-i2c-part-1.html https ...
分类:
其他好文 时间:
2021-02-01 12:23:47
阅读次数:
0
? Trung is bored with his mathematics homeworks. He takes a piece of chalk and starts writing a sequence of consecutive integers starting with 1 to N ...
分类:
其他好文 时间:
2021-02-01 12:17:16
阅读次数:
0
使用VMware安装CentOS 6.4 环境:Windows7 , VMware Workstation10, CentOS6.4 为什么选择CentOS ? 主流: 目前的Linux操作系统主要应用于生产环境,主流企业级Linux系统仍旧是RedHat或者CentOS 免费: RedHat 和C ...
分类:
系统相关 时间:
2021-01-30 12:21:09
阅读次数:
0
Gradient Descent and Linear Regression with PyTorch Part 2 of "Deep Learning with Pytorch: Zero to GANs" This tutorial series is a hands-on beginner-f ...
分类:
其他好文 时间:
2021-01-30 12:07:44
阅读次数:
0
最近在使用阿里的身份证识别功能,查看源码的时候发现 getDeclaredField的方法上有个@CallerSensitive注解 ...
分类:
其他好文 时间:
2021-01-28 12:24:13
阅读次数:
0
★NPM包管理器 1.简介 官网:https://www.npmjs.com/ NPM:Node Package Manager,是nodejs包管理工具。 作用: 快速构建nodejs工程 npm init -y 快速安装和依赖碲酸个模块,比如:npm install mysql redis等等。 ...
分类:
其他好文 时间:
2021-01-27 13:20:34
阅读次数:
0
set hive.mapred.mode=nonstrict; 这是不严格模式,默认如此 对分区表进行查询,若在where子句中没有加分区的话,将禁止提交任务。 把属性值进行设置.默认值是没有开启的。默认是nonstrict 查看hive是否开启严格模式 set hive.mapred.mode 说 ...
分类:
其他好文 时间:
2021-01-26 12:44:54
阅读次数:
0
2. CSS文本属性 CSS Text(文本)属性可定义文本的外观,比如文本的颜色、对齐文本装饰文本、文本缩进、行间距等。 2.1 color文本颜色 color: red;color: #ffffff;color: rgb(255,0,255) 2.2 text-align对齐文本 text-al ...
分类:
Web程序 时间:
2021-01-25 11:22:59
阅读次数:
0
Linux日志 1、常见日志 /var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一 /var/log/secure 与安全相关的日志信息 /var/log/maillog 与邮件相关的日志信息 /var/log/cron 与定时任务相关的日志信 ...
分类:
系统相关 时间:
2021-01-25 10:54:55
阅读次数:
0