Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文章更新 [ 2016-07-17 ] #122

Open
yutingzhao1991 opened this issue Jul 18, 2016 · 0 comments
Open

文章更新 [ 2016-07-17 ] #122

yutingzhao1991 opened this issue Jul 18, 2016 · 0 comments
Labels

Comments

@yutingzhao1991
Copy link
Owner

  • JavaScript设计模式----装饰者模式 (zhiqiang21)

    装饰者模式的定义:**装饰者(decorator)**模式能够在不改变对象自身的基础上,在程序运行期间给对像动态的添加职责。与继承相比,装饰者是一种更轻便灵活的做法。 装饰者模式的特点:可以动态的给某个对象添加额外的职责,而不会影响从这个类中派生的其它对象; 继承的一些缺点:1. 继承会导致超类和子类之间存在强耦合性,当超类改变时,子类也会随之改变;2. 超类的内部细节对于子类是可见的,继承常常被认为破坏了封装性;...

  • Python 解析har 文件将域名分类导出 (zhiqiang21)

    前言作为程序员平时主要是使用 shadowsocks 作为代理工具的。shadowsocks 有个很明显的优点儿就是可以设置白名单和黑名单。白名单是会走shadowsocks的自动代理模式。 遇到的问题:shadowsocks 代理是分白名单和黑名单的。当我访问某个网站,而恰好这个网站的域名和静态文件域名都在白名单里,访问这个网站的http请求就会自动走代理模式;如果访问某个网站的域名没有在白名单里,就需要手动设置 全局代理模式 ;这有一个缺点就是电脑的所有的网络访问都会走代理,如果这个时候访问国内的网站,就会很慢或者是打不开。...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant