码迷,mamicode.com
首页 >  
搜索关键字:ror    ( 7126个结果
yum 安装 php72w-pecl-imagick 报错
由于ECS快到期了,打算换个配置,趁着618入手一台新的。结果之前顺利安装过几次的文档居然报错了。 情况如下 Error: Package: php72w-pecl-imagick-3.4.3-1.2.w7.x86_64 (webtatic) Requires: libMagickWand.so.5 ...
分类:Web程序   时间:2020-06-18 22:07:29    阅读次数:164
python的坑--你知道吗?
python的坑--你知道吗? 1.列表的坑 坑的地方是:因为列表用pop之后,后面的索引都会自动减一 # 列表的坑之一 list1 = ['python','java','php','c','c++','c#','ruby'] # 将索引为奇数的元素删除 ['java','c','c#'] lis ...
分类:编程语言   时间:2020-06-18 19:24:52    阅读次数:55
java 调用webservice并解析xml结果
import com.yemast.roadcqc.server.webserivce.login.request.UserInfoRequest;import lombok.extern.slf4j.Slf4j;import org.apache.axiom.om.*;import org.apa ...
分类:编程语言   时间:2020-06-18 15:51:58    阅读次数:48
Vue项目配置微信分享
1、引入微信js // index.html <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> 2、配置wxshare.js // assets => js => 新建 wxshare.js export fu ...
分类:微信   时间:2020-06-18 13:00:53    阅读次数:70
centos7下安装harbor
1、修改基础环境 更改主机名,关闭防火墙和selinux hostnamectl set-hostname 7niu systemctl stop firewalld systemctl disable firewalld setenforce 0 sed -i 's/SELINUX=enforci ...
分类:其他好文   时间:2020-06-18 10:27:39    阅读次数:139
封装axios
//封装axiosimport axios from 'axios'export function request(config) { //1.创建axios实例 const instance = axios.create({ // baseURL:"http://localhost:8091", ...
分类:移动开发   时间:2020-06-16 23:13:51    阅读次数:83
协变和逆变
基本概念 协变:能够使用比原始指定的派生类型的派生程度更大(更具体)的类型。例如 IFoo<父类> = IFoo<子类> 逆变:能够使用比原始指定的派生类型的派生程度更新(更抽象)的类型。例如 IBar<子类> = IBar<父类> 关键字out和in 协变和逆变在泛型参数中的表现方式,out关键字 ...
分类:其他好文   时间:2020-06-16 20:18:03    阅读次数:49
Mongodb rpm安装,自启动报错--got signal 1 (Hangup), will terminate after current cmd ends
今天被问到 mongodb,centos 7.6的自启动,报错 Jun 16 11:34:39 localhost rc.local: ERROR: child process failed, exited with error number 1 Jun 16 11:34:39 localhost ...
分类:数据库   时间:2020-06-16 18:30:54    阅读次数:134
在SpringBoot中注入RedisTemplate怎么实现实例异常解决
最近,在项目开发过程中使用了RedisTemplate,进行单元测试时提示“Field redisTemplate in com.example.demo1.dao.RedisDao required a bean of type ‘org.springframework.data.redis.co ...
分类:编程语言   时间:2020-06-16 15:14:43    阅读次数:55
centos7配置jenkions配置
插件管理 权限管理插件 role- 凭证管理插件 credentials B 服务器配置 sed -i 's/http:\/\/updates.jenkins-ci.org\/download/https:\/\/mirrors.tuna.tsinghua.edu.cn\/jenkins/g' /v ...
分类:其他好文   时间:2020-06-16 15:13:18    阅读次数:65
7126条   上一页 1 ... 45 46 47 48 49 ... 713 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!