Ben611 Ben611
4年前
GO开发 - etcd用法
etcd是什么?Ahighlyavailablekeyvaluestoreforsharedconfigurationandservicediscovery.是一个键值存储仓库,用于配置共享和服务发现概念:高可用的分布式ke
Stella981 Stella981
4年前
Docker部署freeswitch
1\.clone配置文件到本地服务器gitclonehttps://github.com/BetterVoice/freeswitchcontainer.git相关Dockerfile如下:Jenkins.FROMubuntu:16.04MAINTAINERThomasQuintan
Stella981 Stella981
4年前
Spring Cloud Hystrix ThreadPool的bug
BUG背景JDK:11.0.4SpringCloudFinchley.SR3相关配置:开启hystrixfeign.hystrix.enabledtrue关闭断路器hystrix.command.default.circuitBreaker.enabledfalse
Stella981 Stella981
4年前
JS中popup.js
//popupclass显示弹出窗口,。/\以下为使用popup对象,传入相应的配置参数,弹出不同类型的窗口        functionShowIframe()//显示iframe        {            varpopnewPopup({contentType:1,isReloadOnClo
Stella981 Stella981
4年前
Jfinal 上传文件
前提准备:导包 cos26Dec2008.jar1.配置默认上传路径public void configConstant(Constants me) {String path  JFinal.me().getServletContext().getRe
Stella981 Stella981
4年前
Go Mod管理项目使用Fyne库开发GUI
go.mod文件中配置requirefyne.io/fynev1.1.0源代码中引用import("fyne.io/fyne/app""fyne.io/fyne/widget")
Stella981 Stella981
4年前
CentOS 7 搭建Cobbler实现自动化安装系统
1、安装软件包\yum yinstallepelrelease   安装EPEL源\yumyinstallcobblerdhcp pykickstart2、启动cobbler和httpd服务\systemctlstarthttpdcobblerd3、修改cobbler配置文件
Easter79 Easter79
4年前
Spring错误——Spring AOP——org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
背景:学习切面,测试前置通知功能,xml配置如下<?xmlversion"1.0"encoding"UTF8"?<beansxmlns"http://www.springframework.org/schema/beans"xmlns:xsi"http:/
Wesley13 Wesley13
4年前
HTTP 错误 500.19
错误重现往常习惯在web.config文件里添加配置节点默认文档,内容如下:<!web.config<configuration  <system.webServer    <defaultDocument      <files             <ad
Stella981 Stella981
4年前
STM32407+LAN8720A+LWIP 实现TCP Client
硬件!(https://oscimg.oschina.net/oscnet/ce3175c3843fc07639f24bbe884da8fd68a.png)一、配置CubeMax工程