搜索资源列表
myShape_xyl
- 实现了用Java画圆,画直线的功能。是直接调用的类库实现的,不是自己实现的-Achieved with the Java circle, draw a straight line features. Is a direct call to the class library, not their implementation
deanm-pre3d-5453b65
- Pre3d是一个Javascr ipt库,以一个<canvas>元素将项目绘制成2D和3D场景。 -Pre3d is a Javascr ipt library, which will project a 3d scene into 2d, and draw it to a <canvas> element. The API is immediate mode, with the basic primitive of a Shape, consisting
java_source
- 比较实用的Java逻辑算法,在JAVA日常编程时可以借鉴或直接引用。-Java logic algorithms more practical, everyday programming in JAVA can draw or direct references.
pdf-kit-master
- 一、需求说明: 根据业务需要,需要在服务器端生成可动态配置的PDF文档,方便数据可视化查看。 二、解决方案: iText+FreeMarker+JFreeChart生成可动态配置的PDF文档 iText有很强大的PDF处理能力,但是样式和排版不好控制,直接写PDF文档,数据的动态渲染很麻烦。 FreeMarker能配置动态的html模板,正好解决了样式、动态渲染和排版问题。