`
收藏列表
标题 标签 来源
sax
http://www.cnblogs.com/xiaoQLu/archive/2012/08/22/2651260.html



private static byte[] KEY_192 = new byte[] { 43, 35, 198, 127, 70, 193, 97, 26, 10, 71, 139, 141, 169, 209, 188, 91, 62, 133, 16, 30, 12, 180, 98, 187 };

private static byte[] IV_192 = new byte[] { 107, 23, 206, 76, 94, 81, 173, 68, 202, 184, 60, 72, 101, 122, 94, 117, 115, 140, 187, 140, 59, 188, 107, 47 };
当记事本用
http://bbs.csdn.net/topics/370232274

tessdata: https://android.googlesource.com/platform/external/tesseract/+/d544c9231465999ad600ec13614b4d69d351798d/tessdata/

ticket-scan: https://code.google.com/p/ticket-scan/source/checkout

win tesseract-ocr-copy: https://github.com/bergwolf/tesseract-ocr-copy/tree/master/

请求的基础地址
com.funshion.video.mobile.entertainment.EntertainmentActivity


风行电影影片JSON基础地址
com.funshion.video.mobile.community.bind.HttpRequestHelper.class

 public static final String AUTH_SSO_TOKEN = "auth_sso_token";
  public static final String BIND_URL = "http://jsonfe.funshion.com/user/bind_account";
  public static final String BIND_URL_PARAM = "http://jsonfe.funshion.com/user/bind_account?cli=aphone&ver=" + DeviceInfoUtil.getAppVersionName(NewBaseActivity.getCurrentActivity()) + "&ta=&sid=" + SIDConstant.getSID(NewBaseActivity.getCurrentActivity());
  public static final String CLI = "cli";
  public static final String OPEN_ID = "open_id";
  public static final String SID = "sid";
  public static final String SSO_TOKEN = "sso_token";
  public static final String TA = "ta";
  public static final String TAG = "HttpRequestHelper";
  public static final String UNBIND_URL = "http://jsonfe.funshion.com/user/unbind_account";
  public static final String UNBIND_URL_PARAM = "http://jsonfe.funshion.com/user/unbind_account?cli=aphone&ver=" + DeviceInfoUtil.getAppVersionName(NewBaseActivity.getCurrentActivity()) + "&ta=&sid=" + SIDConstant.getSID(NewBaseActivity.getCurrentActivity());
  public static final String USERNAME_CHECKING_URL = "http://jsonfe.funshion.com/user/checkname";
  public static final String USERSCORE_SUNMIT_URL = "http://jsonfe.funshion.com/comment/add_media_comment";
  public static final String USER_REGISTER_URL = "http://jsonfe.funshion.com/user/register";
Global site tag (gtag.js) - Google Analytics