码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
python 3+djanjo 2.0.7简单学习(三)--Django视图
1.概念 Django 中的视图的概念是「一类具有相同功能和模板的网页的集合」。比如,在一个博客应用中,你可能会创建如下几个视图: 博客首页——展示最近的几项内容。 内容“详情”页——详细展示某项内容。 以年为单位的归档页——展示选中的年份里各个月份创建的内容。 以月为单位的归档页——展示选中的月份 ...
分类:编程语言   时间:2018-08-28 16:15:24    阅读次数:232
Codeforces Round #506 (Div. 3) C. Maximal Intersection
C. Maximal Intersection time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output C. Maximal Inter ...
分类:其他好文   时间:2018-08-25 14:03:15    阅读次数:126
1147 Heaps
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2018-08-23 19:26:03    阅读次数:288
【ELK之es】Centos7.3版本下安装最新版elasticsearch6.3.2
elasticsearch简介ElasticSearch是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文检索引擎,基于RESTfulweb接口。Elasticsearch是用Java开发的,并作为Apache许可条款下的开放源码发布,是当前流行的企业级搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。实验部署1、实验所需组件及环境1)JDK8以上环
分类:其他好文   时间:2018-08-23 17:01:51    阅读次数:214
SparkSQL基本用法一
参考:http://spark.apache.org/docs/latest/sql-programming-guide.html 1)使用maven构建Scala工程。 1.1)新增pom依赖包文件如下: 1.2)新建Scala类,代码及功能描述如下: ...
分类:数据库   时间:2018-08-22 22:49:36    阅读次数:266
Oracle_052_lesson_p8
create user 、grant、revoke
分类:数据库   时间:2018-08-22 12:03:21    阅读次数:211
PAT 1108 Finding Average
The basic task is simple: given N real numbers, you are supposed to calculate their average. But what makes it complicated is that some of the input n ...
分类:其他好文   时间:2018-08-19 18:03:09    阅读次数:147
makefile_basic
#****************Top invoking********************all: com sim #*****************Variable***********************OUTPUT = USB_Dual_Port#ALL_DEFINE = +de ...
分类:其他好文   时间:2018-08-19 11:05:49    阅读次数:202
Windows核心编程:第14章 探索虚拟内存
Github https://github.com/gongluck/Windows Core Program.git C++ //第14章 探索虚拟内存.cpp: 定义应用程序的入口点。 // include "stdafx.h" include "第14章 探索虚拟内存.h" int APIEN ...
分类:Windows程序   时间:2018-08-18 17:40:37    阅读次数:207
PAT 甲级 1010 Radix (25)(25 分)(听说要用二分,我没AC,之后再改)
Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is "yes", if 6 is a decimal number and 110 is ...
分类:其他好文   时间:2018-08-13 20:43:49    阅读次数:391
899条   上一页 1 ... 43 44 45 46 47 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!