var parents_scroll1 = $('.parents_scroll1'); parents_scroll1.owlCarousel({ loop: true, autoplay:true, autoplayTimeout:3500, autoplayHoverPause:true, responsive:{ 0:{ items:2, …
第一种 $str=preg_replace("/<s*imgs+[^>]*?srcs*=s*('|")(.*?)\1[^>]*?/?s*>/i","", $str); //过滤img标签 $str=preg_replace("/s+/","", $str); //过滤多余回车 $str=preg_replace("/<&…
这篇文章没有摘要
var banner_num = $(".banner .item").length; if(banner_num > 1){ var banner = $(".banner"); banner.owlCarousel({ animateOut: 'fadeOut', loop: true, autoplay:true, items: 1, pag…
location / { index index.html index.php; ## Allow a static html file to be shown first try_files $uri $uri/ @handler; expires 30d; } location /var/export/ { ## Allow admins on…
出现 No input file specified. 解决方法: ; cgi.force_redirect = 1 去掉前面分号,把后面的1改为0 即 cgi.force_redirect = 0
server { listen 80; server_name WWW.dbinpedestal.com gohosts.com; root "D:\phpStudy\PHPTutorial\WWW\dbinpedestal.com"; location / { if (!-e $request_filename) { rewrite ^(.*)$…