推荐
专栏
教程
课程
飞鹅
本次共找到5082条
nginx反向代理配置详解
相关的信息
Stella981
•
4年前
Spring Cloud Alibaba Sidecar 多语言微服务异构
SpringCloudAlibabaSidecar介绍自SpringCloudAlibaba2.1.1版本后增加了springcloudalibabasidecar模块作为作为一个代理的服务来间接性的让其他语言可以使用springclouda
Stella981
•
4年前
Charles设置代理后,手机无法上网
Stella981
•
4年前
Redis 6.0 新特性之集群代理
Redis6.0releasenotesUpgradeurgencyLOW:ThisisthefirstRCofRedis6.IntroductiontotheRedis6release
Wesley13
•
4年前
Python使用ThreadingTCPServer创建多线程代理
codingutf8fromBaseHTTPServerimportBaseHTTPRequestHandlerfromSocketServerimportThreadingTCPServerimportgzipfromStringIOimportStringIOimport
Stella981
•
4年前
Sock 5 代理服务器
packagemain import( "net" "fmt" "io" "bytes" "encoding/binary")typeMethodsstruct{ ver,nmethodsuint8 methods
Wesley13
•
4年前
Java描述设计模式(16):代理模式
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmodelarithmeticparent)||GitEE·点这里(https://gitee.com/cicadasmile/modela
Wesley13
•
4年前
Java编写代理服务器
Java编写代理服务器(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.freebuf.com%2Farticles%2Fweb%2F21832.html)
Easter79
•
4年前
Spring事务——使用TransactionProxyFactoryBean创建事务代理
Spring同时支持编程式事务策略和声明式事务策略,大部分时候,我们都推荐采用声明式事务策略。使用声明式事务策略的优势十分明显:声明式事务能大大降低开发者的代码书写量,而且声明式事务几乎不影响应用的代码。因此,不论底层事务策略如何变化,应用程序都无需任何改变应用程序代码无需任何事务处理代码,可以更专注于业务逻辑的实
Wesley13
•
4年前
Java高级特性—反射和动态代理
1).反射 通过反射的方式可以获取class对象中的属性、方法、构造函数等,一下是实例:2).动态代理 使用场景: 在之前的代码调用阶段,我们用action调用service的方法实现业务即可。 由于之前在service中实现的业务可能不能够满足当先客户的要求,需要我们重新修改servic
1
•••
65
66
67
•••
509