Wesley13 Wesley13
3年前
DHCP配置实例(含DHCP中继代理)
https://blog.51cto.com/yuanbin/109759(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.51cto.com%2Fyuanbin%2F109759)、DHCP配置实例(含DHCP中继代理)某公司局域网有192.168.1
Stella981 Stella981
3年前
Shadowsocks+Supervisor+Privoxy配置git代理
准备工作:1.一台部署有Shadowsocks的境外代理服务器。可以自己花钱买一个最低配的,一个月30块钱就能畅游全球互联网。推荐DigitalOcean的旧金山数据中心,速度飞快。地址https://www.digitalocean.com/(https://www.oschina.net/action/GoToLink?urlh
Stella981 Stella981
3年前
Redis 6.0 新特性之集群代理
Redis6.0releasenotesUpgradeurgencyLOW:ThisisthefirstRCofRedis6.IntroductiontotheRedis6release
Wesley13 Wesley13
3年前
Python使用ThreadingTCPServer创建多线程代理
codingutf8fromBaseHTTPServerimportBaseHTTPRequestHandlerfromSocketServerimportThreadingTCPServerimportgzipfromStringIOimportStringIOimport
Stella981 Stella981
3年前
Sock 5 代理服务器
packagemain import(    "net"    "fmt"    "io"    "bytes"    "encoding/binary")typeMethodsstruct{    ver,nmethodsuint8    methods
Wesley13 Wesley13
3年前
Java描述设计模式(16):代理模式
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmodelarithmeticparent)||GitEE·点这里(https://gitee.com/cicadasmile/modela
Wesley13 Wesley13
3年前
Java编写代理服务器
Java编写代理服务器(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.freebuf.com%2Farticles%2Fweb%2F21832.html)
Easter79 Easter79
3年前
Spring事务——使用TransactionProxyFactoryBean创建事务代理
    Spring同时支持编程式事务策略和声明式事务策略,大部分时候,我们都推荐采用声明式事务策略。使用声明式事务策略的优势十分明显:声明式事务能大大降低开发者的代码书写量,而且声明式事务几乎不影响应用的代码。因此,不论底层事务策略如何变化,应用程序都无需任何改变应用程序代码无需任何事务处理代码,可以更专注于业务逻辑的实
Wesley13 Wesley13
3年前
Java高级特性—反射和动态代理
1).反射  通过反射的方式可以获取class对象中的属性、方法、构造函数等,一下是实例:2).动态代理  使用场景:      在之前的代码调用阶段,我们用action调用service的方法实现业务即可。    由于之前在service中实现的业务可能不能够满足当先客户的要求,需要我们重新修改servic