搜索资源列表
MainMenu
- 一个使用JAVA编写的系统菜单程序,可以动态生成用户菜单.-use Java to prepare a menu system procedures, users can dynamically generated menu.
xchart
- java applet图表生成插件,动态生成复杂的柱状图,饼状图等-plug-generated graphics, dynamic generation of complex column, looking pie, etc.
abcwcNews
- 一个功能强劲的新闻发布系统,有完善的前后台,后台编辑新闻完全不需懂网页制作,通过标签控制,就能排版出各种版面新闻,支持一个新闻页面无限上传图片,灵活自由,基于jsp+javabean动态生成html新闻页面,所有新闻页面不需通过数据库而直接读取html新闻页.-a strong function of the news release system, a sound around Taiwan, News editor background without fully understand we
JSPaddJavaBean
- 本人最近在为某统计局开发项目时,涉及到在网页上动态生成图片的问题,费了一天的时间,终于搞定,为帮助大家在以后遇到同样的问题时不走弯路,现将设计思想及源代码公布出来,与大家共勉。以下代码在Windows2000成功测试通过,Web应用服务器采用Allaire公司的Jrun3.0。-I recently Statistics for the development of a project that involves the website dynamically generated picture
tree
- 一个简单的能动态生成的树形菜单,可以用做模版
GIF-servlet
- 使用servlet开发的动态生成GIF图像
yanzhengma
- 两个动态生成验证码的jsp代码,有图片,能用应用到需要进行验证码校验的页面
J.LB.GuestBook v1.0 Beta
- 一个功能强劲的新闻发布系统,有完善的前后台,后台编辑新闻完全不需懂网页制作,通过标签控制,就能排版出各种版面新闻,支持一个新闻页面无限上传图片,灵活自由。而且该系统是基于jsp+javabean动态生成html新闻页面,所有新闻页面不需通过数据库而直接读取html新闻页,所以负载能力远超一般的纯数据库新闻系统,速度当然也是最快的。现在各大型网站都采用这种形式的新闻系统。-a strong function of the news release system, a sound around Ta
dir_tree
- 一个目录树,是根据你硬盘上的目录,进行动态生成的目录树-a tree, you are on the disk directory, dynamically generated tree
chart
- 根据数据库中的数据动态生成的柱状图,用走势图来显示则会显得更加形象和直观,比起简单的在表格中罗列数据要好多了
jacob
- jacbo调用实例,jsp动态生成word文档,很有用的一个类-jacbo example, jsp dynamically generated word documents, a very useful category
test tab.js动态生成tab页
- js动态生成tab页,双击实现关闭,可以继续扩展,,tab page dynamically generated js, double-click to achieve closure, you can continue to expand,
ch02
- JSP动态生成门户主页,门户网页中的所有HTML内容都必须编写在一个且一个showportal.jsp页面中-JSP dynamically generated portal page, portal pages all the HTML content must be written in a page and a showportal.jsp
checkbox
- 可自动根据后台传过来的list动态生成复选框-Can automatically pass the background check over the list dynamically generated
PDFFile
- 很多应用程序要求动态生成 PDF 文档。写PDF文件,展示了PDF文档、章节、小节、字体、段落、表格、列表的使用 最后展示如何使用写入中文。-Many applications require dynamically generated PDF documents. Write PDF documents, displaying PDF documents, chapters, sections, fonts, paragraphs, tables, list the use of the
java source
- 里面有5个工程文件,功能分别为搜索引擎建立索引与查询功能、java的MD5算法、HashMap的功能、FileDao文件操作大全、动态生成验证码,可定制字体,图片背景,和干扰线等。-There are five project file, function set up for search engine indexing and query functions, java the MD5 algorithm, HashMap function, FileDao file operations
chapter4
- 实现java动态生成统计图表,开发环境是myeclipse6.0+tomcat+mysql-javaform increament count form hello word javaform increament count form hello word
DtreeTest
- 生成动态树,可以添加节点,删除节点,数据库是mysql,sql文件在应用路径下文件名为tree_table.sql。解压后可直接放在myeclipse里-Generate dynamic tree, you can add nodes, delete nodes, the database is mysql, sql file path in the application file name is tree_table.sql. Decompression can be placed dire
tree12-30
- 自己修改成功的java代码+js动态生成目录树结构-dynamicly generate Tree based on java and js
pdf-kit-master
- 一、需求说明: 根据业务需要,需要在服务器端生成可动态配置的PDF文档,方便数据可视化查看。 二、解决方案: iText+FreeMarker+JFreeChart生成可动态配置的PDF文档 iText有很强大的PDF处理能力,但是样式和排版不好控制,直接写PDF文档,数据的动态渲染很麻烦。 FreeMarker能配置动态的html模板,正好解决了样式、动态渲染和排版问题。