Category Archives: 未分类

农业银行证书登录问题

农业银行网银证书登录,在选择证书后,出现网页无法打开。经测试chrome浏览器正常。 解决办法:浏览器》工具》internet选项》高级》选择 使用TLS1.1和 TLS 1.2 然后确定 重新登录正常。

Posted in 未分类 | Leave a comment

页面居中

<style> #test{width:100px;height:100px;position:absolute;left:50%;top:50%;margin:-50px 0 0 -50px;background-color:#000} </style> <div id=”test”></div>  

Posted in 未分类 | Leave a comment

ispcp omega 上传不了大图问题

这是1.07版本的一个bug,官方网站:http://isp-control.net/ispcp/ticket/2514 解决办法: /etc/apache2/mods-available/fcgid_ispcp.conf 增加 FcgidConnectTimeout 20 FcgidMaxRequestLen 2097152

Posted in 未分类 | Leave a comment