一:启动dockerservice docker start二:启动mysqldocker start mysql三:启动Harborsystemctl restart docker(如有修改daemon.json文件则用:systemctl daemon-reload && systemctl r ...
分类:
其他好文 时间:
2019-11-22 16:37:34
阅读次数:
95
作者:何甜甜在吗 juejin.im/post/5dc41c165188257bad4d9e69 看阿里巴巴开发手册并发编程这块有一条:线程池不允许使用Executors去创建,而是通过ThreadPoolExecutor的方式,通过源码分析禁用的原因 写在前面 首先感谢大家在盖楼的间隙阅读本篇文章 ...
分类:
编程语言 时间:
2019-11-20 16:49:43
阅读次数:
79
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