码迷,mamicode.com
首页 >  
搜索关键字:xmpp client    ( 15949个结果
mysql命令行安装
一、下载mysql压缩包文件。 下载地址:http://dev.mysql.com/downloads/mysql/ 二、 1、配置my.ini文件。 没有my.ini文件的,新建一个。 my.ini中的代码: [client]port=3306default-character-set=utf8[ ...
分类:数据库   时间:2020-07-18 22:38:55    阅读次数:207
zabbix监控配置一般流程
zabbix监控配置流程 服务端 192.168.32.136 客户端 192.168.32.125 1. 配置客户端 #安装依赖包 [root@client ~]# yum -y install gcc gcc-c++ pcre-devel #下载软件包,解压安装 [root@client ~]# ...
分类:其他好文   时间:2020-07-18 22:33:15    阅读次数:89
jsp和servlet+新闻发布系统
第一章.初始Web程序 1.什么是C/S架构和B/S C/S Client Server面向于客户端,用户通过客户端跟程序进行交互(需要维护客户端,成本较高) B/S Browser Server面向于浏览器,用户通过浏览器进行程序交互 2.URL:统一资源定位符(Uniform Resource ...
分类:Web程序   时间:2020-07-18 22:07:19    阅读次数:117
filebeat配置文件
仅罗列了一些常用基础配置,更多配置请到官网查看 https://www.elastic.co/guide/en/beats/filebeat/current/index.html filebeat.yml配置文件 # Filebeat inputs #input设置,支持Docker,Contain ...
分类:其他好文   时间:2020-07-18 22:06:05    阅读次数:189
Rabbitmq的使用四_Java Client方式使用Topic模式
Rabbitmq的使用四_Java Client方式使用Topic模式 1.官方文档地址:https://www.rabbitmq.com/tutorials/tutorial-five-java.html 2.定义:topic和direct类似,也是将消息发送到RoutingKey和Binding ...
分类:编程语言   时间:2020-07-18 20:00:00    阅读次数:93
Linux 集群时间同步(Ubuntu)
在配置hadoop集群时,时间同步是必须要做的,否则会出现各种意想不到的问题。 hadoop102 为 ntp server,hadoop103以及hadoop104 为ntp client(即需要同步时间机器) 1.全部机器都要安装ntp以及ntpdate sudo apt-get install ...
分类:系统相关   时间:2020-07-18 16:09:18    阅读次数:143
关于Apache报错 couldn't perform authentication. AuthType not set!
今天在使用apache搭建yum的web服务时,配置完成后、访问http://ip 时,浏览器报错:500 Internal Server Error 然后查询error.log发现,有如下错误提示: [Sat Jul 18 11:28:23 2020] [crit] [client 12.23.7 ...
分类:Web程序   时间:2020-07-18 15:34:21    阅读次数:88
python常驻任务接收外界参数
实现一个简单的常驻任务是容易的,写一个while True就可以了,但是同时要能接收外界传来的参数,就稍微有点复杂. 我第一个想到的是网络编程中的server/client模式 server作为常驻进程,可以接受client传来的各种参数进行处理 服务端:server.py import socke ...
分类:编程语言   时间:2020-07-18 13:41:11    阅读次数:72
windows10 无文件修改权限快速解决方案
相关问题描述: - 你没有权限打开该文件,请问文件的所有者或管理员申请权限。 - 你没有权限在此位置中保存文件。请与管理员联系以获得相应权限。 - 0x80070522: A required privilege is not held by the client? Step1: win + r → ...
分类:Windows程序   时间:2020-07-18 13:39:17    阅读次数:84
docker常见操作
容器自启 docker container update --restart=always 容器名字 安装mysql mkdir -p /mydata/mysql/conf vi /mydata/mysql/conf/my.cnf [client] default-character-set=utf ...
分类:其他好文   时间:2020-07-17 21:59:25    阅读次数:87
15949条   上一页 1 ... 43 44 45 46 47 ... 1595 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!