12 2017 档案

摘要:其实很简单,当一个连接用双斜线 // 开头时表示如果浏览器当前使用的是https协议,那么就加载https协议的脚本,否则使用http,这保证了页面所有资源使用同一协议。 其实是有人将其做为规范来实践的。另外包括图片地址,CSS中的background地址都可以省略协议名。在script标签上使用没 阅读全文
posted @ 2017-12-13 14:19 eastegg 阅读(2123) 评论(0) 推荐(0)
摘要:regex:(?isx)^http://127.0.0.1:3000(/dlscene)?/order/(\w*) http://127.0.0.1:8080/dlscene/order/$2 上面这段正则既可以匹配 http://127.0.0.1::3000/dlscene/order/xx 也 阅读全文
posted @ 2017-12-04 16:06 eastegg 阅读(2735) 评论(0) 推荐(1)