摘要: 第一步:package com.eh.util;import java.util.Calendar;import java.util.Date;import java.util.Timer;/** * java定时任务,每天定时执行任务 * @author wls * */public class ... 阅读全文
posted @ 2015-07-15 16:28 你们丶杀无赦 阅读(17326) 评论(0) 推荐(1) 编辑
摘要: import org.json.JSONArray;import org.json.JSONObject;public class JSONTest{ public static void main(String[] args){ //JSONObject String js... 阅读全文
posted @ 2015-06-16 11:05 你们丶杀无赦 阅读(21519) 评论(0) 推荐(0) 编辑
摘要: 搜索歌曲API:http://so.ard.iyyin.com/s/song_with_out?q={0}&page={1}&size={2}{0}=需要搜索的歌曲或歌手{1}=查询的页码数{2}=当前页的返回数量例子:http://so.ard.iyyin.com/s/song_with_out?... 阅读全文
posted @ 2015-06-16 11:22 你们丶杀无赦 阅读(791) 评论(0) 推荐(0) 编辑