ceilometer openstack project create --domain default --description "Service Project" service yum -y install redis libvirt epel-release yum -y install ...
分类:
其他好文 时间:
2020-06-22 12:52:24
阅读次数:
81
名称: 抽象工厂模式(Abstract Factory Pattern) 问题: Provide an interface for creating families of related or dependent objects without specifying their concrete ...
分类:
其他好文 时间:
2020-06-20 19:16:37
阅读次数:
66
* 图书管理的图书增删改查* choices参数(数据库字段设计常见)* MTV与MVC模型* 多对多关系的三种创建方式* Ajax操作(重点)* 前后端传输数据编码格式* ajax发送json格式数据* ajax发送文件* django自带的序列化功能(了解,后面有更加牛逼的序列化drf)### ...
分类:
Web程序 时间:
2020-06-02 13:23:36
阅读次数:
76
今日内容概要 聚合查询(聚合函数的使用)aggregate max、min、sum、count、avg 分组查询(group by的使用)annotate F与Q查询 django中如何开启事务 orm中常用字段及参数 数据库查询优化(only与defer、select_related与prefet ...
分类:
其他好文 时间:
2020-06-01 23:47:51
阅读次数:
74
在前面教程中小编我已经介绍了Django的Queryset特性及高级使用技巧,今天我们再来学习两个非常重要的查询方法select_related和prefetch_related方法,看看如何使用它们避免不必要的数据库查询。高手过招,只差分毫。专业和业余之前的区别就在细节的处理上。为了让大家更直观地 ...
分类:
其他好文 时间:
2020-05-26 01:35:32
阅读次数:
78
[TOC] Paper Reading @ 23/50 original : https://arxiv.org/abs/1812.06203 Formatted Citation: Abstract Temporal Aggregation Network decompose convolutio ...
分类:
Web程序 时间:
2020-05-25 12:04:45
阅读次数:
81
Problem Link: Multiple of 2019 Key idea: For subarray S[i1, j] and S[i2, j] with i1 < i2, if the V[i1, j] % 2019 is the same with V[i2, k] % 2019, it ...
分类:
其他好文 时间:
2020-05-13 09:38:43
阅读次数:
64
一般操作 https://docs.djangoproject.com/en/3.0/ref/models/querysets/ 官网 文档 https://www.cnblogs.com/study-learning/p/9969486.html 必知必会13条 <1> all(): 查询所有结果 ...
金三银四俗称跳槽黄金季,很多同学都想趁着这段时间拿高薪,去更牛逼的公司工作,认识更多大牛,提升自己的职场竞争力。 那怎样才能通过BAT面试官的考核?怎样成为一名Offer收割机? 之前讲过收割Offer有一个最直接的公示:Offer=硬实力*软实力*好的心态,三者缺一不可。 01 技术硬实力 这里说 ...
分类:
编程语言 时间:
2020-05-06 13:51:33
阅读次数:
61
public V put(K key, V value) { return putVal(hash(key), key, value, false, true); } /** * Implements Map.put and related methods * * @param hash hash ...
分类:
其他好文 时间:
2020-05-05 17:47:36
阅读次数:
54