网页
图片
视频
学术
词典
地图
更多
航班
笔记本
code first
网络
代码优先;代码先行;一种称之为编码先行
网络释义
1.
代码优先
一种叫做
代码优先
(
Code First
)的开发模式。代码优先允许您通过编写简单的类来创建模型对象。
www.2cto.com
|
基于204个网页
2.
代码先行
代码先行
(
Code First
)使用Find方法可以很容易地找到数据。方法内置了一个重要的安全点,即在代码试图处理影片记录之前…
www.cnblogs.com
|
基于107个网页
3.
一种称之为编码先行
实体框架(常简称为EF)支持
一种称之为编码先行
(
Code First
)的开发模式。编码先行使你通过编写简单的类(简称为POCO …
www.cnblogs.com
|
基于3个网页
4.
优先编码
20070 1 ICD 10?????? final ... (一)使用附加码( use additional code) (二)
优先编码
(
Code first
) ...
www.docstoc.com
|
基于2个网页
更多释义
收起释义
例句
释义:
全部
全部
,
代码优先
代码优先
,
代码先行
代码先行
,
一种称之为编码先行
一种称之为编码先行
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
One of the
most
common
requests
we
get
is
for
a
solution
that
will
evolve
the
database
schema
as
your
Code
First
model
changes over
time
.
我们
收集
到
的
一个
最
常见
的
需求
是
,
随着
时间
推移
能够
根据
CodeFirst
(
代码
优先
)
模型
来
演进
数据库
结构
。
www.infoq.com
2.
Bell
code
:
A
TTS
code
first
used
to
ring
a
bell
to
announce
an
incoming
tape
transmission
;
now
used
as
a
flag
or
precedence
code
.
报警
码
:
初
时
是
电传
打字机
所
用
的
代码
,
使
电铃
发出
响声
,
表示
输入
纸带
开始
传送
。
现在
则
用
作为
标记
或
前
置
代码
。
dict.ebigear.com
3.
The
code
first
gets
the
length
of
the
queue
and
the
number
of
job
servers
currently
running
.
它
首先
获取
队列
的
长度
,
以及
当前
运行
的
作业
服务器
数
。
www.ibm.com
4.
When
your
code
requests the
report
,
the
code
first
determines whether the
report
is
in
the
cache
, and
if
not
, your
code
can
recreate
it
.
当
代码
请求
该
报告
时
,
代码
会
先
确定
该
报告
是否
在
缓存
中
,
如果
不在
,
代码
会
重新创建
该
报告
。
msdn2.microsoft.com
5.
Because
the EF
is
able
to
work
with
POCO
entities
,
classes
you
create
in
the
Code
First
scenario
can
also
be
managed
by
the EF
context
.
因为
EF
是
能够
与
POCO
实体
的
工作
,
也
可以
由
EF
上下文
管理
在
代码
第一
次
的
情况
下
创建
的
类
。
msdn.microsoft.com
6.
The
code
first
instantiates
a
new
history
stack
object
and
loads
any
existing values that
may
have
been
saved
to
the
browser
's
cookies
.
这
段
代码
首先
实例化
一个
新
的
历史
堆栈
对象
,
并
载入
可能
已经
保存
到
浏览器
cookie
中
的
所有
数据
。
www.ibm.com
7.
I
just
thought
it
would
be
clearer
with the
concrete
code
first
.
我
只是
认为
先
创建
具体
代码
会
显得
更
清晰
。
www.ibm.com
8.
By
writing
the
code
first
,
you
embed
your
preconceptions
of
how
the
code
will
work
,
then
test
it
.
通过
先
编写
代码
,
您
在
代码
中
嵌入
了
有关
代码
如何
工作
的
想法
,
然后
测试
这些
代码
。
www.ibm.com
9.
The
code
first
reads
in the
data
,
then
prints
both the
body
and
data
headers
.
代码
首先
读
入
数据
,
然后
输出
主体
和
数据
表
头
。
www.ibm.com
10.
This
code
first
creates
an
instance
of
a
Collection
named
employees
.
此
代码
首先
创建
名
为
employee
的
Collection
实例
。
msdn2.microsoft.com
1
2
3
4