《activescaffold关于for循环的问题.》的相关内容
相关讨论
Activescaffold里的for循环里的判断问题
@tccom042s=Tccom042.find_by_sql("select id ,sg from tccom042s")
for @i in 0..2
@first =@tccom042s[@i]
@sg=@first.id.to_s
puts "-----------heelooeooweriwer----------"+@sg
打印的结果是15,16,17,本意是当@sg为15的出现 ...
by mark_long 2008-05-12 浏览 (92) 回复 (0) 关键字:
ActiveScaffold.com.cn上线
ActiveScaffold帮了我们的大忙,所以也打算做点贡献。在http://activescaffold.com.cn上我们翻译了文档,做了中文化,和一些安装包。以后还打算在Blog中陆续分享我们的使用经验。
这是首页的第一段:
引用近100个表,1000多个页面,无数次迭代。在刚刚上线的这个项目中,我们完成了一个B/S的ERP系统。它具备了字段级别的权限设置,和各种表单、图表和报表,而只花 ...
by cvu 2008-03-13 浏览 (3054) 回复 (16) 关键字: rails activescaffold
相关博客
如何限制SELECT-OPTIONS的选择屏幕的OPTION
REPORT Z_CONECT_A.
* Include type pool SSCRTYPE-POOLS sscr.
TABLES : marc.
*定义选择屏幕select-options : s_matnr for marc-matnr, s_werks for marc-werks.
* Define the object to be passed to t ...
by Jack Wu 2006-08-05 浏览 (6) 回复 (0) 关键字:
如何限制SELECT-OPTIONS的选择屏幕的OPTION
REPORT Z_CONECT_A.* Include type pool SSCRTYPE-POOLS sscr.TABLES : marc.*定义选择屏幕select-options : s_matnr for marc-matnr, s_werks for marc-werks.* Define the object to be passed to the RESTR ...
by Jack Wu 2007-03-10 浏览 (258) 回复 (0) 关键字:
如何限制SELECT-OPTIONS的选择屏幕的OPTION
REPORT Z_CONECT_A.* Include type pool SSCRTYPE-POOLS sscr.TABLES : marc.*定义选择屏幕select-options : s_matnr for marc-matnr, s_werks for marc-werks.* Define the object to be passed to the RESTRICTION par ...
by aheadjava 2006-08-05 浏览 (207) 回复 (0) 关键字:
如何限制SELECT-OPTIONS的选择屏幕的OPTION
REPORT Z_CONECT_A.* Include type pool SSCRTYPE-POOLS sscr.TABLES : marc.*定义选择屏幕select-options : s_matnr for marc-matnr, s_werks for marc-werks.* Define the object to be passed to the RESTR ...
by Jack Wu 2006-08-05 浏览 (120) 回复 (0) 关键字:
相关圈子讨论
seam generate-model 错误
通过代码连接数据库是通的,不知道generate-model时产生如下错误:
Buildfile: D:\jboss-seam-2.0.1.GA\seam-gen\build.xml
init:
init-properties:
[echo] d:/jboss-4.2.1.GA
validate-workspace:
validate-p ...
by kingwyp 2008-07-15 浏览 (252) 回复 (0)
为何总是显示不出数据?
<%@ page language="java" contentType="text/html;charset=GBK" %>
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
<%
String webapp=request.getContextPath();
%>
<%
java.util ...
by daiing 2007-03-29 浏览 (581) 回复 (6)
数据结构的实现(持续完整中)
节点类
package graph;
public class GraphNode {
public GraphNode link;
public int info;
}
by leon_a 2007-06-25 浏览 (1598) 回复 (19)
为什么我的eclipse插件安装后,好像建不成项目
简历项目进入下一步后
有个
configure jboss jbpm runtime
Loacte a jboos jbpm runtime
name
location browse
这个是干嘛的?
怎么配置啊?
我是把插件 粘贴到 eclipse中
还需要其他配置嘛?
by blackpearl 2008-09-11 浏览 (212) 回复 (3)

