码迷,mamicode.com
首页 >  
搜索关键字:received    ( 759个结果
B-Fair Division
Alice and Bob received nn candies from their parents. Each candy weighs either 1 gram or 2 grams. Now they want to divide all candies among themselves ...
分类:其他好文   时间:2021-01-26 11:57:06    阅读次数:0
Error: PostCSS received undefined instead of CSS string
问题描述 报错内容如下: yarn run v1.22.10 $ vue-cli-service electron:serve INFO Starting development server... 98% after emitting CopyPlugin ERROR Failed to comp ...
分类:Web程序   时间:2021-01-25 11:30:27    阅读次数:0
rabbitmq系列——(4 Exchange Type -- Fanout)
发布订阅模式是 生产者 通过这个路由发送到绑定额多个队列中去,然后不同的 消费者 消费不同的队列 从而做到发布订阅模式 1. 生产者 using RabbitMQMsgProducer.MessageProducer; using Microsoft.Extensions.Configuration ...
分类:其他好文   时间:2021-01-19 12:14:10    阅读次数:0
Comparable与Comparator (2)
统计单词频率 import java.util.*; public class test { public static void main(String[] args) { final String speech = "It was the best of times, it was the wo ...
分类:其他好文   时间:2021-01-06 12:31:58    阅读次数:0
Linux系统rsync实战操作
Linux系统rsync实战操作Linux系统rsync实战操作前面介绍了一些关于rsync的功能与一些具体的命令格式、参数的使用意义等,今天我们来聊一聊整个实际生产过程中的实战操作过程今天介绍的是第三种模式——以守护进程的模式传输数据一:整体环境备份服务器端(BK-S)[root@BS-S~]#cat/etc/redhat-releaseCentOSrelease6.5(Final)[root@
分类:系统相关   时间:2020-12-02 12:43:25    阅读次数:15
NO.A.0006——zabbix-server邮件告警/nginx字段监控
一、批量在服务端向client端发布命令://在zabbix服务端批量向client发送命令查看agent的进程:[root@localhost~]#ansiblezabbix-mshell-a"ps-ef|grepzabbix_agent"[root@localhost~]#ansiblezabbix-mshell-a"/etc/init.d/zabbix_agentdstart"[root@l
分类:其他好文   时间:2020-11-24 12:29:23    阅读次数:6
vfstp服务
运行环境 linux服务端(172.16.104.132) ## vsftpd安装 [root@vm3 etc]# yum -y install vsftpd ## 关闭防火墙 [root@vm3 etc]# systemctl stop firewalld ## 修改selinux [root@v ...
分类:其他好文   时间:2020-11-02 09:45:41    阅读次数:22
Docker push 报错:received unexpected HTTP status: 500 Internal Server Error
将镜像推送到私有仓库,出现错误“received unexpected HTTP status: 500 Internal Server Error” ...
分类:Web程序   时间:2020-10-20 16:39:35    阅读次数:33
Docker安装Zabbix
Docker安装Zabbix CentOS7 默认使用的是firewall作为防火墙 查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.service 开启firewall firewall-cmd --state 禁止 ...
分类:其他好文   时间:2020-10-13 17:20:37    阅读次数:20
Java SSLSocket
Java SSLSocket JSSE(Java Security Socket Extension)是Sun公司为了解决互联网信息安全传输提出的一个解决方案,它实现了SSL和TSL协议,包含了数据加密、服务器验证、消息完整性和客户端验证等技术。通过使用JSSE简洁的API,可以在客户端和服务器端之 ...
分类:编程语言   时间:2020-10-12 20:02:51    阅读次数:24
759条   上一页 1 2 3 4 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!