|
| Wordpress MU 分布式数据库插件Multi-DB by 温柔一刀 |
| Wordpress MU 的安装行为和Lyceum不同,默认安装条件下它为每个用户建立8个数据表,这样的好处是结构相对清晰,各个用户的数据可以方便地分别进行管理。但是它无法便捷地实现全站的索引与检索,同时最大的弊病在于这样的结构在可扩展性上存在缺陷。一旦用户数量达到数千人,wp数据库内将存在数万张表,这给管理与备份带来很大的不便,而单库的数据表总存在物理极限,因此必须切分数据库。
Wordpress.com 的用户数在写本文的时候达到了5,164,192,他们使用了多个数据中心同时建立了自己的负载均衡手段。这方面的细节将专文论述,本文主要讨论数据库结构的规划。他们开发了HyperDB 来划分 ... |
| www.geekaa.com/topic/view/4750.html - 2009年11月1日 |
|
| Intro to WordPress MU vs WordPress by 温柔一刀 |
| We’re proud to say that we’ve built our new site using WordPress MU. WordPress MU, which stands for multi-user, is a version of WordPress built to host multiple blogs within one site. It’s actually what is used to run WordPress.com - that plus a few server farms. It’s built around the core of WordPr ... |
| www.geekaa.com/topic/view/4748.html - 2009年11月1日 |
|
| WordPress MU Latest Posts by 温柔一刀 |
| This plugin get all latest post truly ordered by date or by posting modified date. How this plugin works are: First, get all posts in last 30 days (by default). Then, all this post transformed as array data. We use posting date as key array. After that, we short this array data and ordered by the ke ... |
| www.geekaa.com/topic/view/4746.html - 2009年11月1日 |
|
| Function Reference/add meta box by 神墓 |
| Description
The add_meta_box() function was introduced in WordPress 2.5. It allows plugin developers to add sections to the Write Post, Write Page, and Write Link editing pages.
Usage
<?php add_meta_box( $id, $title, $callback, $page, $context, $priority ); ?>
Parameters
$id
(string) HTM ... |
| www.geekaa.com/topic/view/4728.html - 2009年10月29日 |
|
| WPMU Functions/wpmu signup blog by 老顽童 |
| Description
Stores the new user and blog details in the database and calls wpmu_signup_blog_notification to email the new user an activation link.
Parameters
$domain
(string) (required) Domain of the new blog (see explanation below).
Default: None
$path
(string) (required) Path of the new blog (see ... |
| www.geekaa.com/topic/view/4725.html - 2009年10月27日 |
|
| WPMU signup security question by 老顽童 |
| The Signup Security Question plugin for WordPress-MU adds a changeable question to the signup form. Site admins can set the question and answer via the admin backend:
The question will be added to the signup form:
http://wpmudev.org/project/Signup-Security-Question ... |
| www.geekaa.com/topic/view/4724.html - 2009年10月27日 |
|
| A blank WordPress Theme Framework - WP Framework by 隐藏人物 |
| WP Framework
http://wpframework.com/
WP Framework was created to serve as the starting point in WordPress theme development.
It accomplishes this by providing you with commonly used functions and features that modern WordPress themes should have. So when you start a brand new WordPress project, us ... |
| www.geekaa.com/topic/view/4721.html - 2009年10月27日 |
|
| 实况足球2010PC版高速下载 by wzzz |
| 《实况足球2010》PC正式破解版
【游戏封面】
中文名称:实况足球2010
英文名称:Pro Evolution Soccer 2010游戏制作:Konami
游戏发行:Konami
游戏类型:Football Sim
游戏容量:5G
游戏安装指南及版本说明:*解压缩游戏包,推荐用Daemon Tool最新版载入镜像安装游戏*安装完成后到镜像里的CRACK文件夹复制CRACK即可进入游戏*安装所需CDKEY:5HRV-LVRU-F75R-MV2L-RK45 RPJ4-7YVV- ... |
| www.geekaa.com/topic/view/4684.html - 2009年10月20日 |
|
| 基于Restlet的SNS的Open API平台前台代码的示例 by wzzz |
| entry.getMessage(), getResponse());
return;
}
// Dispatch and Process:
attributes.put("curr_uid", entry.getEntity().getMemberId());
attributes.put("app_id", entry.getEntity().getApp_id());
StringTokenizer st = new StringTokenizer ... |
| www.geekaa.com/topic/view/4680.html - 2009年10月20日 |
|
| Setting the class path by 纵云 |
| Setting the class path
Synopsis
The class path can be set using either the -classpath option when calling an SDK tool (the preferred method) or by setting the CLASSPATH environment variable. The -classpath option is preferred because you can set it individually for each application without affecti ... |
| www.geekaa.com/topic/view/4676.html - 2009年10月17日 |
|
|