rel是relationship的英文缩写,它描述了当前页面与href所指定文档的关系;stylesheet就是样式表的意思;CSS是 Cascading Style Sheet(级联样式表)的缩写 意思是: 在<link>标签中,“rel=stylesheet”,rel是关联的意思,关联的是一个样 ...
分类:
Web程序 时间:
2020-02-22 09:38:48
阅读次数:
139
1、集群规划 | 服务器名称 | 服务地址 | 角色 | | : | : | : | | YN101 22.host.com | 192.168.101.22 | etcd leader | | YN101 31.host.com | 192.168.101.31 | etcd follow | | ...
分类:
其他好文 时间:
2020-02-22 00:20:27
阅读次数:
67
0. 环境 系统ubuntu 16.04 python 环境:python2.7, python3.5, anaconda anaconda 安装在 /home/szh/anaconda3/envs/env_py3.6 django 项目所在路径:/home/szh/django_project/m ...
分类:
Web程序 时间:
2020-02-21 16:25:29
阅读次数:
111
一 jvm 1.线程 2.jvm内存区域 a) 程序计数器 -私有区 b) 虚拟机栈 -私有区 c) 本地方法取 --私有区 d) 堆-线程共享-运行时数据区 e) 方法区-永久代 线程共享 3.jvm运行时内存 a) 新生代:Eden区/ServisionFrom/ServisionTo/ Min ...
分类:
编程语言 时间:
2020-02-21 14:56:54
阅读次数:
92
本篇文章将会手把手教你如何部署DjangoBlog项目,首先介绍下我这里的基本环境,请大家仔细阅读此部分,下面的教程都会使用这些约定来介绍: 系统是ubuntu 18.04 LTS 假设你的域名是www.djangoblog.com。 python虚拟环境目录在 ~/python/env djang ...
分类:
其他好文 时间:
2020-02-20 09:37:56
阅读次数:
104
随着互联网时代市场透明化,客户的售后服务、关系管理被越来越多的企业开始重视,后续客户带来的价值,才是企业需要维护的核心;企业客户关系管理系统作为管理销售团队、客户关系、产品迭代、市场营销、业绩统计、售后首付改善等方面的管理软件,深受广大企业的青睐。系统化的记录数据信息,只是实施信息管理系统的基础,通过对数据的统计做深入的分析,得到提升产品、服务的价值信息,才是信息管理软件的意义所在。很多企业都设置
分类:
其他好文 时间:
2020-02-19 16:39:44
阅读次数:
77
Training an algorithm involes four ingredients: Data Model Objective function: We put data input a Model and get output out of it. The value we call i ...
分类:
Web程序 时间:
2020-02-18 09:58:23
阅读次数:
80
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is symmet ...
分类:
其他好文 时间:
2020-02-17 23:52:41
阅读次数:
90
原网址:https://blog.csdn.net/liuyukuan/article/details/84594440 火狐 51版 火狐历史版本下载 https://ftp.mozilla.org/pub/firefox/releases/ ...
分类:
其他好文 时间:
2020-02-17 01:08:46
阅读次数:
694
在求最大连续和的基础上,求得连续序列的始末位置 要求:The first line of the input contains an integer T(1<=T<=20) which means the number of test cases. Then T lines follow, each ...
分类:
其他好文 时间:
2020-02-15 18:42:13
阅读次数:
65