随笔分类 - java
摘要:JFinal / JFinal JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。在拥有Java语言所有优势的同时再拥有ruby、python、php等动态语言的开发效率!为您节约更多时间,去
阅读全文
摘要:public Map clientUploadAttachment(Long belongId, String fileSource, MultipartFile file, User currentUser) { Map map = new HashMap(); if(file==null){ // map.put(...
阅读全文
摘要:ThreadPoolExecutor的完整构造方法的签名是:ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue workQueue, Th
阅读全文
摘要:/** * 推送消息 APP、短信 * @param message * @throws Exception */ public void sendMsg(Message message) throws Exception{ try { logger.info("send message start..."); long startTime = System.c...
阅读全文