搜索资源列表
abcwcNews
- 一个功能强劲的新闻发布系统,有完善的前后台,后台编辑新闻完全不需懂网页制作,通过标签控制,就能排版出各种版面新闻,支持一个新闻页面无限上传图片,灵活自由,基于jsp+javabean动态生成html新闻页面,所有新闻页面不需通过数据库而直接读取html新闻页.-a strong function of the news release system, a sound around Taiwan, News editor background without fully understand we
wordProcess
- 本程序主要介绍如何在JSP编程中文字的处理和排版,理解了就能很好的应用。-This procedure describes how the main programming language at JSP processing and typesetting, we can very well understand the application.
Word
- 用java编写的模拟word系统的西文排版系统,其中有对文字的基本操作,如居中,左对齐,右对齐,两端对其。添加页眉,自动设置页码,页面行数等-Java simulation written word with the Western system typesetting system, including the basic operations of text, such as center, left, right aligned, both ends of its. Add header,
SquareRoot
- import java.io.* public class SquareRoot { public static void main ( String [ ] args ) { System.out.print("Enter a positive value: ") double value = 0 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine
WebCKEditor
- 多功能网页编辑器,网页office编辑,排版,修改字体大小,颜色-Multifunctional web editor, web office editing, typesetting, modify the font size, color
xmlrandomjquery
- 本范例基于Javascr ipt+jQuery+XML来实现,用于读取xml中的文字和图片路径信息,将这些内容按一定格式显示在网页上,如截图所示,图片和文字列表是从XML文件中读取出来的,排版布局格式在readxml.js文件中定义,测试时候请注意,不能直接双击index.html文件,因为要有FOS相关操作,请务必在IIS或Apache等服务器环境下测试。-Based on this sample Javascr ipt+ jQuery+ XML to achieve, for reading
pdf-kit-master
- 一、需求说明: 根据业务需要,需要在服务器端生成可动态配置的PDF文档,方便数据可视化查看。 二、解决方案: iText+FreeMarker+JFreeChart生成可动态配置的PDF文档 iText有很强大的PDF处理能力,但是样式和排版不好控制,直接写PDF文档,数据的动态渲染很麻烦。 FreeMarker能配置动态的html模板,正好解决了样式、动态渲染和排版问题。