
其它
不畏
这个作者很懒,什么都没留下…
展开
-
(服务端)极光推送根据别名和分组名进行推送
1、别名推送public static void sendPush(List list, Map map,String taskName) { JPushClient jpushClient = new JPushClient(PushTool.masterSecret, PushTool.appKey, 3); PushPayload payload =原创 2017-05-23 20:15:25 · 3667 阅读 · 0 评论 -
BASE64test
将文件转换为base64再转为文件public class Base64Test { public static void main(String[] args) throws IOException { String s = transByte(); decodeBase64(s); } public static String transByte() throws IOExc原创 2017-06-29 16:13:09 · 334 阅读 · 0 评论 -
findByEntity is ambiguous in Mapped Statements collection (try using the full name including the nam
出现这种错误 的原因可能是map文件中的namespaces名称错误,或者改map文件没有进行配置扫描。原创 2017-06-25 15:06:00 · 3149 阅读 · 0 评论