This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.bone.plurkbackup | |
import org.bone.splurk._ | |
import org.bone.splurk.constant._ | |
import org.bone.splurk.model._ | |
import java.util.Date | |
import java.text.SimpleDateFormat | |
object Main | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**************************************************** | |
* PicasaWeb 隨機相簿 JavaScript Widget | |
* | |
* 使用方式: | |
* | |
* 1. 引入此 JavaScript 檔案 | |
* 2. 在要顯示的地方使用,記得將 [USERNAME] 的部份改成自己的 PicasaWeb 帳號 | |
* <script src="http://picasaweb.google.com/data/feed/base/user/[USERNAME]?kind=album&access=public&alt=json-in-script&callback=showRandomAlbums"></script> | |
* | |
****************************************************/ |