Archive for 九月, 2010

debug — Parsetime: 0 ms 探索

解决方法:

Index: t3lib/class.t3lib_timetracknull.php
=================================================================== (continue reading…)


Windows环境下配置Apache SSL

———-
前提条件
———-
在设置Apache + SSL之前, 需要做:
1. 安装Apache, 请参见: Windows环境下Apache的安装与虚拟目录的配置, 下载安装Apache时请下载带有ssl版本的Apache安装程序. (continue reading…)

1 Comment more...

密码保护:linux查看系统信息命令大全

这是一篇受密码保护的文章,您需要提供访问密码:

要查看留言请输入您的密码。 more...

密码保护:Linux计划任务

这是一篇受密码保护的文章,您需要提供访问密码:

要查看留言请输入您的密码。 more...

wordpress widgets

<?php
/*
Plugin Name: Name des Widgetplugins
Plugin URI: http://
Description: Eine kurze Beschreibung
Author: Dein Name
Version: 0.0
License: deine Linzenzvergabe
Author URI: http://
Update Server: http://
Min WP Version: 1.5
Max WP Version: 2.0.3
*/ (continue reading…)

1 Comment more...

wordpress loop

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>”>
<h2><a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php (continue reading…)


wordpress二次开发常用函数

这里只列出最常用的几个。先是重要的bloginfo(),不直接echo数值的函数为get_bloginfo();恩,不少函数都是按照这个规则写的,PS:并不是全部!echo出函数值的函数为xxx()的话,那么不echo出结果值的的函数为get_xxx()。 (continue reading…)


wordpress主题原理

一、主题包各文件说明

header.php:这个文件中包含博客的标题(title),描述(description),tag,以及css等信息。
sidebar.php:这个文件控制你侧边栏中的显示方式。
footer.php:控制页面底部的显示,包括ICP,版权声明等信息。 (continue reading…)


wordpress插件原理

WordPress的插件机制使得开发者可以方便地向系统添加自己需要的功能,而这是使得Wordpress得以在全世界流行的重要原因。一个 WordPress插件是一个程序,或者是用PHP脚本语言写出的一个或一些函数的集合,用来往WordPress Webblog 里增加一些特定的特征和服务,它们可以通过WordPress的 Plugin Application Program Interface (API) 提供的接入点和函数无缝的集成到Webblog里. (continue reading…)


Linux 常用命令

Linux 常用命令使用方法大搜刮

1.# 表示权限用户(如:root),$ 表示普通用户
开机提示:Login:输入用户名
password:输入口令   用户是系统注册用户成功登陆后,可以进入相应的用户环境. (continue reading…)


Copyright © 1996-2010 Add Lives. All rights reserved.
iDream theme by Templates Next | Powered by WordPress