Baidu Share
百度分享不支持 HTTPS,会报错如下:
Mixed Content: The page at 'https://houbb.github.io/' was loaded over HTTPS, but requested an insecure script 'http://bdimg.share.baidu.com/static/api/js/share.js...
DataTables
Datatables is a plug-in for the jQuery Javascript library.
It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction contro...
Semantic-Ui
Semantic is a development framework that helps create beautiful,
responsive layouts using human-friendly HTML.
Github
zh_CN
Install in MAC
一、Install NodeJS
按照如下步骤进行...
接口隔离原则的定义
接口隔离原则(Interface Segregation Principle,ISP)要求程序员尽量将臃肿庞大的接口拆分成更小的和更具体的接口,让接口中只包含客户感兴趣的方法。
2002 年罗伯特·C.马丁给“接口隔离原则”的定义是:客户端不应该被迫依赖于它不使用的方法(Clients should not be forced to depend on methods...