自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Mysql常用命令

    1.导出整个数据库   mysqldump -u 用户名 -p --default-character-set=latin1 数据库名 > 导出的文件名(数据库默认编码是latin1) mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql   2.导出一个表   mysqldump -u 用户名 -p 数据库名 表名...

2012-06-02 10:24:54 135

原创 安装Apache提示APR not found的解决办法

  #./configure --prefix……检查编辑环境时出现:   checking for APR... no configure: error: APR not found . Please read the documentation.     可以用./configure –help | grep apr 查看帮助。   --with-included-apr ...

2012-06-02 10:14:10 179

原创 jQuery滑动图片教程

  HTML部分代码 Start with having a wrapping container div called main_view , and two sections nested inside called image_reeland paging. The image_reel will contain the sliding images, and paging contai...

2012-06-02 10:08:54 189

空空如也

空空如也

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

TA关注的人

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