码迷,mamicode.com
首页 >  
搜索关键字:lease    ( 2829个结果
解决centos yum源配置出现Couldn't resolve host 问题
http://mirrors.163.com/centos/6/os/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirrors.163.com'" Trying other mirror ...
分类:其他好文   时间:2020-03-24 12:27:44    阅读次数:98
Spring学习
Spring 一、Spring简介 1.1 简介 Spring:春天 2002年,首次推出了Spring框架的雏形:interface21框架 Spring框架以interface21框架为基础,经过重新设计,并不断丰富其内涵,于2004年3月24日,发布了1.0正式版本 Rod Johnson , ...
分类:编程语言   时间:2020-03-23 20:05:17    阅读次数:69
etcd 快速入门
一、认识etcd 1.1 etcd 概念 从哪里说起呢?官网第一个页面,有那么一句话: "A distributed, reliable key-value store for the most critical data of a distributed system" 即 etcd 是一个分布式 ...
分类:其他好文   时间:2020-03-23 18:56:52    阅读次数:132
执行git命令时出现fatal: 'origin' does not appear to be a git repository错误
在执行git pull origin master时出现: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure yo ...
分类:移动开发   时间:2020-03-23 17:19:27    阅读次数:107
linux下库文件的编程
首先创建 add.c、sub.c、mul.c、div.c、mod.c、cal.h testCal.c Makefile 代码如下: add.c int add(int var1, int var2){ return var1 + var2; } sub.c int sub(int var1, int ...
分类:系统相关   时间:2020-03-22 15:41:32    阅读次数:86
条件渲染
React 中的条件渲染就和在 JavaScript 中的条件语句一样。使用 JavaScript 操作符如 if 或者 条件操作符 来创建渲染当前状态的元素,并且让 React 更新匹配的 UI 。 import React, { Component } from 'react'; export ...
分类:其他好文   时间:2020-03-21 23:10:28    阅读次数:59
Linux操作:安装python3
使用EPEL仓库安装 sudo yum install epel-release 用yum安装python 3.6 sudo yum install python36 安装pip yum -y install python-pip 更新pip至最新版本 pip install --upgrade p ...
分类:编程语言   时间:2020-03-21 21:18:39    阅读次数:58
文件上传transferTo一行代码的bug
本次的项目环境为 Running with Spring Boot v1.5.10.RELEASE, Spring v4.3.14.RELEASE, 服务器环境为CentOS7.0. transferTo 我们在上传文件的时候会用到transferTo 这个方法, transferTo 是 pack ...
分类:Web程序   时间:2020-03-21 12:58:55    阅读次数:99
unity资源提取工具AssetStudio
下载地址: https://ci.appveyor.com/project/Perfare/assetstudio/branch/master/artifacts github地址 https://github.com/Perfare/AssetStudio/releases ...
分类:编程语言   时间:2020-03-20 18:36:37    阅读次数:6054
手把手-安装-vault
操作系统 Centos 7.6 , Ubuntu-19.10 硬件配置(推荐) CPU / 内存 : 2核 / 4GB 安装版本 vault 1.3.2 https://releases.hashicorp.com/vault/1.3.2/vault_1.3.2_linux_amd64.zip ...
分类:其他好文   时间:2020-03-20 14:24:54    阅读次数:92
2829条   上一页 1 ... 32 33 34 35 36 ... 283 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!