码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
python读取xml、html文件
自动化测试设计测试用例时有的用例需要重复执行很多次,此时就需要对测试使用到的测试值进行参数化设计,而且参数化有利于测试用例的后期维护;并且自动化web测试也需要xpath进行页面元素的定位,所以我学习下python如何处理xml文件。 以下为使用到的html文件,把他放在了程序父文件夹的config ...
分类:编程语言   时间:2019-07-30 12:31:09    阅读次数:97
自定义Spring Boot的启动器
49.5 一个库的完整Spring Boot启动器可能包含以下组件: autoconfigure 模块包含自动配置(auto-configuration)的代码 启动器模块,它提供对autoconfigure模块以及库的依赖关系以及通常有用的任何其他依赖关系。简而言之,添加启动器应该提供使用该库所需 ...
分类:编程语言   时间:2019-07-30 11:05:43    阅读次数:106
XTTS系列之一:U2L迁移解决方案之XTTS的使用
本系列的定位是对XTTS及相关技术进行深入的学习研究。作为本系列的开篇,本着实用性的原则,我先把一次实际生产环境U2L的迁移实战实施方案进行提炼简化,旨在能清楚说明该如何使用XTTS这种解决方案来进行U2L迁移,先达到可以跟着做下来的初级目标,如果有兴趣再去深入研究相关细节。 "1.XTTS概述" ...
分类:其他好文   时间:2019-07-28 20:02:21    阅读次数:152
FastDFS整合Nginx的模块:fastdfs-nginx-module报错:fdfs_define.h:15:27: 致命错误:common_define.h:没有那个文件或目录
错误提示: /usr/include/fastdfs/fdfs_define.h:15:27: 致命错误:common_define.h:没有那个文件或目录 【解决办法】 1、编辑fastdfs-nginx-module的配置文件 2、将原文修改为上图的两处红框圈出的地方 3、重新编译安装 4、查看 ...
分类:其他好文   时间:2019-07-28 15:44:01    阅读次数:413
how-to-configure-mysql-masterslave-replication-with-mha-automatic-failover/
https://www.arborisoft.com/how-to-configure-mysql-masterslave-replication-with-mha-automatic-failover/ ...
分类:数据库   时间:2019-07-28 13:39:03    阅读次数:121
Springboot Freemarker配置全局变量配置类
package com.xhd.read.config; import lombok.AllArgsConstructor;import lombok.Data;import lombok.NoArgsConstructor;import lombok.extern.slf4j.Slf4j;impo ...
分类:编程语言   时间:2019-07-28 09:40:18    阅读次数:909
RFC destination fails with error Incomplete Logon Data
1.在system copy后,提示RFC报错 Unable to configure STMS 重要的参考文件: 1.1 RFC passwords not available after system copy, client copy or migration https://wiki.scn ...
分类:其他好文   时间:2019-07-27 18:35:59    阅读次数:101
负载均衡,NAT模式搭建
director设置一、yum安装ipvsadmyum-yinstallipvsadm二,将配置写入脚本运行二、建个脚本vimipvsadm.sh#!/bin/bash#director服务器上开启路由转发功能:echo1>/proc/sys/net/ipv4/ip_forward#关闭icmp的重定向echo0>/proc/sys/net/ipv4/conf/all/send_red
分类:其他好文   时间:2019-07-27 09:40:38    阅读次数:128
spring扩展点之PropertyPlaceholderConfigurer
原理机制讲解 https://leokongwq.github.io/2016/12/28/spring-PropertyPlaceholderConfigurer.html 使用时多个配置讲解 https://elim.iteye.com/blog/2387138 ...
分类:编程语言   时间:2019-07-26 13:14:37    阅读次数:83
No identifier specified for entity
org.hibernate.AnnotationException: No identifier specified for entity 异常信息 异常原因 实体类中需要有唯一标识符,需要指定主键 解决 在你实体类的主键上加上下面的两个注解即可。 ...
分类:其他好文   时间:2019-07-26 11:53:56    阅读次数:123
6481条   上一页 1 ... 82 83 84 85 86 ... 649 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!