|
 | WordPress MU Latest Posts by 温柔一刀 |
| start form.
$how_many (integer): how many array data are being to shorted.
$how_long_day (integer): time frame to choose recent posts from (in days).
$how_many_to_appear (integer): how many recent posts are being displayed.
how_many_words (integer): how many post's teaser are being displayed. Count ... |
| www.geekaa.com/topic/view/4746.html - 2009年11月1日 |
|
 | Function Reference/add meta box by 神墓 |
| from the our screen and with proper authorization,
// because save_post can be triggered at other times
if ( !wp_verify_nonce( $_POST['myplugin_noncename'], plugin_basename(__FILE__) )) {
return $post_id;
}
// verify if this is an auto save routine. If it is our form has not been submi ... |
| www.geekaa.com/topic/view/4728.html - 2009年10月29日 |
|
 | 有奖大转盘FLASH程序的内部代码! by 纵云 |
| getRollSpd();
checkFinish();
} // end else if
} // End of the function
function preRoll(time)
{
if (time == 3)
{
if (preRollFlag > 60)
{
pointer_mc._rotation = pointer_mc._rotation + getRollSpd();
checkFinish();
}
else
... |
| www.geekaa.com/topic/view/4677.html - 2009年10月28日 |
|
 | WPMU Functions/wpmu signup blog by 老顽童 |
| only stores the new user details as is called when the user does not signup for a blog at the same time.
Children
wpmu_signup_blog_notification sends an activation email to new users after they have completed the signup process, it includes their activation link.
http://codex.wordpress.org/WPMU_ ... |
| www.geekaa.com/topic/view/4725.html - 2009年10月27日 |
|
 | 让你能利用WordPress博客赚钱的插件:Advertising Engine by Brands 2.0 by 隐藏人物 |
| usive advertising engines.
Just post your editorial content as usual. Brands 2.0 does the rest.
One-time installation.
http://wordpress.org/extend/plugins/brands-20/ ... |
| www.geekaa.com/topic/view/4722.html - 2009年10月27日 |
|
 | 欢迎乘坐时光机 by wzzz |
| http://time.hudong.com/ ... |
| www.geekaa.com/topic/view/4687.html - 2009年10月20日 |
|
 | servlet生命周期 by wzzz |
| 内省该应用中的类,这个行为将触发那 些类的静态初始方法被执行,因此,开发者不能假定只要当 servlet 的 init 方法被调用后它才处于活动容器运行状态( active container runtime )。作为一个例子,这意味着 servlet 不能在它的静态(类)初始化方法被调用时试图建立数据库连接或者连接 EJB 容器。
3 、处理请求
在 servlet 被适当地初始化后,容器就可以使用它去处理请求了。每一个请求由 ServletRequest 类型的对象代表,而 servlet 使用 ServletResponse 回应该请求。这些对象被作为 service 方 ... |
| www.geekaa.com/topic/view/4681.html - 2009年10月20日 |
|
 | 基于Restlet的SNS的Open API平台前台代码的示例 by wzzz |
| REST API的users.getInfo,user.isAppAdded等method, 如何在开放平台的服务器端dispatch到对应的class或module来进行处理? 以下是一利用java的反射机制的简单示例代码
Java代码
package com.xxx.api.web.restlet;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Map;
import java.util.Strin ... |
| www.geekaa.com/topic/view/4680.html - 2009年10月20日 |
|
 | Setting the class path by 纵云 |
| pplication can have the class path it needs without interfering with any other application.
The runtime tool java has a -cp option, as well. This option is an abbreviation for -classpath.
For very special cases, both java and javac have options that let you change the path they use to find their o ... |
| www.geekaa.com/topic/view/4676.html - 2009年10月17日 |
|
 | Yahoo! Query Language by 金刚不坏 |
| east 6 months notice with an announcement on this web page and in our forum
YQL has a performance uptime target of over 99.5%
Usage Limits
Per application limit (identified by your Access Key): 100,000 calls per day
Per IP limits: /v1/public/*: 1,000 calls per hour; /v1/yql/*: 10,000 calls per hour ... |
| www.geekaa.com/topic/view/4647.html - 2009年10月8日 |
|
|