server { listen 80; listen 443 ssl http2; server_name www.baidu.com; charset utf-8; fastcgi_intercept_errors on; include filter.forbid; error_page 404 ...
分类:
其他好文 时间:
2021-01-08 11:29:22
阅读次数:
0
1.循序渐进的脚本模块 脚本模块是采用Python编写的。 1.1 使用ModuleWizard的模板创建Scripted Module 参考: https://na-mic.org/wiki/2013_Project_Week_Breakout_Session:Slicer4Python http ...
分类:
其他好文 时间:
2021-01-07 12:24:59
阅读次数:
0
- name: 以轮询的方式等待服务同步完成 shell: "systemctl status etcd.service|grep Active" register: etcd_status until: '"running" in etcd_status.stdout' retries: 8 de ...
分类:
其他好文 时间:
2021-01-07 11:40:27
阅读次数:
0
java中Number Type Casting(数字类型强转)的用法 ...
分类:
编程语言 时间:
2021-01-06 11:41:26
阅读次数:
0
Harbor 概述 Harbor是由VMWare公司开源的容器镜像仓库。除了harbor vmware公司还开源了很多k8s周边产品(网络 备份 监控)确实是一个很理想的公司事实上,Harbor是在Docker Registry上进行了相应的企业级扩展,从而获得了更加广泛的应用,这些新的企业级特性包 ...
分类:
其他好文 时间:
2021-01-05 11:15:45
阅读次数:
0
按照项目github文档上所示,在使用 mysql 时你可能会这样写: $ migrate -path db/migrations -database mysql://root:123456@127.0.0.1:3306/mydb version -database 用于指定数据库 DSN 格式的连 ...
分类:
Web程序 时间:
2021-01-05 11:13:09
阅读次数:
0
a、基本选择器:#id,class,element,*; b、层次选择器:parent > child,prev + next ,prev ~ siblings c、基本过滤器选择器::first,:last ,:not ,:even ,:odd ,:eq ,:gt ,:lt d、表单选择器: :i ...
分类:
Web程序 时间:
2021-01-04 11:10:04
阅读次数:
0
1. docker 安装ElasticSearch 1.1拉取ES镜像 docker pull docker.elastic.co/elasticsearch/elasticsearch:7.8.0 1.2检查镜像无误后, 启动 由于ES是java编写默认 启动会占用2G堆内存, 内存少的朋友可以通 ...
分类:
编程语言 时间:
2021-01-04 10:30:20
阅读次数:
0
【读完这篇文章可能需要3.2年】圆周率pi人们都不陌生,那么这个无限不循环的数字中是否存在一些特殊的数字呢?比如你的QQ号、你女朋友的生日、你的手机号等等。这个问题没有太大的意义,也没有什么技术含量,但是却很有意思。在MIT的网站是提供了一个小数点后10亿位的pi,文件大小大概1GB。(https://stuff.mit.edu/afs/sipb/contrib/pi/pi-billion.txt
分类:
其他好文 时间:
2021-01-02 11:44:04
阅读次数:
0
MySQL5.7 二进制安装教程 ①安装环境准备: Centos8 配置1核2G MySQL 版本:mysql-5.7.32-linux-glibc2.12-x86_64.tar.gz ②安装步骤 1:解压mysql压缩包到指定目录 tar zxvf mysql-5.7.32-linux-glibc ...
分类:
数据库 时间:
2021-01-01 12:53:24
阅读次数:
0