| | |
| | |
|
| | | import net.sf.json.JSONArray;
|
| | | import net.sf.json.JSONObject;
|
| | | import redis.clients.jedis.JedisPool;
|
| | |
|
| | | @Controller
|
| | | @RequestMapping("test")
|
| | |
| | | @Resource
|
| | | private InviteMaterialService inviteMaterialService;
|
| | |
|
| | | |
| | | @Resource
|
| | | private DynamicInfoDao dynamicInfoDao;
|
| | | |
| | | |
| | |
|
| | | @Resource
|
| | | private JedisPool jedisPool;
|
| | |
|
| | |
|
| | | @RequestMapping(value = "testimg")
|
| | |
| | |
|
| | | /**
|
| | | * 插入邀请素材
|
| | | * |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "getJingFenList")
|
| | |
| | | e.printStackTrace();
|
| | | }
|
| | | }
|
| | | |
| | |
|
| | |
|
| | | /**
|
| | |
| | | e.printStackTrace();
|
| | | }
|
| | | }
|
| | | |
| | |
|
| | | @RequestMapping(value = "getWaitingThreadsCount")
|
| | | public void getWaitingThreadsCount(PrintWriter out) {
|
| | | out.print(Constant.waitingThreadSet.size());
|
| | | |
| | | }
|
| | | }
|