请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
jsl8071808(uid:38760)
职业资格认证:尚未取得认证
  • ALTER TRIGGER . ON . AFTER INSERT AS if (select 库存数量 from 库存_型材,inserted where 库存_型材.订购工程=inserted.订购工程 and 库存_型材.模图号=inserted.模图号 and 库存_型材.表面处理=inserted.表面处理 and 库存_型材.色号=inserted.色号 and 库存_型材.库位=inserted.库位 and 库存_型材.长度=inserted.长度) is null BEGIN INSERT INTO 库存_型材 (订购工程,模图号,表面处理,色号,库位,长度,库存数量) VALUES (inserted.订购工程,inserted.模图号,inserted.表面处理,inserted.色号,inserted.库位,inserted.长度,inserted.入库数量) END else BEGIN update 库存_型材 set 库存数量=库存数量+inserted.入库数量 from 库存_型材,inserted where 库存_型材.订购工程=inserted.订购工程 and 库存_型材.模图号=inserted.模图号 and 库存_型材.表面处理=inserted.表面处理 and 库存_型材.色号=inserted.色号 and 库存_型材.库位=inserted.库位 and 库存_型材.长度=inserted.长度 END 【大学】那都 2016/8/4 13:50:33 谁能帮我看看这个触发器哪里写得有问题 【大学】那都 2016/8/4 13:50:39 消息 128,级别 15,状态 1,过程 型材入库更新库存,第 12 行 在此上下文中不允许使用名称 "inserted.订购工程"。有效表达式包括常量、常量表达式和变量(在某些上下文中)。不允许使用列名。
  • 本帖最后由 jsl8071808 于 2016-7-6 13:11 编辑 FR的多级上报,每个人写的备注,最终在数据库里存成了一个数组,如下: 我想在模板数据集中用这个数组,写成select * from 系统显示错误,正确的写法和解决方法是什么呢
  • 一个简单的JavaScript应用例子: var elements=hq_str_sh601006.split(","); document.write("current price:"+elements); 这段代码输出大秦铁路(股票代码:601006)的当前股价 current price:14.20 假如我要在FR里写这个脚本,sh601006这个用参数,参数名假如为ID,当前股价写入单元格为D3(实际值),那么这个脚本怎么写呢 在网址输入http://hq.sinajs.cn/list=sh601006这个网址,页面显示内容: var hq_str_sh601006="大秦铁路,6.080,6.090,6.070,6.090,6.060,6.060,6.070,17101444,103843200.000,1557432,6.060,1175400,6.050,578600,6.040,435900,6.030,266600,6.020,220000,6.070,972000,6.080,998200,6.090,927300,6.100,1097800,6.110,2016-07-20,15:00:00,00";
  • 有一个网址:http://hq.sinajs.cn/list=sh601006 打开后显示的值:var hq_str_sh601006="大秦铁路,6.080,6.090,6.070,6.090,6.060,6.060,6.070,17101444,103843200.000,1557432,6.060,1175400,6.050,578600,6.040,435900,6.030,266600,6.020,220000,6.070,972000,6.080,998200,6.090,927300,6.100,1097800,6.110,2016-07-20,15:00:00,00"; FR.ajax是否能直接调取这个网址,并且得到这个网址的值,如果可以,这个FR.ajax的语句应该怎么写呢
  • 多级上报每个具体的流程应该有唯一编号,这个编号的参数名是什么,怎么在模板中调用他,没有这个,无法将数据库中的数据筛选出来.
  • 正常:columnIndex:5columnValue:292.00 2013-10-12 15:58:47 警告:索引 5 超出范围。 at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(Unknown Source) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.setterGetParam(Unknown Source) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.setBigDecimal(Unknown Source) at com.fr.third.org.apache.commons.dbcp.DelegatingPreparedStatement.setBigDecimal(DelegatingPreparedStatement.java:132) at com.fr.third.org.apache.commons.dbcp.DelegatingPreparedStatement.setBigDecimal(DelegatingPreparedStatement.java:132) at com.fr.data.core.db.handler.BigDecimalTypeHandler.setValue(Unknown Source) at com.fr.data.core.db.DBUtils.applyColumnTypeValue(Unknown Source) at com.fr.data.core.db.dml.Where.applyColumnTypeValue(Unknown Source) at com.fr.data.core.db.dml.Delete.createPreparedStatementByValidatedParameters(Unknown Source) at com.fr.data.core.db.dml.AbstractDML.createPreparedStatement(Unknown Source) at com.fr.data.core.db.dml.Delete.execute(Unknown Source) at com.fr.write.config.IntelliDMLConfig.dmlSubmit(Unknown Source) at com.fr.write.config.DMLConfig$ExtractionSubmitter.run(Unknown Source) at com.fr.report.core.A.DA.setCurrentColumnRow(Unknown Source) at com.fr.write.config.DMLConfig.extract(Unknown Source) at com.fr.write.config.DMLConfig.execute(Unknown Source) at com.fr.write.DBCommitWrapper.commit(Unknown Source) at com.fr.write.DBCommitWrapper.commit2db(Unknown Source) at com.fr.report.write.BuiltInSQLSubmiter.execute(Unknown Source) at com.fr.report.write.ReportWriteAttr.submit(Unknown Source) at com.fr.report.core.ReportUtils.submit(Unknown Source) at com.fr.report.core.ReportUtils.submit(Unknown Source) at com.fr.web.core.service.WriteSubmitReportAction.actionCMD(Unknown Source) at com.fr.web.core.WebActionsDispatcher.dealForActionCMD(Unknown Source) at com.fr.web.core.service.WriteService.process(Unknown Source) at com.fr.web.core.ReportDispatcher.dealInOp(Unknown Source) at com.fr.web.core.ReportDispatcher.dealWeblet(Unknown Source) at com.fr.web.core.ReportDispatcher.dealWithRequest(Unknown Source) at com.fr.web.BaseServlet.doGet(Unknown Source) at com.fr.web.BaseServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:820) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) 2013-10-12 15:58:47 正常:Rollback Successfully 2013-10-12 15:58:47 正常:Rollback Successfully 2013-10-12 15:58:47 警告:submiter error happens. 数据提交出错 索引 5 超出范围。 at com.fr.report.core.ReportUtils.submit(Unknown Source) at com.fr.web.core.service.WriteSubmitReportAction.actionCMD(Unknown Source) at com.fr.web.core.WebActionsDispatcher.dealForActionCMD(Unknown Source) at com.fr.web.core.service.WriteService.process(Unknown Source) at com.fr.web.core.ReportDispatcher.dealInOp(Unknown Source) at com.fr.web.core.ReportDispatcher.dealWeblet(Unknown Source) at com.fr.web.core.ReportDispatcher.dealWithRequest(Unknown Source) at com.fr.web.BaseServlet.doGet(Unknown Source) at com.fr.web.BaseServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:820) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
  • 本帖最后由 jsl8071808 于 2014-1-13 09:32 编辑 我在一个模板里设置了一个网页框控件,这个网页框控件也是一个模板,这个模板有参数界面,里面有个查询按钮,我在主页面中如呆写代码,触发网页框中的查询事件或者提交事件,求大神指点。
  • 我有个单元格,是个公式,有没有什么命令可以让这个单元格重新按公式计算下
  • 我的jsp脚本网页,com.fr.base.CodeUtils.cjkDecode(request.getParameter("filename"));语句显示编译 不成功,正确的脚本完整代码如何写,请大神指点,我的代码如下:<% String filename = com.fr.base.CodeUtils.cjkDecode(request.getParameter("filename")); //获取参数filename,此处 的参数名需要与下面超级链接设置中传递的参数名相同 String GC_name = com.fr.base.CodeUtils.cjkDecode(request.getParameter("GC_name")); String fennei_name = com.fr.base.CodeUtils.cjkDecode(request.getParameter("fennei_name")); response.reset(); response.setContentType("application/x-download"); String downloadfile = "E:/"+GC_name+"/"+fennei_name+"/"+filename; //设置下载文件的路径及名称 response.setHeader("Content-disposition","attachment; filename="+filename); //设置下载文件的名称 java.io.OutputStream outp = null; java.io.FileInputStream in = null; try { outp = response.getOutputStream(); in = new java.io.FileInputStream(downloadfile); byte b = new byte; int i = 0; while((i = in.read(b)) > 0) { outp.write(b, 0, i); } outp.flush(); } catch(Exception e) { System.out.println("Error!"); e.printStackTrace(); } finally { if(in != null) { in.close(); in = null; } if(outp != null) { outp.close(); outp = null; } } %>
  • 我运行官方示例,报错,怎么处理啊 <% String ID = com.fr.base.CodeUtils.cjkDecode(request.getParameter("ID")); String NAME = com.fr.base.CodeUtils.cjkDecode(request.getParameter("NAME")); String TELEPHONE = com.fr.base.CodeUtils.cjkDecode(request.getParameter("TELEPHONE")); %> 修改基本参数 运货商编码:" disabled/> 公司名称:"/> 电话:"/> 错误如下: type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request.exceptionorg.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 4 in the jsp file: /a.jspcom.fr.base.CodeUtils cannot be resolved to a type1: 2: 3: An error occurred at line: 5 in the jsp file: /a.jspcom.fr.base.CodeUtils cannot be resolved to a type2: 3: 8: An error occurred at line: 6 in the jsp file: /a.jspcom.fr.base.CodeUtils cannot be resolved to a type3: 8: 9: Stacktrace:

36

12

36

10

个人成就
内容被浏览22,950
加入社区11年89天
返回顶部