码迷,mamicode.com
首页 >  
搜索关键字:rap    ( 2980个结果
发文归集整理
2020.7 LINUX基础操作梳理 (2020-06-23 15:09) 图文介绍虚拟化软件VMware安装linux-centos7、root密码重置 (2020-06-23 22:24) python+django+虚拟环境(virtualenv[wrapper])+nginx+uwsgi在l ...
分类:其他好文   时间:2020-07-11 15:39:01    阅读次数:83
(QR14)带权的DAG节点排序
带权的DAG节点排序 DAG即Directed Acyclic Graph,有向无环图.用DAG可以描述一些有依赖关系的任务组,而这些任务还有另外一个属性,即都有一个权重,标示这个任务的重要性. 我们需要你来实现一个算法,对DAG里面的节点进行排序,保证排序不违背DAG的依赖关系,即一个任务A如果排 ...
分类:编程语言   时间:2020-07-11 09:52:09    阅读次数:89
7-爬虫-
crawlSpider 是Spider的一个子类。自己派生出独有的方法和属性。功能:作用全站数据爬取场景使用: - 创建工程 - cd 工程 - 创建爬虫文件: - 创建一个基于CrawlSpider的爬虫文件 - 指令:scrapy genspider -t crawl spiderName ww ...
分类:其他好文   时间:2020-07-10 17:01:13    阅读次数:112
bootstrapValidator重新校验/全选回显
//重新校验(先销毁再重新校验,然后再判断是否验证通过) $("#addForm").data('bootstrapValidator').destroy();$('#addForm').data('bootstrapValidator',null);formValidator();var resu ...
分类:其他好文   时间:2020-07-10 09:57:21    阅读次数:60
Tensorflow暑期实践——波士顿房价预测(全部代码)
# coding: utf-8 get_ipython().run_line_magic('matplotlib', 'notebook') import matplotlib.pyplot as plt import tensorflow as tf import tensorflow.contr ...
分类:其他好文   时间:2020-07-10 09:31:57    阅读次数:78
Mybatis插件原理和整合Spring
插件编写要求(分页插件PageHelper) 自定义插件需要做到三点 1)实现Interceptor接口 public class PageInterceptor implements Interceptor{} 2)实现对应的方法。最关键的是intercept()方法里面是拦截的逻辑,需要增强的代 ...
分类:编程语言   时间:2020-07-09 19:41:08    阅读次数:73
drf-路由和认证
drf-路由 1 路由 针对视图集ViewSet,我们出来可以自己手动指明请求方式与执行函数间的对应关系,还可以使用Routers来快速实现路由信息 Rest-framework提供了两个router:SimpleRouter和DefaultRouter。前者较为简洁,后者产生路由相对较多。 1.1 ...
分类:其他好文   时间:2020-07-09 19:34:12    阅读次数:75
laravel 关联模型 多态关系
laravel 关联模型 多态关系 一对一(多态) note 1个关联上从属于多个模型,如:博客post和用户user共享1个关联图片image。 1篇博客拥有1张主图 1个用户拥有1个头像 graph LR image(图片) image --> |imageable_id=post.id<br> ...
分类:其他好文   时间:2020-07-08 19:57:33    阅读次数:52
Spring Boot + Spring Security + JWT + MySQL + React Full Stack Polling App - Part 1
Hello and Welcome to the first part of an exciting series of blog posts where you will learn how to build an end-to-end full stack polling app similar ...
分类:移动开发   时间:2020-07-08 19:54:59    阅读次数:69
CEVT和吉利汽车研究院用Odoo来实现测试车辆的管理(视频)
1、CEVT和吉利汽车研究院用Odoo来实现测试车辆管理:https://v.youku.com/v_show/id_XMzg1NDY4NDU1Mg==.html 2、 国家级使用Odoo的案例。阿富汗政府五百万人使用Odoo:https://v.youku.com/v_show/id_XMzk0N ...
分类:其他好文   时间:2020-07-07 15:36:31    阅读次数:87
2980条   上一页 1 ... 19 20 21 22 23 ... 298 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!