Stella981 Stella981
4年前
RabbitMQ入门
\toc\一:入门1.安装Erlang2.安装RabbitMQ3.配置激活RabbitMQ'sManagementPluginC:\ProgramFiles\RabbitMQServer\rabbitmq_server3.6.12\sbinrabbitmqplugins.b
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年前
Jfinal 上传文件
前提准备:导包 cos26Dec2008.jar1.配置默认上传路径public void configConstant(Constants me) {String path  JFinal.me().getServletContext().getRe
Stella981 Stella981
4年前
Linux和windows互传文件,用户配置文件和密码配置文件,用户组管理,用户管理
linux和windows互传文件只支持Xshell,和CRT首先需要安装一个包yuminstallylrzsz安装完成之后输入sz111.txt就会弹出一个框,选择把文件放到windows的哪一个文件夹下。rz从windows上传到linux命令。
Stella981 Stella981
4年前
Spring Bean 枚举属性注入
1、名称空间配置<beans xmlns"http://www.springframework.org/schema/beans"       xmlns:util"http://www.springframework.org/schema/util"       xsi:schemaLocation"http://ww
Stella981 Stella981
4年前
Centos6.8阿里云linux系统下配置LAMP运行环境
1.Apache安装apache软件yumyinstallhttpd启动httpd服务servicehttpdstart设置开机启动chkconfiglisthttpd查看chkconfighttpdon进入配置文件修改服务器名
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工程