public void awardFootballAutoRecommend(String mid) { FootballAutoRecommend autoRecommend = footballAutoRecommendMapper.getByMid(mid); if (autoRecommen Read More
场景:storm集群升级 从0.9.5升级到高版本,原来可以直接运行的项目报错 Exception in thread "main" java.lang.NoClassDefFoundError: backtype/storm/topology/IRichSpout at java.lang.Cla Read More
最近一个推送信息的目标接口从http格式换成https格式,原来的请求无法正常发送,所以修改了发送请求的方法.标红的代码是新加了,改了之后就可以正常访问(不检测证书的) public static string PostData3(string posturl, string postData, E Read More