NASA Metadata: tf-idf of Description Texts and Keywords There are 32,000+ datasets at NASA, and NASA is interested in understanding the connections be ...
分类:
Web程序 时间:
2019-12-13 18:03:15
阅读次数:
130
k8s yaml 这些语法适合于rancher平台,因为rancher平台的底层也是k8s为基础的。 ...
分类:
其他好文 时间:
2019-12-07 12:25:19
阅读次数:
73
{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "scrolled": true }, "outputs": [], "source": [] }, { "cell_type": "code", " ...
分类:
其他好文 时间:
2019-12-06 23:25:15
阅读次数:
95
1、参考文章 Springboot实现基于前缀的自定义配置和自动提示功能 - FeelTouch - CSDN博客 2、为了能在编辑配置文件yml时自动显示自定义的属性名,可以通过在文件夹【META-INF】下建立文件【spring-configuration-metadata.json】实现。有【 ...
分类:
移动开发 时间:
2019-12-04 19:56:43
阅读次数:
163
from sqlalchemy import create_engine,Table,Column,Integer,String,MetaData,ForeignKey engine=create_engine("mysql+pymysql://root:a5230411@localhost:330... ...
分类:
数据库 时间:
2019-12-04 13:09:11
阅读次数:
92
k8s核心的资源对象:Pod:是运行以及调度的原子单位,也就是k8s中最小的资源单位,同一个pod可以同时运行多个container,多个container之间共享:(UTS(主机名和域名),IPC(消息队列和共享内存),NET(网络栈,端口等),namespace(名称空间)),但USR(用户和组),MNT(挂载点),PID(进行编号)是相互隔离的。pod有两种类型的pod:一类是由控制器控制的
分类:
其他好文 时间:
2019-12-02 15:20:49
阅读次数:
176
搭建环境 Windows10 64位 IDEA JDK 8 搭建过程 1.选择File==》New==》Project==》Spring Initializr==》Next. 2.在project metadata页面选择修改参数,或直接点击Next. 3.然后需要选择你需要的依赖关系和spring ...
分类:
编程语言 时间:
2019-11-30 21:05:14
阅读次数:
143
main containers启动之前还会有个start动作,结束后有个stop动作 示例: apiVersion: v1 kind: Pod metadata: name: lifecycle-demo spec: containers: - name: lifecycle-demo-nginx ...
分类:
其他好文 时间:
2019-11-29 15:45:19
阅读次数:
88
```yaml apiVersion: apps/v1beta1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: '8' labels: ownerName: deplatmnt system_cl... ...
分类:
其他好文 时间:
2019-11-28 20:59:16
阅读次数:
91
权限鉴定基础 目录 1.1 Spring Security的AOP Advice思想 1.2 AbstractSecurityInterceptor 1.2.1 ConfigAttribute 1.2.2 RunAsManager 1.2.3 AfterInvocationManager Sprin ...
分类:
编程语言 时间:
2019-11-27 18:55:51
阅读次数:
80