|
| 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日 |
|
| 在XP下屏蔽MacBook笔记本触控板的方法 by Quasimo |
| 我看到有人说在BIOS那里设置,笑翻了!
其实很简单,右键“我的电脑”,打开属性》硬件,然后打开设备管理器,找到“鼠标和其他指针设备”,禁用掉“Apple TrackPad Enabler”。
就行了! |
| www.geekaa.com/topic/view/4702.html - 2009年10月23日 |
|
| 基于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 纵云 |
| That directory exists for use by the JDK software, and should not be used for application classes. Application classes should be placed in a directory outside of the JDK directory hierarcy. That way, installing a new JDK does not force you to reinstall application classes. For compatibility with ol ... |
| www.geekaa.com/topic/view/4676.html - 2009年10月17日 |
|
| Yahoo! Query Language by 金刚不坏 |
| nd DELETE in YQL", "twitterusername","twitterpassword")
Using YQL for Commercial and Non-Commercial Applications
Our goal is to make it easy for you to use YQL in the widest possible range of applications. Please read the notice and usage limits described below for more information. If you have addi ... |
| www.geekaa.com/topic/view/4647.html - 2009年10月8日 |
|
| SQLServer中服务器角色和数据库角色权限详解 by hgta |
| 角色
当几个用户需要在某个特定的数据库中执行类似的动作时(这里没有相应的Windows用户组),就可以向该数据库中添加一个角色(role)。数据库角色指定了可以访问相同数据库对象的一组数据库用户。
数据库角色的成员可以分为如下几类:
Windows用户组或用户账户
SQL Server登录
其他角色
SQL Server的安全体系结构中包括了几个含有特定隐含权限的角色。除了数据库拥有者创建的角色之外,还有两类预定义的角色。这些可以创建的角色可以分为如下几类:
固定服务器
固定数据库
用户自定义
固定服务器
由于固定服务器是在服务器层次上定义的,因此它们位于从属于数据库服务器 ... |
| www.geekaa.com/topic/view/4608.html - 2009年9月22日 |
|
| 雨天里的太阳con by yukiwa |
| 因为很好奇红馆那场和广州那场的区别,就去了。
忙人+红人绿子,忙的同时还霸了一堆位置,虽然后来有人陆续进来(有点是开con后1小时进来的,估计是买的黄牛党抛售票,说不定比我们的还便宜#@¥%#@¥@#¥),不过可以坐前面还是很happy。
我的位置其实中场也有fans进来,不过他把座位号搞错了1个number,拿11的票把坐12的人赶走了,于是后来9点多进来12、13就顺势一起错,于是我在换位一次后在本该被赶的11号座位安定下来。
这回在第6排,纪念堂又小,终于可以直接肉眼看清陈老师的眼耳口鼻,不过我带了望远镜,不用白不用,于是眼影颜色和手臂上的汗珠还有文身的纹理都可以看清楚(这么描述觉得 ... |
| www.geekaa.com/topic/view/4508.html - 2009年9月20日 |
|
| 解决Safari4不能上传文件的问题 by 隐藏人物 |
| 子,加上艰苦卓绝的试验,终于解决了!
如果你也遇到同样的问题,很可能是因为安装了SafariStand这个插件。
你可以试图升级这个插件或者删除。
删除方法是:
打开你的
/Library/Applications Support/SIMBL/Plugins
和
~/Library/Applications Support/SIMBL/Plugins
删除里面关于safaristand的bundle。 ... |
| www.geekaa.com/topic/view/4545.html - 2009年9月8日 |
|
| Love Today Theme by 隐藏人物 |
| View The Full Size Here: http://fc08.deviantart.com/fs29/f/2009/248/e/3/Love_Today_Theme_by_quasimo.png
This Design in [DeviantArt] [Flickr] [DIGG]
I was listening the nice song "Love Today" by Mika when I did my pure web design. Shock shock me, I felt happy than I named the design as "Love Today" ... |
| www.geekaa.com/topic/view/4513.html - 2009年9月6日 |
|
| wordpress登录后一片空白的解决全过程 by 隐藏人物 |
| 11:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/wp/wp-content/themes/lovetoday/functions.php:11) in /Applications/MAMP/htdocs/wp/wp-includes/pluggable.php on line 865
然后查functions.php的第11行,修改,然后问题貌似解决了。晚点我再测试一下。 ... |
| www.geekaa.com/topic/view/4534.html - 2009年9月4日 |
|
|