Code Monkey home page Code Monkey logo

王子豪's Projects

email-service icon email-service

* 邮箱服务 * 功能1. 读取邮件 {@link #selectEmailList(Account, SearchTerm, boolean)} * 功能2. 读取后, 修改邮件 {@link EmailMessage#getEmail()}, 改为已读 {@link Message#setFlags(Flags, boolean)} * 功能3. 发送邮件 {@link #newSender(String, String, String)} {@link #sendHtmlMail(String, String, String)} {@link #sendSimpleMail(String, String, String)} * 功能4. 测试账号密码是否正确 {@link #testConnection(String, String, String)} * 功能5. 获取文件夹列表 {@link #selectFolderList(Account)} * 功能6. 获取附件 {@link EmailMessage#getContentList()} {@link FileContent,HtmlContent,PdfContent,ImageContent,TextContent,WordContent,UnkownContent} * 功能7. 处理html附件dom元素,类似JQuery {@link HtmlContent#getQuery()} 后链式操作处理

field-intercept icon field-intercept

适合用于DDD**,解决业务系统的胶水逻辑代码,整理业务逻辑

javaclassparser icon javaclassparser

用一个类(只依赖jdk)实现了java文件解析,可以用这个类获取局部变量表,字节码,行号等

netty-servlet icon netty-servlet

一个基于netty用少量的类和依赖实现了所有功能的servlet容器. 提供了文件或mmap零拷贝输出流接口

spring-boot-protocol icon spring-boot-protocol

springboot功能扩充-netty动态协议,可以支持各种网络协议的动态切换(单端口支持多个网络协议).支持mmap,sendfile零拷贝,http请求批量聚合

sse-server icon sse-server

sse协议的后端service,前端可以不引入js依赖,直接写业务逻辑,后端可以直接根据用户ID推送消息

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.