您现在的位置是:虫虫源码 > 其他 >
A facebook example of spring social milestone 3
A facebook example of spring social milestone 3
资源大小:8.27 MB
上传时间:2021-06-30
下载次数:0次
浏览次数:1次
资源积分:1积分
标 签:
资 源 简 介
Apart from the spring social documentation, I could not find a complete, simple example online so I decided to create one.
Note: To test this application, you need to create a Facebook application (following the instructions on the facebook developer site).
More information is available at http://static.springsource.org/spring-social/docs/1.0.x/reference/html/apis.html
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001318s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.063462s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001007s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001175s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000937s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003048s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000796s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003828s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.014738s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001078s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 309553 [ RunTime:0.015620s ]