rewrite rewrite使用场景 1、地址跳转,用户访问www.drz.com这个URL是,将其定向至一个新的域名mobile.drz.com 2、协议跳转,用户通过http协议请求网站时,将其重新跳转至https协议方式 3、伪静态,将动态页面显示为静态页面方式的一种技术,便于搜索引擎的录入 ...
分类:
其他好文 时间:
2021-05-24 00:56:31
阅读次数:
0
http://tool.chinaz.com/dns/?type=1&host=www.githubs.cn&ip= 输入网站网址,找到ttl值最小的,复制ip 找到C:\Windows\System32\drivers\etc文件夹下的hosts文件用记事本打开,在最后输入 #github (ip ...
分类:
Web程序 时间:
2021-05-24 00:56:07
阅读次数:
0
39 插件、zepto 插件 常用插件网站 jquery官网插件 https://plugins.jquery.com/ 百度 CSDN swiper https://www.swiper.com.cn github jq22 使用过程 找 用: 2.1 下载 2.2 文件拷贝到用的地方 自定义插件 ...
分类:
其他好文 时间:
2021-05-24 00:54:18
阅读次数:
0
参考博客: https://www.cnblogs.com/tugenhua0707/p/3776808.html 代码: Date.prototype.format = function(fmt) { var o = { "M+" : this.getMonth()+1, //月份 "d+" : ...
分类:
Web程序 时间:
2021-05-24 00:40:16
阅读次数:
0
中介者模式 | 菜鸟教程 https://www.runoob.com/design-pattern/mediator-pattern.html 中介者模式 中介者模式(Mediator Pattern)是用来降低多个对象和类之间的通信复杂性。这种模式提供了一个中介类,该类通常处理不同类之间的通信, ...
分类:
其他好文 时间:
2021-05-24 00:28:25
阅读次数:
0
转自:https://www.imooc.com/wenda/detail/456168 转自:https://blog.csdn.net/qlj324513/article/details/81541282 Nginx的优点:1、优点工作在OSI第7层,可以针对http应用做一些分流的策略2、Ng ...
分类:
其他好文 时间:
2021-05-24 00:26:39
阅读次数:
0
<script>$(document).ready(function(){ $("input:submit").click(function(){ $.ajax({ type: "POST", url: "Ajax", contentType: 'application/x-www-form-url ...
分类:
Web程序 时间:
2021-05-24 00:25:30
阅读次数:
0
StorageClass 简单学习 学习资料来源 https://www.jianshu.com/p/5e565a8049fc https://zhuanlan.zhihu.com/p/289501984 https://blog.csdn.net/ag1942/article/details/11 ...
分类:
其他好文 时间:
2021-05-24 00:07:25
阅读次数:
0
https://www.cnblogs.com/worldsing/p/3285567.html EMC电路对读写距离影响不大: L3 和L4 固定为2.2uH; C11和C12也是固定值,如果PCB画的不合理可以先不焊接,不是简单的连上即可,得考虑摆放位置,和回路; 匹配电路直接影响读写距离或是否 ...
分类:
其他好文 时间:
2021-05-23 23:58:04
阅读次数:
0
我们的教程名字是叫做:千锋最新ElasticSearch6实战教程 我们的教程地址是:https://www.bilibili.com/video/av26630099。 视频1 - ElasticSearch概述 elasticsearch和solr一样,都是基于lucene的。 elastics ...
分类:
其他好文 时间:
2021-05-23 23:43:54
阅读次数:
0