码迷,mamicode.com
首页 >  
搜索关键字:members    ( 573个结果
curl查询公网出口IP
使用方法: 网址: ip.cn ipinfo.io cip.cc ifconfig.me myip.ipip.net http://members.3322.org/dyndns/getip ...
分类:Web程序   时间:2019-11-13 11:15:51    阅读次数:88
MGR最多有几个服务器组成
MGR最多有9个服务器组成
分类:其他好文   时间:2019-11-09 17:59:09    阅读次数:105
1.redis基础
1.nosql 2.yum安装redius 3. 源码编译安装 redis可执行文件 4. redis配置文件 redis配置文件名为 redis.conf 这个文件可以自定义 5. redis核心配置项 6. 启动redis服务端 7.redis数据结构 8. 基本命令 9 数据结构 string ...
分类:其他好文   时间:2019-10-18 12:23:20    阅读次数:90
Mac 新建用户/用户组
创建用户wcg id为 2001 sudo dscl . -create /Users/wcg UniqueID 2001 sudo dscl . -list /Users UniqueID 创建组 wcg sudo dscl . -create /Groups/wcg dscl . -list / ...
分类:系统相关   时间:2019-10-14 14:28:42    阅读次数:118
Consul docker集群
获取镜像docker pull consul启动镜像开发:docker run -d --name=dev-consul -p 8500:8500 consul集群:? 部署server端本环境仅仅部署一个server端和一个client端!docker run -d -p 8500:8500 -- ...
分类:其他好文   时间:2019-10-13 23:23:10    阅读次数:77
Redis
[TOC] 1.入门概述 1.1redis是什么? Redis:REmote DIctionary Server(远程字典服务器) 是完全开源免费的,用C语言编写的,遵守BSD协议,是一个高性能的(key/value)分布式内存数据库,基于内存运行并支持持久化的NoSQL数据库,是当前最热门的NoS ...
分类:其他好文   时间:2019-10-07 19:47:41    阅读次数:85
A - Perfect Team CodeForces - 1221C
You may have already known that a standard ICPC team consists of exactly three members. The perfect team however has more restrictions. A student can ...
分类:其他好文   时间:2019-10-03 00:46:44    阅读次数:101
[POJ1015] Jury Compromise 题解
题目描述: In Frobnia, a far-away country, the verdicts in court trials are determined by a jury consisting of members of the general public. Every time a ...
分类:其他好文   时间:2019-09-30 18:24:22    阅读次数:116
Jedis(三)——Hash/List/Set
照着文档,找对应的函数就好了,封装得很完整,使用真不是什么难事。 至于二次封装的话,去实现Spring的Cache接口是一种方式,但是,不能把注解设计得太复杂,不爱用的话设计就失败了,需要牺牲一部分Jedis的特性, 个人推荐使用静态类,方便后期函数扩展,最大程度保证原有的功能。 Hash List ...
分类:其他好文   时间:2019-09-28 19:42:06    阅读次数:92
oracle 常用查询语句
一、一般日常用的脚本 1、检查源库每个节点至少3组redoselect group#,thread#,bytes/1024/1024,members,status from v$log; select group#,thread#,sequence#,BYTES/1024/1024,archived ...
分类:数据库   时间:2019-09-21 16:49:07    阅读次数:115
573条   上一页 1 ... 6 7 8 9 10 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!