上一页 1 ··· 13 14 15 16 17
摘要: Warning: Cannot modify header information - headers already sent by (output started at /home/test/domains/test.nl/public_html/wp-content/themes/mugen/engine/theme-scripts.php:1) in /home/test/domains/test.nl/public_html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63 . 阅读全文
posted @ 2014-02-18 14:26 破男孩 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 这是qq支持多地登录后出现的问题。原因:1、当您传文件给对方,对方是多终端登录(或者开通移动在线功能)的情况下,为了保证对方一定能收到该文件,我们会智能的为用户切换到离线文件,对方会相应在所在的终端进行接收,保证了文件不会丢失。若给您带来了困扰,请您谅解,我们后续会优化这方面的体验,感谢您的反馈。2、此问题是由于好友通过多态(多终端、开通超级QQ移动在线)登录导致。 阅读全文
posted @ 2014-02-18 10:17 破男孩 阅读(687) 评论(0) 推荐(0) 编辑
摘要: chrome 32版本后,添加 DevTools for Mobile 插件就可远程手机调试DevTools for Mobile插件安装https://support.google.com/chrome/topic/3422804?hl=zh-Hans&ref_topic=3422738chrom... 阅读全文
posted @ 2014-02-16 13:54 破男孩 阅读(828) 评论(0) 推荐(0) 编辑
摘要: 元素缩小后,鼠标移上去之后文字会出现抖动,-webkit-transform:scale(0.5);修复代码如下:*{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; -moz-perspective: 1000; -ms-perspective: 1000; perspective: 100... 阅读全文
posted @ 2014-02-14 16:49 破男孩 阅读(1152) 评论(0) 推荐(0) 编辑
摘要: 一提到tahoma字体大家都会想到,它是一个英文字体,对中文不会有影响。但是今天就遇到一个问题,tahoma字体会影响中文字的显示,如:html代码:文字有点居下 CSS代码:.box{ font-size:12px; display:inline-block; height:24px; line-height:24px; border:1px solid #ccc; font-family:tahoma,arial,simsun,sans-serif;}效果如下:文字有点居下如果发字体设置里面的tahoma字体去掉,中文字就可以居中了。文字居中 阅读全文
posted @ 2014-02-08 10:56 破男孩 阅读(3823) 评论(0) 推荐(2) 编辑
上一页 1 ··· 13 14 15 16 17