Stella981 Stella981
3年前
Nginx – rewrite 配置 URL重写及301跳转原理图
Nginx–rewrite配置URL重写官网:http://nginx.org/en/docs/http/ngx\_http\_rewrite\_module.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fnginx
Wesley13 Wesley13
3年前
GIT安装及与GITHUB关联
下载链接https://gitforwindows.org/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgitforwindows.org%2F)初始化配置打开gitbash,在终端输入gitconfigglo
Easter79 Easter79
3年前
Spring注解自动注入Bean
我们知道采用spring(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flib.csdn.net%2Fbase%2Fjavaee)注解时,配置如下:<context:annotationconfig/<context:componentsc
Easter79 Easter79
3年前
Spring的异步线程处理
Spring封装了JDK的线程池和线程调用,并使用标签就可以开启多线程调用。先进行一个Spring的线程池配置@Configuration@EnableAsyncpublicclassThreadPoolConfigimplementsAsyncConfigurer{@Bean@OverridepublicExecut
Stella981 Stella981
3年前
Centos6.5
1、使用yuminstalldnsmasqy 安装dns(含dnsserver和dns代理功能)2、查询dnsmasq已经安装成功\root@localhost~\ rpmqdnsmasqdnsmasq2.4818.el6\_9.x86\_64\root@localhost~\3、配置/
Stella981 Stella981
3年前
PostgreSQL — 基于 Recovery 流复制的数据备份
目录文章目录目录Recovery流复制主库上操作备库上操作功能测试相关配置参数归档恢复恢复目标备份服务器PostgreSQL12的Recoverypg\_baseba
Stella981 Stella981
3年前
Git 在同一台机器上配置多个Git帐号
在同一台机器上配置多个Git帐号By:授客QQ:1033553122实践环境win10Git2.21.064bit.exeTortoiseGit2.8.0.064bit.msi代码托管Gitee.com1.  打开GitBash
Stella981 Stella981
3年前
Nginx SSL补充安装
在centos中,配置nginx的https时,出现如下错误。nginx:\emerg\unknowndirective"ssl"in/usr/local/nginx/conf/nginx.conf:102,说明编译是没有启用SSL。到解压的nginx目录下./configurewith
Stella981 Stella981
3年前
Jenkins02:Jenkins+maven+svn集成
<fontsize'9'face'黑体'目录</font\TOC\1、安装Maven并配置环境变量          下载maven(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmirrors.hust.edu.cn
Stella981 Stella981
3年前
Dubbo消费者
创建代理对象com.alibaba.dubbo.config.ReferenceConfigcreateProxy通过消费者get()方法可以找到以上方法,消费者需要根据配置的接口生成代理对象。协议生成InvokerDubboProtocolpublic<TInvoker<