AOS应用基础平台基于JavaEE技术体系,以“标准功能可复用、通用模块可配置、行业需求快速开发、异构系统无缝集成”为目标,为软件开发团队提供高效可控、随需应变、快速实现业务需求的全栈式技术解决方案。帮助企业落实IT策略、屏蔽技术壁垒,快速实现业务愿景。使其获得更低成本、更高质量、更快交付业务和运维支持的核心技术竞争力。
Fourinone (Chinese name "四不像") provides a 4-in-1 distributed framework and easy-to-use programming api to use CPU, memory, hard drives of multi-machine together, in order to gain a powerful computing power to solve complex problems . The Fourinone framework provides a series of parallel computing model (include Migrant Workers / Contractors / Job Agency/ Warehouse concepts) to take advantage of the computing power of multi-machine multi-core cpu; provide a complete distributed cache and a small cache to take advantage of multi-machine memory capacity; provides the operation of remote files in the same way as local files (access, parallel read and write, split, exclusive, copying, parsing, transaction, etc.) for the use of hard disk storage capacity of multi-machine; due to the multi-computer physically independent, Fourinone framework also provides a complete Distributed collaborative and locks, as well as simplify the MQ function for multi-machine collaboration and communication. In other words, fourinone integrates Hadoop, Zookeeper, Memcache, MQ four major functions in a simple jar! It is only 150k size and without any dependence and very convenient to embed your system for use.
Jcseg[dʒɛ'ke'sɛ]是使用java开发的一款轻量级的中文分词器,基于流行的mmseg算法实现,并且提供了最新版本的lucene,solr,elasticsearch分词接口。
开源中国openapi 应用demo,应用为从csdn ,cnblogs, 51cto, iteye个人博客列表下载所有博文,导入到该用户的oschina博客。应用以webmagic爬虫获取csdn博客,感谢@黄亿华 。
【一,框架介绍】 DOROODO是一个有组态工程、表单设计、代码生成、图表封装、多项目同时开发、通用业务模块的S2SH开发平台, 相对传统的信息系统平台,它更侧重于工业监控。 【二,框架特点】 快:效率提高70% 好:丰富的组件库,炫丽的界面,稳定的性能 省:doroodo用的好,可以节省大量的人力资源,熟练的doroodo开发者1个人开发一个中型管理系统不再是难题。 【三,作者】 邮箱:doroodo@163.com 微博:http://t.qq.com/doroodo QQ群:276618916 【四,感谢】 fixflow团队,ichartjs团队,badqiu GIT是doroodo的maven版本,需要的朋友可以下载
POI 工具类,Excel的快速导入导出,Excel模板导出,Word模板导出,可以仅仅5行代码就可以完成Excel的导入导出,修改导出格式简单粗暴,快速有效,easypoi值得你尝试
人工智能入口计划——通往人工智能的大门。 http://www.aiseminar.cn/bbs/forum.php?mod=group&fid=157
G4Studio行业应用二次快速开发平台基于JavaEE技术体系,面向中小软件企业。以“标准功能可复用、通用模块可配置、行业需求快速开发、异构系统无缝集成”为目标,为中小软件开发团队提供强有力的一站式解决方案。
Apache Nutch Plugins for AJAX page fetch, parse, index
A java crawler for infomation collection.
guozhongCrawler的是一个无须配置、便于二次开发的爬虫开源框架,它提供简单灵活的API,只需少量代码即可实现一个爬虫。其设计灵感来源于多个爬虫国内外爬虫框架的总结。采用完全模块化的设计,功能覆盖整个爬虫的生命周期(链接提取、页面下载、内容抽取、持久化),支持多线程抓取,分布式抓取,并支持自动重试,定制执行js、自定义cookie等功能。在处理网站抓取多次后被封IP的问题上,guozhongCrawler采用动态轮换IP机制有效防止IP被封。另外,源码中的注释及Log输出全部采用通俗易懂的中文。让初学者能有更加深刻的理解