码迷,mamicode.com
首页 >  
搜索关键字:conf    ( 25562个结果
@Cacheable在项目中的具体使用
①在applicationContext.xml中引入 <import resource="classpath:/config/applicationContext-ehcache.xml"/> ②配置applicationContext-ehcache.xml文件 <?xml version="1 ...
分类:系统相关   时间:2020-04-29 16:28:47    阅读次数:81
Jenkins 环境安装与部署
环境准备: JDK1.8 Tomcat8.0 Jenkins.war 下载Jenkins.war 官网:https://www.jenkins.io/zh/download/ 中文官网:https://www.jenkins.io/zh/download/ 修改 tomcat 配置 conf/tom ...
分类:其他好文   时间:2020-04-29 15:07:33    阅读次数:58
linux 基本优化
selinux 优化 vi /etc/selinux/config SELINUX=disabled 关闭selinux 需要重启生效 sestatus -v 查看selinux状态 防火墙优化 systemctl stop firewalld 关闭防火墙 systemctl disabled fi ...
分类:系统相关   时间:2020-04-29 12:39:22    阅读次数:94
MyBatis - 打印SQL语句
方法一: 在mybatis-config.xml中配置加一个setting <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http ...
分类:数据库   时间:2020-04-28 17:20:36    阅读次数:57
centos8平台nginx服务配置打开文件限制max open files limits
一,nginx启动时提示打开文件数,ulimit的配置不起作用: 1, 2020/04/26 14:27:46 [notice] 1553#1553: getrlimit(RLIMIT_NOFILE): 1024:4096 用户可打开文件数 软限制是:1024 硬限制是: 4096 这个值太小,不适 ...
分类:其他好文   时间:2020-04-28 16:43:04    阅读次数:212
Webhook Configuration Example
Webhook Configuration Example DX: Data Externalization must first be enabled, requires reboot ...
分类:Web程序   时间:2020-04-28 15:23:28    阅读次数:75
Openvswitch原理与代码分析(2): ovs-vswitchd的启动
https://www.cnblogs.com/popsuper1982/p/5851603.html ovs-vswitchd.c的main函数最终会进入一个while循环,在这个无限循环中,里面最重要的两个函数是bridge_run()和netdev_run()。 Openvswitch主要管理 ...
分类:其他好文   时间:2020-04-28 13:12:17    阅读次数:56
Maven 项目引用文件地址管理配置与Eclipse的使用设置
版本:apache-maven-3.6.3 运行系统:Win10 Eclipse:Eclipse IDE for Enterprise Java Developers 2020-03 (4.15.0) 解压缩安装后,打开conf目录下的 settings.xml 文件; 在settings.xml文 ...
分类:系统相关   时间:2020-04-28 09:25:32    阅读次数:107
Centos7:修改selinux错误导致服务器起不来
最近访问网站www.appjzw.com时发现打不开,远端终端登录时发现出现错误,也就是服务器没有在运行,启动也不行,于是赶紧网上找了一些方法。最终通过修改selinux文件才加以将问题解决,下面简单分享下解决过程。首先重启Linux服务器(Centos7系统)按e进入系统启动项修改参数,如下图所示:然后在l16行的位置添加“selinux=0”的语句,如下图:注意,需要按ctrl+x启动lin
分类:系统相关   时间:2020-04-27 22:58:18    阅读次数:173
zabbix VMappliance修改 Server detail from localhost
1.配置文件在/etc/zabbix/web/zabbix.conf.php2.在下面这行:$ZBX_SERVER=‘zabbix99‘;3.
分类:移动开发   时间:2020-04-27 22:52:50    阅读次数:78
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!