网页
图片
视频
学术
词典
地图
更多
航班
笔记本
RHTML
网络
网页
网络释义
1.
网页
0评/214阅 [Ruby] Rails 为
网页
(
rhtml
)初始化数据 2年前 By 红薯 0评/106阅 [Ruby] Rails 之 Model 简单一例 2年前 By 红薯 0评/3…
www.oschina.net
|
基于6个网页
例句
释义:
全部
全部
,
网页
网页
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
second
step
in
the
solution
is
to break up the _form
.
rhtml
input
form
by
separating
the
city
and
state
input fields into a new partial
.
此
解决方案
中
的
第二
步
是
通过
将
城市
和
州
输入
字段
拆
分为
新
片段
来
细分
_form.rhtml
输入
表单
。
www.ibm.com
2.
Therefore
,
the
name
of the
new
partial
is
_cityState
.
rhtml
.
因此
,
新
片段
的
名称
是
_cityState.rhtml
。
www.ibm.com
3.
RoR sees
this
line
and
looks
in
the
same
directory
for
a
file
named
_cityStateFields
.
rhtml
.
RoR
查看
此行
并
在
同一
目录
中
查找
名
为
_cityStateFields.rhtml
的
文件
。
www.ibm.com
4.
Rails
contains
a
very
nice
template
language
for
.
rhtml
files
that
combines
pure
HTML
with
embedded
Ruby
code
.
Rails
包含
有
一
门
用于
.
rhtml
的
非常
好
的
模板
语言
,
它
将
纯粹
的
HTML
与
嵌入
的
Ruby
代码
组合
起来
。
www.ibm.com
5.
The
RHTML
file
in
Listing
7
shows
the
entire
contents
of
the
global
context
by
serializing
it
within
the
HTML
response
.
清单
7
中
的
RHTML
文件
通过
在
HTML
响应
内
序列化
来
显示
全局
上下文
的
全部
内容
。
www.ibm.com
6.
When
deciding
how
to
implement
an
RHTML
processor
for
Zero
,
our
main
goal
is
to
avoid
writing
an
RHTML
parser
and
interpreter
from
scratch
.
在
决定
如何
实现
Zero
的
RHTML
处理器
时
,
我们
的
主要
目标
是
避免
从头
开始
编写
RHTML
解析
器
。
www.ibm.com
7.
Invoke
the
API
methods
from
an
RHTML
view
template
and
output
the
Web
service
output
to
another
RHTML
view
template
.
从
RHTML
视图
模板
中
调用
API
方法
并
将
Web
服务
输出输出
到
其他
RHTML
视图
模板
中
。
www.ibm.com
8.
RHTML
is
a
true
template
format
--
not
simply
a
way
of
embedding
code
in
HTML
-
- and
this
is
a
much
more
powerful
approach
.
RHTML
是
真正
的
模板
格式
—
—
不仅
是
在
HTML
中
嵌入
代码
的
方式
——
这
是
一种
更为
有效
的
方法
。
www.ibm.com
9.
Listing
3
shows
the
code
for the _form
.
rhtml
partial
after
removing
the
city
and
state
input
fields
.
清单
3
显示
了
_form.rhtml
片段
在
移除
城市
和
州
输入
字段
之后
的
代码
。
www.ibm.com
10.
Add
a
partial
(
_cityState
.
rhtml
)
to
display
the
input
fields
for
city
and
state
.
添加
一个
片段
(
_cityState.rhtml
)
以
显示
城市
和
州
的
输入
字段
。
www.ibm.com
1
2