`
lspgdut
  • 浏览: 197501 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论
文章列表
 /**以下的为创建交叉线*/  BaseFont bf=BaseFont.createFont("C:\\WINDOWS\\Fonts\\SIMFANG.TTF",BaseFont.IDENTITY_H,BaseFont.NOT_EMBEDDED);       PdfContentByte cb = writer.getDirectContent();  cb.setFontAndSize(bf, 10.5f);     cb.setLineWidth(1.0f);   /* *//**矩形的上边线*//*    cb.moveTo(22, 500);    cb.l ...
需要eclipse的swt.jar public class HtmlToImageUtil { private Display display; private Shell shell;  private Browser browser;     private boolean completed = false;     static final ArrayList urls = new ArrayList();  static boolean canRemove = false;  static void initialize(final Display display, Browser ...
<cruisecontrol> <system>  <configuration>   <threads count="6" />  </configuration> </system>  <property name="cruisedir" value="E:\CruiseControl" /> <property name="logdir" value="${cruisedir}/logs" /> ...
 在maven下的多模块web工程下,调试成为一个问题.我是通过设置Java Build Path 把maven的编译路径修改为/src/main/webapp/WEB-INF/classes,去除resource下的excluded:all 改为resource:none .将打包好的lib放到 /src/main/webapp/WEB-INF/lib下.   用eclipse启动tomcat后,就可以设置断点,就可以调试web模块,dao模块,po模块等
Global site tag (gtag.js) - Google Analytics