`
bibiye
  • 浏览: 172422 次
社区版块
存档分类
最新评论
文章列表
哪位是VeryCD会员,希望能给个推举序列号,多谢了! mail: o_olle_e@hotmail.com
  package demo;import java.io.File;import org.jfree.chart.JFreeChart;import java.io.IOException;import java.io.OutputStream;import java.io.BufferedOutputStream;import java.io.FileOutputStream;import java.awt.image.BufferedImage;import org.jfree.chart.encoders.ImageFormat;import java.awt.Graphics2D;
1.统一工作目录 2.Interface oriented programming在定义参数类型,或者方法返回类型,使用Map或者List,不用Hashmap or ArrayList。只有在构造时才允许出现Hashmap或者ArrayList public List getAllProduct(); //正确。定义返回类型 public ArrayList getAllProduct(); //错误!!定义返回类型 public List queryByCritical(Map criticals); //定义参数类型 public List queryByCritical(HashMa ...
cocoon系列——开发一个Web站点<o:p></o:p>  <o:p></o:p> Cocoon 2 引入了这些数据库集成功能,但它并没有被设计成完整的 Java 应用程序服务器框架。Cocoon 2 不与基于 J2EE 体系结构的服务器竞争,因为它没有提供同等级别的资源和事务管理、负载均衡和部署选项。Cocoon 2 最适合于少量复杂业务逻辑和处理主要用于内容生成的应用程序。然而,您仍然可以和 EJB 服务器一起使用 Cocoon 2。Cocoon 2 可以轻易地充当替换表示层,而更常用的 Java Servlet 和 Java Server ...
Goal 如何准备、进行一个高效脑力激荡讨论? 预先准备好资料 准备好PPT 准备合适的sample来表现你ppt中涉及的item 整理好自己思路 PPT 准备 定义清晰的讨论topic 定义好该topic涉及的内容item 预先设计好每个主题项介绍以及讨论的时间 何为好的样例? 约定的root package为com.XXX.training.XXX为你的主题,sub package为自行定义 有样例索引页面对sample要表现的内容做整体介绍 对每个sample做简要介绍该样例中需要表现的点(技术点,或其他) 容易run起来提供sample的build scrip ...
声明:以下文章为网上转载,本人现在的日语还是5级 。 《标准日本语之会话篇》[MP3] 带Y乣?>齍   轑?鳩耋  ed2k://|file|标日会话篇_mp3.[VeryCD.com].rar|404600741|DEAD776048CF169D31A56CCA8971FF9D|h=YPBXKE7OKINFAKWIBNMD63LJ27HTAZVX|/ 鹒5餞P庑艴   P.碭???  《中日交流标准日本语初级+中级》(RM) 瘩6?^u? http://lib.verycd.com/2004/09/06/0000019793.html 苂┾|=潴R(   K轡G?  《标准日本语初级 ...
Q: 在本地计算机 无法启动MySQL服务 错误1067:进程意外中止A: 5.0以上版本,my.ini放在安装目录下即要;以下版本放在windows目录下。以下是5.0.16版本的备份:# MySQL Server Instance Configuration File# ----------------------------------------------------------------------# Generated by the MySQL Server Instance Configuration Wizard### Installation Instructions# - ...
XML Server Pages(XSP) 笔记<o:p></o:p> 1、基本概念 XSP可以将动态数据添加到XML 文档中以创建更丰富的网站,也可以使 Cocoon 2 集成现有数据源和/或 API 以在因特网上用多种格式发布数据。它是一种能够创建动态 XML 数据源以便将数据传输到 Cocoon 2 管道的 Cocoon 2 技术。通过使用 XML 标记和应用逻辑的组合来描述这些数据源,然后由 Cocoon 2 引擎自动将这种组合编译为 Java 类。XSP 为使用 Cocoon 2 开发应用程序提供了一个灵活的平台。例如,Cocoon 2 应用程序可以显示现有应用 ...
设计优化的 Web 报表<o:p></o:p> Crystal Reports 本身的性能优点: 按需分配页技术 <o:p></o:p> 按需分配页的报表访问允许用户只下载需要查看的特定报表页,从而缩短了响应时间,减少了 Web 流量。不仅如此,占位符和部分页技术还使您无须等待图形和子报表等大对象的处理,就能立即查看 Web 上的报表页和数据。<o:p></o:p> 优化的多线程报表引擎 <o:p></o:p> Crystal Report 引擎的多线程能力及线程安全数据库驱动程序使您能够在许多其 ...
报表设计与开发 Q: jdbc连接DB时的写法。<o:p></o:p> A: <env-entry><o:p></o:p> <env-entry-name>jdbc/david</env-entry-name><o:p></o:p> <env-entry-value>!oracle.jdbc.driver.OracleDriver!jdbc:oracle:thin:tjdba/tjdba@192.168.1.21:1521:david</env-entry-value&g ...
Meeting,Meeting,日常工作有各种会议需要参加,如何让会议更加有意义,更加高效? end img
  import java.util.Calendar;import java.util.*;import java.sql.Timestamp;public class TimeFormat{  private 
Problem Statement      When editing a single line of text, there are four keys that can be used to move the cursor: end, home, left-arrow and right-arrow. As you would expect, left-arrow and right-arrow move the cursor one character left or one character right, unless the cursor is at the begi ...
Problem Statement      A square matrix is a grid of NxN numbers. For example, the following is a 3x3 matrix: 4 3 5 2 4 5 0 1 9One way to represent a matrix of numbers, each of which is between 0 and 9 inclusive, is as a row-major String. To generate the String, simply concatenate all of the ...
Problem Statement      A simple line drawing program uses a blank 20 x 20 pixel canvas and a directional cursor that starts at the upper left corner pointing straight down. The upper left corner of the ca ...
Global site tag (gtag.js) - Google Analytics