|
| WordPress MU Latest Posts by 温柔一刀 |
| ks 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 key (date). By this methode we can get truly latest post from entire blogs ordered by posting date or mo ... |
| www.geekaa.com/topic/view/4746.html - 2009年11月1日 |
|
| Function Reference/add meta box by 神墓 |
| ion('admin_menu', 'myplugin_add_custom_box');
/* Use the save_post action to do something with the data entered */
add_action('save_post', 'myplugin_save_postdata');
/* Adds a custom section to the "advanced" Post and Page edit screens */
function myplugin_add_custom_box() {
if( function_exists ... |
| 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日 |
|
| 导出Google Reader的Feed条目生成xml的ruby小程序源代码 by 隐藏人物 |
| ('https://www.google.com/accounts/ClientLogin')
req = Net::HTTP:ost.new(uri.path)
req.set_form_data({'Email'=>email, 'Passwd'=>passwd});
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
res = http.start {|h| h.request(req)}
case res
when Net::HTTPSuccess
re ... |
| www.geekaa.com/topic/view/4699.html - 2009年10月26日 |
|
| 基于Restlet的SNS的Open API平台前台代码的示例 by wzzz |
| lect.Method;
import java.util.Map;
import java.util.StringTokenizer;
import org.restlet.data.MediaType;
import org.restlet.data.Response;
import org.restlet.data.Status;
import org.restlet.resource.Resource;
/**
*
* @author Yang Hongfen
*/
public class APIResoure e ... |
| www.geekaa.com/topic/view/4680.html - 2009年10月20日 |
|
| Yahoo! Query Language by 金刚不坏 |
|
The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services. With YQL, apps run faster with fewer lines of code and a smaller network footprint.
Yahoo! and other websites across the Internet make much of their structured data available ... |
| www.geekaa.com/topic/view/4647.html - 2009年10月8日 |
|
| SQLServer中服务器角色和数据库角色权限详解 by hgta |
| 库中。下表列出了所有的固定数据库角色。
固定数据库角色
说 明
db_owner
可以执行数据库中技术所有动作的用户
db_accessadmin
可以添加、删除用户的用户
db_datareader
可以查看所有数据库中用户表内数据的用户
db_datawriter
可以添加、修改或删除所有数据库中用户表内数据的用户
db_ddladmin
可以在数据库中执行所有DDL操作的用户
db_securityadmin
可以管理数据库中与安全权限有关所有动作的用户
db_backoperator
可以备份数据库的用户(并可以发布DBCC和CHECKPOINT语 ... |
| www.geekaa.com/topic/view/4608.html - 2009年9月22日 |
|
| 1943,那一年,你在做什么。。 by Janeluna |
| 回忆从前不是太幸福的事。可是那一年,你在做什么。
还没有搬家,时常陷在咯吱咯吱的床里幻想,
有一天在电视上听到“龙卷风”,就去把它买回来。。
那一年,上海1943。。。
我想用简单的文字来回忆那一年。。结果辞藻越来越华丽,
仿佛长了青苔的墙壁,那种艳丽的绿,一旦染上,就蔓延开,退不去。换不了。
今天不想回家了,今天不能回家了。
我希望外面在下雨,这样可以让我慢慢回忆。
那一年我爱上了碎花裙,就像家门口的宛儿花,不需要追朔它究竟叫什么。。宛儿花,宛儿花,让我再这样叫你一遍。。
那一年我发现躲在被子里却仍然冷手冷脚,空调让房间里的窗帘显得那么昏暗,白色的空调跟咖啡色的窗帘。。
那一年我还在 ... |
| www.geekaa.com/topic/view/2475.html - 2009年8月22日 |
|
| "头像保存过程中发生网络错误,请重试" by 纵云 |
| 头像保存过程中发生网络错误,请重试
这个问题折磨我很久了,终于发现问题所在,就是
./uc/data/avatar/000/00/目录下的文件夹没有写入的权限,当初我怎么也没注意,
把uc/data/avatar/000/00/目录的权限设置为“777”,确定,以为成功了,然后再查看,还不是“777”的权限
经查实,这些文件夹我也没办法删除,这是服务器的问题,然后叫isp把uc/data/avatar/000/00/目录下面的文件夹删除,
自己在uc/data/avatar/000/00/目录下建立了00.01.02.03……100等文件夹,然后,把文件夹设置为“777”,成功了
然后运行D ... |
| www.geekaa.com/topic/view/4363.html - 2009年7月27日 |
|
| 请输入您在用户中心UCenter的用户名和密码 最后一步出错了 by 纵云 |
| 站内第一个空间,并将您设为管理员!
Error:
Errno:
SQL::
解决方法:
1、数据表前缀不要使用数字开头,建议将产品重新安装一下。
2、建议检查一下 UCenter 目录下的 data/config.inc.php 和应用下面的配置文件中的配置信息是否正确。这里需要注意一下,应用下的配置文件中的 define('UC_DBTABLEPRE', '`xx`.uc_'); xx 是 UCenter 的数据库名,但是 UCenter 下的配置文件中的 define('UC_DBTABLEPRE', 'uc_'); UC_DBTABLEPRE 后面的 ‘uc_’ 前不需要再加 ... |
| www.geekaa.com/topic/view/4362.html - 2009年7月27日 |
|
|