嵌入式部署将FineReport应用集成到已有的Web工程在此使用%Tomcat_HOME%\webapps\目录下的tomcat自带的jsp-examples工程:复制目录将%FineReport_HOME%\WebReport\WEB-INF目录下面的classes,lib,reportlets...
分类:
其他好文 时间:
2014-05-26 13:08:28
阅读次数:
236
tar
Examples:
tar -cf archive.tar foo bar # Create archive.tar from files foo and bar.
tar -tvf archive.tar # List all files in archive.tar verbosely.
tar -xf archive.tar ...
http://www.cnblogs.com/howDo/archive/2011/04/27/2031084.html
下载地址:http://www.ext.net/download/
示例地址:http://examples.ext.net/自定义下拉框树:http://www.shaoq.....
分类:
Web程序 时间:
2014-05-24 11:16:23
阅读次数:
461
原文:http://grails.org/doc/2.3.x/ref/Domain%20Classes/list.htmllistPurposeLists
instances of the domain class.Examples// list everythingdef results = Bo...
分类:
数据库 时间:
2014-05-23 11:42:42
阅读次数:
661
【题目】
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array.
Here are few examples.
[1,3,5,6], 5 → 2
[1,3,5,6]...
分类:
其他好文 时间:
2014-05-22 09:41:59
阅读次数:
195
In bash shell, when you use a dollar sign
followed by a variable name, shell expands the variable with its value. This
feature of shell is called para...
分类:
其他好文 时间:
2014-05-21 18:32:32
阅读次数:
332
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html前提:开启TOMCAT,MYsqlMySQL
DBCP Example0. IntroductionVersions of MySQL and JDB...
分类:
数据库 时间:
2014-05-15 20:56:04
阅读次数:
550
包含三个文件:jsp_include.jsp, static.html, two.jsp
环境:tomcat7.0, myeclipse10
1.jsp_include.jsp
goto two-->
this examples show include works
'/>
'/>
2.static.html...
分类:
Web程序 时间:
2014-05-14 14:27:53
阅读次数:
334
ThisisourongoingLinuxcommandserieswherewearegoingtoreviewhowwecanusechkconfigcommandefficientlywithit’savailableparameters.TheChkconfigcommandtoolallowstoconfigureservicesstartandstopautomaticallyinthe/etc/rd.d/init.dscriptsthroughcommandline.Let’sseesome..
分类:
系统相关 时间:
2014-05-13 04:26:32
阅读次数:
469
Whenyouexecuteaunixshell-scriptorcommandthattakesalongtime,youcanrunitasabackgroundjob.Inthisarticle,letusreviewhowtoexecuteajobinthebackground,bringajobtotheforeground,viewallbackgroundjobs,andkillabackgroundjob.1.ExecutingabackgroundjobAppendinganampersan..
分类:
其他好文 时间:
2014-05-11 19:35:31
阅读次数:
484