码迷,mamicode.com
首页 >  
搜索关键字:conf    ( 25562个结果
Redhat Linux 下安装Oracle 11g R2
能够下载:http://download.csdn.net/detail/ykh554541184/8086647文档方便查阅 官方文档:http://docs.oracle.com/cd/E11882_01/nav/portal_11.htm 1:基本环境 Redhat Enterprise Li ...
分类:数据库   时间:2017-05-06 19:03:57    阅读次数:333
contextLoaderListener
contextLoaderListener的作用,在启动的时候,自动装载applicationcontext.xml文件。 contextloaderListener实现了servletContextListener接口,在web.xml中配置这个方法,在tomcat启动时就会默认执行它实现的方法。 ...
分类:其他好文   时间:2017-05-06 18:55:28    阅读次数:142
MySQL 主从复制原理及搭建
一.主从复制的工作过程:二.MySQL复制类型基于SQL语句的复制基于行的复制混合复制三.实验环境OS:CentOS6.5x64master:192.168.0.134slave:192.168.0.135三.配置主从复制1.配置时间同步master:配置为时间服务器[root@master~]#yuminstallntp 编辑/etc/ntp.conf添加如下两行:..
分类:数据库   时间:2017-05-06 17:52:36    阅读次数:259
zabbix客户端错误:no active checks on server [192.168.1.107:10051]: host [ ] not found
查看zabbix_agentd.log时出现下列错误[root@www~]#tail/var/log/zabbix/zabbix_agentd.log 10526:20170506:154012.832noactivechecksonserver[192.168.1.107:10051]:host[vm1]notfound解决方法:1.查看zabbix_agentd.conf文件中的Hostname[root@www~]#cat/etc/zabbix/zabbix_ag..
分类:其他好文   时间:2017-05-06 17:45:49    阅读次数:1005
Tkinter制作简单的python编辑器
想要制作简单的python脚本编辑器,其中文字输入代码部分使用Tkinter中的Text控件即可实现。 但是问题是,如何实现高亮呢?参考python自带的编辑器:python27/vidle文件夹中的代码。 实现效果为: 其中主要思路就是在Text中每输入一行代码,都通过正则匹配,查找是不是需要高亮 ...
分类:编程语言   时间:2017-05-06 17:43:54    阅读次数:252
logstash 创建多个索引
1、server.conf文件[elk@logserverbin]$catserver.conf input{ redis{ host=>"10.10.45.200" data_type=>"list" key=>"elk_frontend_access:redis" port=>"5379" } } output{ if"_grokparsefailure"in[tags]{ }else{ if[type]=="www1_access"{ elasticsearch{ host..
分类:其他好文   时间:2017-05-06 17:37:04    阅读次数:3053
MapReduce全局变量之捉虫记
全局变量 写MapReduce程序时候,有时候须要用到全局变量,经常使用的全局变量实现由三种方式: 通过作业的Configuration传递全局变量,作业初始化的时候,conf.set()。须要的时候,再用conf.get()读出来。缺点:不能共享较大的数据。通过distributedcache通过 ...
分类:其他好文   时间:2017-05-06 15:03:43    阅读次数:285
java.io.FileNotFoundException: class path resource ..cannot be opened because it does not exist
java.io.FileNotFoundException: class path resource ..cannot be opened because it does not exist 异常如下: java.io.FileNotFoundException: class path resour... ...
分类:编程语言   时间:2017-05-06 13:15:33    阅读次数:155
Spring Security应用开发(01)准备工作:下载、编译和JAR包
1.1. 下载和编译 本系列博客参考了Spring Security 官方网站 http://docs.spring.io/spring-security/site/docs/4.2.2.RELEASE/reference/htmlsingle/ 下载 从以下网站下载Spring Security源 ...
分类:编程语言   时间:2017-05-06 10:18:57    阅读次数:207
SpringMVC实现文件的上传和下载
前些天一位来自江苏经贸的学弟跟我留言问了我这样一个问题:“用什么技术来实现一般网页上文件的上传和下载?是框架还是Java中的IO流”。我回复他说:“使用SpringMVC框架可以做到这一点,因为Spr...
分类:编程语言   时间:2017-05-06 01:06:15    阅读次数:406
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!