上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 121 下一页
摘要: 给元素加透明度时,通常写法为:opacity:0.5,filter:alpha(opacity=50); 我们通常也会遇到,在给父元素背景设置透明度时,子元素内容继承了父元素的透明度。 如何让子元素脱离父元素的透明度?有如下几种方法: 1.父元素div,直接使用透明度的图片做背景。 2.父元素div 阅读全文
posted @ 2018-08-27 15:01 与f 阅读(1112) 评论(0) 推荐(0)
摘要: 通过https反向代理映射到http地址,可实现以https的方式,访问普通的http网站。 主要涉及到以下三个配置文件的修改: httpd.conf httpd-ssl.conf httpd-vhosts.conf 具体实现步骤: 取消ssl及proxy相关注释 cmd进入命令行,进入apache 阅读全文
posted @ 2018-08-27 10:31 与f 阅读(6471) 评论(0) 推荐(1)
摘要: 参考:https://blog.csdn.net/hardworking0323/article/details/81046408 https://blog.csdn.net/lijingkuan/article/details/70136171 https://blog.csdn.net/sanb 阅读全文
posted @ 2018-08-23 18:18 与f 阅读(287) 评论(0) 推荐(0)
摘要: (1).主从不一致故障,从库宕机,从库启动后重复写入数据报错解决与预防:relay_log_info_repository=TABLE(InnoDB)参数解释说明:若relay_log_info_repository为FILE,当设置为0,交由OS刷新磁盘,受参数sync_relay_log_inf 阅读全文
posted @ 2018-08-23 18:01 与f 阅读(1282) 评论(0) 推荐(0)
摘要: 转 :https://www.cnblogs.com/kevingrace/p/6256603.html 阅读全文
posted @ 2018-08-23 17:57 与f 阅读(124) 评论(0) 推荐(0)
摘要: 转: https://blog.csdn.net/m0_37814112/article/details/80914713 阅读全文
posted @ 2018-08-23 14:09 与f 阅读(399) 评论(0) 推荐(0)
摘要: 主要是:limits 和 limit 的设置 阅读全文
posted @ 2018-08-21 15:06 与f 阅读(31576) 评论(0) 推荐(1)
摘要: exists对外表用loop逐条查询,每次查询都会查看exists的条件语句,当 exists里的条件语句能够返回记录行时(无论记录行是的多少,只要能返回),条件就为真,返回当前loop到的这条记录,反之如果exists里的条 件语句不能返回记录行,则当前loop到的这条记录被丢弃,exists的条 阅读全文
posted @ 2018-08-21 15:00 与f 阅读(1033) 评论(0) 推荐(0)
摘要: ECSHOP生成站点地图提示”Deprecated: Assigning the return value of new by reference is deprecated in…”。 我的问题在批量上传图片哪里. 定位到报错行 PHP5.3+废除了”=&”符号,对象复制用”=”即可,详细如下: 阅读全文
posted @ 2018-08-21 09:30 与f 阅读(224) 评论(0) 推荐(0)
摘要: 在安装Ecshop的时候,遇到两个问题: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\X\www\ecshop\install\includes 阅读全文
posted @ 2018-08-21 09:20 与f 阅读(188) 评论(0) 推荐(0)
上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 121 下一页