`
everlxq
  • 浏览: 108608 次
  • 性别: Icon_minigender_1
  • 来自: 青岛
社区版块
存档分类
最新评论
文章列表
<display:column style="width:30px;text-align:center" title="<div style='width:100%;text-align:center;'> <input type='checkbox' id='selectall' name='selectall' onClick='selectAll(\"ids\",this);' style='height:14px;border:none;'/></div>"> ...
window.showModalDialog("<%=request.getContextPath()%>/system/selectDepartments.jsp?time="+time,submit,"dialogLeft:200px;dialogTop:150px;dialogHeight=500px;dialogwidth=1000px;status=no"); 页面之上打开一个新的页面。 可以传一个对象参数(函数),通过回调,实现取值功能。 if(window.parent.dialogArguments){     var ...
1:function submit(){ document.form1.action="<%=request.getContextPath()%>/event/ywzdgxysbAction_show.action"; document.form1.submit(); } <s:form action="ywzdgxysbAction_search" namespace="/event" name="form1"> <!--  /bw/event/xx.action   审查 ...
answer:其实也可以直接el表达式输出,c:out是jsp页面输出的含义,特殊意义在于像连接、函数需要获取值当参数就需要c:out <a href="javascript:viewExport('<c:out value="${list.bjcsdm}"/>')"><c:out value="${list.department.jgqc}"/></a>
<display:table name="list" id="test" class="table"> <display:column style="width:30px;text-align:center" title="<div style='width:100%;text-align:center;'> <input type='checkbox' id='selectall' name='selectall' onClick='selectAll(\&q ...

dom

var radio=document.getElementsByName("radiobutton"); Elements!!
一、JFreeChart获取。         JFreeChart是JFreeChart公司在开源网站SourceForge.net上的一个项目,该公司的主要产品有如下:         1、JFreeReport:报表解决工具         2、JFreeChart:Java图形解决方案(Application/Applet/Servlet/Jsp)         3、JCommon:JFreeReport和JFreeChart的公共类库         4、JFreeDesigner:JFreeReport的报表设计工具    我们可以从jfree官方网站上获取最新版本(最新的版本是1 ...
一、jFreeChart产生图形的流程 创建一个数据源(dataset)来包含将要在图形中显示的数据>>创建一个 JFreeChart 对象来代表要显示的图形 >>把图形输出 重要的类和接口: org.jfree.data.general.Dataset 所有数据源类都要实现的接口 org.jfree.chart.ChartFactory 由它来产生 JFreeChart 对象 org.jfree.chart.JFreeChart 所有对图形的调整都是通过它噢!! org.jfree.chart.plot.Plot 通过JFreeChart 对象获得它,然后再通过它对图 ...
<?xml version="1.0" encoding="UTF-8"?> <web-app version="2.4"     xmlns="http://java.sun.com/xml/ns/j2ee"     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee     http://ja ...
package chart; import java.awt.Color; import java.awt.Font; import java.io.File; import java.io.FileOutputStream; import java.text.DecimalFormat; import java.text.NumberFormat; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartUtilities; import org.jfree.chart.JFreeChart; import org. ...
方法一:在线安装 1.打开HELP-&gt;MyEclipse Configuration Center。切换到SoftWare标签页。 2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris.org/update_1.6.x 3.在左边栏中找到Personal Site中找到SVN展开。将Core SVNKit Library和Optional JNA Library添加(右键Add to Profile),Subclipse下面的Subclipse Integration for Mylyn 3.0可以不添 ...
<body>里的的js涉及到加载<body>里数据的加载  js中有错,页面其他部分可能会出错!
1:服务器的连接问题。    解决方法:重启服务器。 2:jar包重复。    解决办法:去掉重复的包。 3:myeclipse的问题,具体不详。    解决办法:重装myeclipse。
js中2维数组的构建  含参数 var str=''; function view(id,source){ var arr=source.split(";"); var arr2=arr[1].split(":"); var source1=arr2[1]; if(str!=null){      var arr=str.split(";");      for(var i=0;i<arr.length;i++){ var str2=arr[i]; var arrD=str2.split(",&qu ...
记事本 eDiary、editplus、UltraEdit Dreamweaver 模糊查询 String hql = "from Asjdj t where cjzssbmid=:jgid "; :jgid表示jdid是参数 map.put("jgid", getLoginuser().getSysUsers().getJgid()); if (StringUtils.isNotBlank(ajtxbh)) { ajtxbh不为空 hql = hql + "a ...
Global site tag (gtag.js) - Google Analytics