自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 table-layout:fixed 解决chrome中不能设定表格固定宽度的问题

table-layout:fixed;(probably not use width:auto, should use width:100% instead.)add to table styleadd the style below to td for long unbreakable content like a url[code="html"]word...

2012-01-09 19:27:33 541

原创 Netbeans CI框架自定义类和方法属性的代码提示功能

加入类似代码到CI_Controller类中[code="php"]/** * @property Category_mdl $category_mdl */ protected $category_mdl;OR /** * @var Category_mdl */ public $category_mdl;...

2012-01-09 17:15:24 172

原创 301 permanently moved

[code="php"]

2012-01-08 10:12:09 489

原创 Php <<< operator

[code="php"] x x x x x x x x 0 Bringing Cutting-Edge Skills to Philippines Public...

2012-01-07 13:58:43 160

原创 css3 ::selection

SummaryThe ::-moz-selection (::selection) pseudo-element applies to the portion of a document that has been highlighted (e.g. selected with the mouse) by the user.Examples/* draw any selec...

2012-01-06 18:12:30 118

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除