码迷,mamicode.com
首页 >  
搜索关键字:after    ( 6037个结果
如何使用Minio搭建一个简单的文件服务器
1. 搭建环境 CentOS7 IP:10.34.51.224 2. 安装Minio Server 2.1 创建minio安装相关目录 # mkdir /usr/local/minio ? # mkdir /usr/local/minio/bin ? # mkdir /usr/local/minio ...
分类:其他好文   时间:2020-03-30 16:24:00    阅读次数:573
CF1312F Attack on Red Kingdom
Attack on Red Kingdom The Red Kingdom is attacked by the White King and the Black King! The Kingdom is guarded by $n$ castles, the $i$ th castle is de ...
分类:其他好文   时间:2020-03-30 11:20:13    阅读次数:105
Make k Equal from Codeforces Round #629 (Div. 3)
description you are given an array and you are asked to make $k$ elements of it equal after some operations. you can make one of the following operati ...
分类:其他好文   时间:2020-03-28 20:20:02    阅读次数:99
vue-hbuilder打包-调取摄像头或上传图片
方法一: <input type="file" accept="image/*" capture="camera" > 方法二: 使用vant组件 1.下载,安装,配置main.js 2.<van-uploader :after-read="afterRead" accept='image/*' c ...
分类:Web程序   时间:2020-03-28 15:04:29    阅读次数:372
jQuery - 添加元素:很容易地添加新元素/内容
jQuery - 添加元素 通过 jQuery,可以很容易地添加新元素/内容。 添加新的 HTML 内容 我们将学习用于添加新内容的四个 jQuery 方法: append() - 在被选元素的结尾插入内容 prepend() - 在被选元素的开头插入内容 after() - 在被选元素之后插入内容 ...
分类:Web程序   时间:2020-03-28 10:24:53    阅读次数:103
Codeforces Round #629 (Div. 3) D. Carousel(思维/贪心?)
The round carousel consists of nn figures of animals. Figures are numbered from 11 to nn in order of the carousel moving. Thus, after the nn -th figur ...
分类:其他好文   时间:2020-03-28 00:50:50    阅读次数:86
JS移动元素的方法
一、点击按钮实现页面中的某些元素移动到 指定区域(根据用户输入)/ 规定区域(代码中写死的) 通过 document.getElementById("demo").appendChild(document.getElementById("test")); 来实现 注意:1、也可以通过 getElem ...
分类:移动开发   时间:2020-03-27 01:03:58    阅读次数:140
Error: Cannot find module 'npmlog'
cannot find module 'npmlog' - after updated npm Thanks for the answers. It was a bug and it has already been fixed in Node v5.4.1. Now it's working as ...
分类:其他好文   时间:2020-03-27 00:49:15    阅读次数:58
Spring02——Spring 中 Bean 的生命周期及其作用域
在前一篇文章中,我们已经介绍了 Spring IOC 的相关知识,今天将为个位介绍 Spring 中 Bean 的相关知识。关注我的公众号「Java面典」,每天 10:24 和你一起了解更多 Java 相关知识点。 Bean 的生命周期 Spring 生命周期有四个阶段,分别是: 1. 实例化 In ...
分类:编程语言   时间:2020-03-26 23:08:31    阅读次数:87
prometheus
prometheus 1. 部署 下载软件github prometheus-2.14.0-rc.0.linux-amd64.tar.gz 解压 mkdir /opt/src tar -xvf prometheus-2.14.0-rc.0.linux-amd64.tar.gz -C /opt/ cd ...
分类:其他好文   时间:2020-03-25 18:53:55    阅读次数:78
6037条   上一页 1 ... 36 37 38 39 40 ... 604 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!