lucd1990的gravatar头像
lucd1990 2015-01-05 11:10:12

java利用百度短网址api实现URL长短互换工具类分享

 * 原理: 
 * 1,url以post方法传递到了http://dwz.cn/create.php的url参数内;
 * 2,dwz.cn先检查是否符合转化的要求
 * 3,dwz.cn将url的参数提取为5位字符作为摘要,内部建立了长url和http://dwz.cn/摘要 的映射
 * 4,访问的是http://dwz.cn/摘要,网站获取对应的地址,然后重新跳转到输入地址
 * 5,生成短连接:
 *  {"tinyurl":"http:\/\/dwz.cn\/摘要","status":0,"longurl:"http://..."}---成功 . \/\/是//的js逃逸机制,以防变成正则表达式
 *  {"status":-1,"err_msg":"网址不能为空","longurl":""}---空
 *  {"status":-1,"err_msg":"您输入的网址不存在,请重新输入","longurl":"http://大赛分为"}---大赛分为
 *  {"status":-1,"err_msg":"您输入的网址可能有安全隐患,请重新输入","longurl":"http://大赛分为"}---http://大赛分为
 * 6,查询长连接:
 *  {status:0,longurl:http://weibo.com/lucd1990/profile}
 *  {status:-2,err_msg:您输入的短网址不存在, 请重新输入!,longurl:}
 * 7,自定义短连接:
 *  {"tinyurl":"http:\/\/dwz.cn\/java_comp","status":0,"longurl":"http://www.blogjava.net/jjshcc/archive/2011/04/12/348132.html","err_msg":""}
 *  {"status":-1,"err_msg":"对不起,自定义字符只能包含字母、数字和破折号。请重新输入","longurl":"http://www.blogjava.net/jjshcc/archive/2011/04/12/348132.html"}
 *  {"status":-1,"err_msg":"短网址过长,最长不要超过20个字符","longurl":""}
 *  {"err_msg":"对不起, 该网址已经存在","status":-1,"longurl":""}


打赏

文件名:LongUrlToShort.java,文件大小:6.703K 下载
最代码最近下载分享源代码列表最近下载
luohaipeng  LV23 2019年12月4日
迟到的钟声  LV1 2019年10月8日
153393366@  LV9 2019年8月13日
低调人  LV38 2019年8月2日
断魂罗成  LV1 2019年6月26日
jhsalkjlk  LV1 2019年1月24日
小熊111111  LV1 2019年1月22日
359031282  LV2 2018年8月13日
zyl  LV34 2018年6月26日
wuyanjun  LV1 2018年5月3日
最代码最近浏览分享源代码列表最近浏览
PHP才是最好的语  LV10 2020年9月9日
chen12341234  LV11 2020年7月24日
rebirth 2020年7月15日
暂无贡献等级
zzlinhanbin  LV1 2020年7月14日
Retuen  LV7 2019年12月18日
luohaipeng  LV23 2019年12月3日
青睐丶  LV6 2019年11月22日
迟到的钟声  LV1 2019年10月8日
153393366@  LV9 2019年8月13日
lion1984  LV2 2019年8月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友