📄 conflickrconstants.java
字号:
package com.ftrd.flickr.service;
/**
* Various constants.
*
* @author <a href="mailto:tuyun1984@gmail.com">Daniel Tu</a>
* @since 2008-10-6
*/
public class ConflickrConstants {
/** Flickr API key. */
public final static String FLICKR_API_KEY = "0b61fd5d1e65f9d8ae05115732d2ab26";
public final static String FLICKR_SECRET = "011214afb362b636";
public final static String DEFAULT_USERNAME = "ftrd01@yahoo.com.cn";
public final static String DEFAULT_PASSWORD = "ftrd0101";
public final static String USERID = "31202483@N06";
public final static String DEFAULT_PHOTOID = "2921340940";
public final static String DEFAULT_PHOTOSETID = "72157607809776330";
/**
* Number of connection tries before giving up
*/
public static final int CONNECT_RETRY = 5;
/**
* Needed by Flickr API, the "host" to connect to
*/
public static final String HOST = "www.flickr.com";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -