码迷,mamicode.com
首页 >  
搜索关键字:display    ( 13858个结果
Apache的状态码为500时几个原因
1:在某些页面需要执行时间很长,却没有在程序中设置执行时间,按照php.ini配置为30秒,也有可能为500 2:在代码上出现语法错误,或者各种bug,而这时的php.ini的display_errors=off;也会是500? 3:内存不够用,...
分类:其他好文   时间:2014-09-11 17:37:02    阅读次数:244
WebBrowser IE Version
[转自Mitchell Chu:http://blog.useasp.net/archive/2013/05/30/force-ie8-or-higher-or-webBrowser-control-use-specific-version-to-display-pages.aspx】强制IE浏览器...
分类:Web程序   时间:2014-09-11 17:03:12    阅读次数:613
如何修改wordpress博客默认管理员用户名称
打开你的WordPress数据库,点击结构后面的SQL,输入下面一段命令执行UPDATE wp_users SET user_login = '新用户名', user_nicename = '新用户名', display_name = '新用户名' WHERE user_login = 'admin...
分类:其他好文   时间:2014-09-10 17:33:30    阅读次数:157
按钮动画效果
中秋节快乐啊。。。 .a-btn{ display:block; position:relative; width:300px; margin:30px auto; height:40px; line-height:40px; border:2px ridge #fff; color:#fff; t...
分类:其他好文   时间:2014-09-10 14:00:10    阅读次数:176
去除inline-block元素间间距的N种方法
一、现象描述 真正意义上的inline-block水平呈现的元素间,换行显示或空格分隔的情况下会有间距,很简单的个例子: 间距就来了~~ 我们使用CSS更改非inline-block水平元素为inline-block水平,也会有该问题: .space a { display: inline-block; padding: .5em 1em;...
分类:其他好文   时间:2014-09-10 12:36:50    阅读次数:221
Solving Konqueror cannot display Chinese
Just installed the KDE on my Ubuntu, and the Internet explorer comes with the KDE is the Konqueror, however the first time I was using the Konqueror found it cannot display the Chinese properly, all becomes gubbish characters, found the solution by google...
分类:其他好文   时间:2014-09-10 12:36:20    阅读次数:253
style、currentStyle、getComputeStylel的使用
(1)js中使用obj.style的用法,是为了获得内联样式,即style属性中的值。如果想获取obj.style.display,但内联样式表中没有定义display,那么将返回一个空的字符串。(2)使用obj.currentStyle则是为了获得外部(即通过引入)和内部(即 12 ...
分类:其他好文   时间:2014-09-10 10:45:20    阅读次数:207
html-制作导航菜单
导航菜单nav: 1.使用列表标签 2.使用浮动布局float 3.使用超链接标签:要使用标签的margin外边距,需要让标签成为一个块级元素,添加display:block属性 标签代码 logo ...
分类:Web程序   时间:2014-09-09 22:54:39    阅读次数:230
Pygame 打方块
import traceback import random import pygame from pygame.locals import * pygame.display.init() pygame.font.init() sizes = { "screen" : ( 300, 480 ) } colors = { "font" : ( 138, 69, 252 ), ...
分类:其他好文   时间:2014-09-09 18:19:59    阅读次数:350
pygame.draw.line
import traceback import math import pygame from pygame.locals import * pygame.display.init() pygame.font.init() sizes = { "screen" : ( 300, 480 ) } colors = { "line" : ( 255, 255, 255 ), ...
分类:其他好文   时间:2014-09-09 16:11:49    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!