自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 wordpress学习第七篇(default-constants.php)

<?php /** * Defines constants and global variables that can be overridden, generally in wp-config.php. * * @package WordPress */ /** *

2011-09-03 10:05:12 1677

原创 wordpress学习第六篇(wp-includes/load.php)

<?php /** * These functions are needed to load WordPress. * * @internal This file must be parsable by PHP4. * * @package WordPress */

2011-09-03 09:52:29 5076

原创 wordpress学习第五篇(wp-setting.php)

下面我们来学习wp-setting.php的内容 <?php /** * Used to set up and fix common variables and include * the WordPress procedural and class library. *

2011-09-02 22:42:33 3618

原创 wordpress学习第四篇

现在我们来学习wp-config.php内容 <?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL set

2011-09-02 21:05:04 781

原创 wordpress 学习第三篇

我们来看看wp-load.php的内容。 <?php /** * Bootstrap file for setting the ABSPATH constant * and loading the wp-config.php file. The wp-config.ph

2011-09-02 17:58:33 1500

原创 wordpress 学习第二篇

现在我们来看看wp-blog-header.php的内容 <?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( !isset($wp_did_h

2011-09-02 17:12:22 672

原创 wordpress 学习第一篇

<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPre

2011-09-02 15:57:18 2200

Learning PHP & MySQL, 2nd Edition.pdf

学习php的书籍,个人认为是非常不错的。但是是英文的。认真看可以看的懂!加油!

2014-09-21

空空如也

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

TA关注的人

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