<style> div{ width: 200px; height: 20px; background-color: red; } ul{ display: none; margin: 0; padding: 0; width: 200px; background-color: #ccc; } </ ...
分类:
Web程序 时间:
2021-03-01 14:07:32
阅读次数:
0
1. Cannot determine embedded database driver class for database type NONE @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) 2. \ta ...
分类:
其他好文 时间:
2021-03-01 13:58:00
阅读次数:
0
1、Http协议介绍 1、Http协议介绍 HTTP 全称:Hyper Text Transfer Protocol 中文名:超文本传输协议 什么是超文本 什么是超文本 包含有超链接(Link)和各种多媒体元素标记(Markup)的文本。这些超文本文件彼此链接,形成网状(Web),因此又被称为网页( ...
分类:
Web程序 时间:
2021-03-01 13:07:20
阅读次数:
0
最近在用tensorrt api实现refinedet,中间过程记录一下。主要参考的如下仓库: https://github.com/wang-xinyu/tensorrtx tensorrt api说明: https://docs.nvidia.com/deeplearning/tensorrt/ ...
在安装pygame时,抛出异常: raise ReadTimeoutError(self._pool, None, 'Read timed out.'),超时报错 在Windows下: C:\用户\Administrator\下,新建pip文件夹,在创建pip.ini文件(先创建txt,复制下面内容 ...
分类:
编程语言 时间:
2021-02-26 13:11:34
阅读次数:
0
django后端解决跨域方式一Middleware 中间介实现跨域过程 1、新建中间介包 #mkidr middleware #touch middleware/__init.py__ #vim middleware/crossdomainxhr.py from django import http ...
分类:
其他好文 时间:
2021-02-26 12:57:56
阅读次数:
0
1.增加节点标签 备注 =:代表增加标签 kubectl label nodes node3 node-role.kubernetes.io/node3= 2.减少节点标签 备注 -:代表减少标签 kubectl label nodes node3 node-role.kubernetes.io/n ...
分类:
其他好文 时间:
2021-02-26 12:55:02
阅读次数:
0
https://edu.csdn.net/course/detail/20536?utm_medium=distribute.pc_relevant.none-task-course-BlogCommendFromMachineLearnPai2-1.control&dist_request_id= ...
分类:
编程语言 时间:
2021-02-25 12:22:47
阅读次数:
0
1、scikit-learn SVC、NuSVC、和LinearSVC区别 scikit-learn中SVM的算法库分为两类,一类是分类的算法库,包括SVC, NuSVC,和LinearSVC 3个类。另一类是回归算法库,包括SVR, NuSVR,和LinearSVR 3个类。相关的类都包裹在skl ...
分类:
其他好文 时间:
2021-02-25 11:52:02
阅读次数:
0
https://blog.csdn.net/hj7jay/article/details/56830997?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_sour ...
分类:
Web程序 时间:
2021-02-23 14:32:45
阅读次数:
0