|
| REASON - Build Systems Rapidly by 隐藏人物 |
| http://facebook.github.io/reason/ |
| bbs.geekaa.com/topic/view/4899.html - 2016年5月19日 |
|
| ThinkPHP 微信登陆 (微信PC扫码授权登陆) php 最简单代码 by 隐藏人物 |
| om/connect/qrconnect?appid=".$this->AppID."&redirect_uri={$callback}&response_type=code&scope=snsapi_login&state={$state}#wechat_redirect";
header("Location: $wxurl");
回调地址
if($_GET['state']!=$_SESSION["wx_state"]){
exit("5001");
}
$AppID = 'wx33333333334d4';
$AppSecret = 'd4624 ... |
| bbs.geekaa.com/topic/view/4868.html - 2016年3月28日 |
|
| 纯 CSS 实现 Tab by 隐藏人物 |
| Box</a> demo!</p>
CSS:
@import "compass/css3";
@import url("http://fonts.googleapis.com/css?family=Lato");
$background: #9b59b6;
$tabs-base-color: #8e44ad;
* {
margin: 0;
padding: 0;
@include box-sizing(border-box);
}
body {
padding: 20px;
text-align: left ... |
| bbs.geekaa.com/topic/view/4862.html - 2016年3月24日 |
|
| 一堆好玩的网站 by tip |
| .uk
“想发匿名骚扰邮件吗?想让同事以为自己中了100万吗?”这可真是一个邪恶的网站,为你提供各式各样的骚扰服务,如果你真的看谁不顺眼,就用它试试吧。
你是哪个猪头?drawapig.desktopcreatures.com
在对话框里随便画一个猪头提交到网站,就会得到一份关于你个性的报告,其中大部分都是在臭骂你的话,不过在你之前已经有超过100万人乐滋滋地找过骂了。 ... |
| bbs.geekaa.com/topic/view/334.html - 2010年3月30日 |
|
| wp insert post data by hgta |
| Plugin API/Filter Reference/wp insert post data
Contents
[hide]
1 Description
2 Usage
3 Parameters
4 Return Values
5 Examples
6 Notes
7 Change Log
8 Source File
9 Related
10 See Also
Description
A filter hook called by the wp_insert_post function prior to inserting into or updating the database.
U ... |
| bbs.geekaa.com/topic/view/4763.html - 2009年11月9日 |
|
| 导出Google Reader的Feed条目生成xml的ruby小程序源代码 by 隐藏人物 |
| require 'net/https'
require 'uri'
def getSID(email, passwd)
uri = URI.parse('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 ... |
| bbs.geekaa.com/topic/view/4699.html - 2009年10月26日 |
|
| 基于Restlet的SNS的Open API平台前台代码的示例 by wzzz |
| 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.StringTokenizer;
import org.restlet.da ... |
| bbs.geekaa.com/topic/view/4680.html - 2009年10月20日 |
|
| Yahoo! Query Language by 金刚不坏 |
| What is YQL?
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 da ... |
| bbs.geekaa.com/topic/view/4647.html - 2009年10月8日 |
|
| 【模版分享】Polaroid - On The Road by 隐藏人物 |
| ic.blogbus.com/blogbus/skin/common/resize.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript">
</script>
<script type="text/javascript">
// When the document loads do everything inside here ...
$(documen ... |
| bbs.geekaa.com/topic/view/3708.html - 2009年9月27日 |
|
| Windows Vista可禁用的服务 by hgta |
| Windows Time
-维护在网络上的所有客户端和服务器的时间和日期同步。如果此服务被停止,时间和日期的同步将不可用。如果此服务被禁用,任何明确依赖它的服务都将不能启动。
Tablet PC Input Service
-启用 Tablet PC 笔和墨迹功能
Telephony
-提供电话服务 API (TAPI)支持,以便各程序控制本地计算机上的电话服务设备以及通过 LAN 同样运行该服务的服务器上的设备。设置ADSL连接或其它依赖电话线的网络需要此项目,用路由或不用电话线上网可禁用。
Remote Access Connection Manager
-管理从这台计算机到 ... |
| bbs.geekaa.com/topic/view/4606.html - 2009年9月22日 |
|
|