Author Archives: lurking

农业银行证书登录问题

农业银行网银证书登录,在选择证书后,出现网页无法打开。经测试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

google发布web版android market

网页版地址:http://market.android.com 非常方便,不用每次在手机上挑选软件、安装软件。在网页market 中挑选的软件点击安装,将会推送到你选定的设备上,该设备将下载安装。 登录后,顶部出现 My Market Account 进入后,可以看到你安装的软件列表。目前只能看到安装过的软件,不能直接卸载,希望以后能加上直接卸载,或更详细的安装状态。 另外可以管理多个android设备,名称可以自定义。 请看截图

Posted in Android | Leave a comment