es配置文件修改 系统参数修改 启动ES 浏览器访问 http://192.168.50.65:9200/ 或者curl 基础知识参考 http://www.linuxe.cn/post 295.html https://www.elastic.co/guide/en/elasticsearch/r ...
分类:
其他好文 时间:
2019-11-19 12:23:56
阅读次数:
426
微服务是现在比较流行的技术,对于程序猿而言,了解并搭建一个基本的微服务框架是很有必要滴。 微服务包含的内容非常多,一般小伙伴们可以根据自己的需求不断添加各种组件、框架。 一般情况下,基本的微服务框架包含:框架:注册中心、负载均衡、声明式服务(feign)、容错(hystrix)、网关(权限)gate ...
分类:
编程语言 时间:
2019-11-18 12:43:53
阅读次数:
87
包含的元素:gate,user,and client,其中客户端可以去创建门和人,门是需要给人共享的数据 门 问题:以上的功能,在多线程的情况下,姓名和地址不回应,这是因为多个线程去同时访问同一资源gate而造成的 解决方法: 读写锁分离 ...
分类:
编程语言 时间:
2019-11-17 15:07:49
阅读次数:
81
从王者荣耀看设计模式(装饰者模式) http://img2.vipcn.com/img2016/6/22/2016062230131901.jpg 一.简介 王者荣耀中,角色的"伤害值"和"生命值"是很重要的概念。为了保证游戏的胜利,玩家会通过在游戏开始前配置合适的游戏铭文,在游戏中积累经济购买装备 ...
分类:
其他好文 时间:
2019-11-14 22:00:20
阅读次数:
88
常規方法: var setting=new CefSetting(); setting.CefCommandLineArgs.add("proxy-server",ProxyAdd:Port); Cef.Initialize(settings); 但是Cef.Initialize(settings) ...
分类:
其他好文 时间:
2019-11-14 21:54:30
阅读次数:
75
Ujan has been lazy lately, but now has decided to bring his yard to good shape. First, he decided to paint the path from his house to the gate. The pa ...
分类:
其他好文 时间:
2019-11-10 11:44:17
阅读次数:
73
gate 矩阵乘法加速模板qwq 感觉比之前写的好看了点 代码如下 #include<cstdio> #include<iostream> #include<cmath> #include<cstring> #define MogeKo qwq #define int long long using ...
分类:
其他好文 时间:
2019-11-09 09:27:34
阅读次数:
92
Ujan has been lazy lately, but now has decided to bring his yard to good shape. First, he decided to paint the path from his house to the gate. The pa ...
分类:
其他好文 时间:
2019-11-09 00:25:44
阅读次数:
99
官网资料:https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/delegates/ 官网复习一下委托相关概念,记录一下地址 ...
本地物理机看能不能ping通 若能,关闭防火墙,禁止防火墙开机自启(CentOS 7) systemctl stop firewalld.service firewall-cmd --state systemctl disable firewalld.service 本地命令行 ping 没有通,检 ...
分类:
系统相关 时间:
2019-11-07 23:30:39
阅读次数:
381