`
sunchaohui_koko
  • 浏览: 57361 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论
文章列表
 我们需求如下:给你一个模板,里面有一个表格,标题已经给好,程序主要就是完成把数据填写到word中并提供给用户下载。      网上找了很久,发现主要两种开源包:POI和Jacob,Jacob首先被否决掉了,因为他最后必须运行在windows平台上。Excel导入导出我就是用的POI,但是POI中的word操作实在不行,读取还可以,写入数据远不能满足项目的需要。后面尝试诸如生成PDF然后转Word,生成XML转Word,生成Html转word,生成rtf转word。这些都是可行的办法,但是网上开源包的功能有限,iText对PDF操作是很强,但是对PDF内容的解析不行。      最后这个事情 ...

SQL树查询

    博客分类:
  • java
引用:     --测试数据   深度排序       DECLARE   @t   TABLE(ID   char(3),PID   char(3),Name   nvarchar(10))     INSERT   @t   SELECT   '001',NULL   ,'山东省'     UNION   ALL   SELECT   '002','001','烟台市'     UNION   ALL   SELECT   '004','002','招远市'     UNION   ALL   SELECT   '003','001','青岛市'     UNION   ALL   SELE ...
长期以来一直都是做java应用的开发,所使用的开发工具基本上也都是基于java的,经常用的有eclipse, netbeans, ant, maven, cruisecontrol, tomcat, findbugs等。在使用这些工具的时候,有时候会碰到OutOfMemory的问题。 问题 -------------------------------------------------------------------------------- 一般在遇到这个问题的时候,我们的第一印象是:一定是机器的内存不够用了。 可是通过进程管理器查看,物理内存都还有好多空余呢,根本就没有被占满 ...
{     xtype : 'lovcombo',     fieldLabel : '通知到达人与新生儿关系',     width : 250,     store:dstorehr02_18_001,      name : 'hr02_18_001',     valueField : "code",     displayField : "name",     mode : 'local',     triggerAction : 'all',     beforeBlur : function() {     } } 没有beforeBl ...
XTemplate是Extjs里面的模板组件. 下面我们看个最简单的例子. 效果图: js代码: <!-- Code highlighting produced by Actipro CodeHighlighter (freeware) -->Ext.onReady(function(){     //数据源     var data={        name:"博客园",        read:[{            book:'<<道不远人>>',            date:'2007-7-7'        },{    ...

sychroflow 状态

    博客分类:
  • java
1.  创建状态 2.  运行状态 3.  挂起 4.  正常结束 5.  人为终止 6.  内部错误
http://www.blogjava.net/chengang/archive/2007/08/25/139287.html   <noscript type="text/javascript"></noscript> Download and extract the tar in your plugins directory Run ‘rake fckeditor:install’ from the root of your rails application Add to the layout / head of the page ...
http://svn.rails-engines.org/plugins/login_engine/README     = Before we start This is a Rails Engine version of the Salted Login Generator, a most excellent login system which is sufficient for most simple cases. For the most part, this code has not been altered from its generator form, with the fo ...
Microsoft Windows XP [版本 5.1.2600] (C) 版权所有 1985-2001 Microsoft Corp. C:\Documents and Settings\sunchaohui>cd D:\radrails-0.7.2-win32\workspace\mm C:\Documents and Settings\sunchaohui>d: D:\radrails-0.7.2-win32\workspace\mm>ruby script/plugin install attachment_fu svn: No repository found ...

acts_as_attachme

http://techno-weenie.net/articles/acts_as_attachment
ruby script/plugin install http://svn.xlsuite.org/trunk/vendor/plugins/action_mailer_tls/ http://code.openrain.com/rails/action_mailer_tls
module DepartmentsHelper def get_tree(trees, parent) tree_html = ""; trees.each do |tree| if tree.is_root? tree_html += "var tree_#{tree.id} = new WebFXTreeItem('#{tree.name}',\"javascript:link_to_remote_#{tree.id}()\");\r\n" tree_html +=& ...
D:\radrails-0.7.2-win32\workspace\cms>ruby script\plugin discoverAdd http://www.agilewebdevelopment.com/plugins/? [Y/n] yAdd svn://rubyforge.org/var/svn/expressica/plugins/? [Y/n] yAdd http://soen.ca/svn/projects/rails/plugins/? [Y/n] yAdd http://technoweenie.stikipad.com/plugins/? [Y/n] yAdd http ...
参考: http://rmagick.rubyforge.org/install-faq.html How do I install RMagick on Microsoft Windows? Use the rmagick-win32 gem. This gem is bundled with a a copy of the ImageMagick Windows installer so you don't need to download your own copy. Download the rmagick-win32 gem from the RMagick project page ...
Global site tag (gtag.js) - Google Analytics