码迷,mamicode.com
首页 >  
搜索关键字:mapping    ( 3621个结果
struts1标签-<html:radio> 使用注意事项
struts1标签- 使用注意事项1、默认选中效果 在后台XxxForm中写入如下代码,可保证默认选中效果实现:@Overridepublic void reset(ActionMapping mapping, HttpServletRequest request) {ve.setBuytaxis....
分类:Web程序   时间:2014-12-23 19:08:20    阅读次数:217
凹凸映射(Bump mapping)
Bump mapping is very much like Texture Mapping. However, where Texture Mapping added colour to a polygon, Bump Mapping adds, what appears to be su...
分类:移动开发   时间:2014-12-23 15:09:57    阅读次数:309
兔子--Hibernate基础
1.ORM映射: 对象-关系映射 (Object/Relation Mapping,简称ORM) 2.对象和关系数据是业务实体的两种表现形式 业务实体在内存中表现为对象 在数据库中表现为关系数据   3.Hibernate是连接java应用程序和关系型数据库的框架,能够建立对象模型和关系数据模型之间的映射,是一种自动ORM框架 Hibernate是对JDBC A...
分类:Web程序   时间:2014-12-22 09:34:53    阅读次数:187
thinkphp 关联模型配置代码
array( 'mapping_type' => MANY_TO_MANY, //多对多关系 'foreign_key' => 'company_id', ...
分类:Web程序   时间:2014-12-21 23:25:53    阅读次数:274
【LeetCode】Letter Combinations of a Phone Number
Letter Combinations of a Phone NumberGiven a digit string, return all possible letter combinations that the number could represent.A mapping of digit ...
分类:其他好文   时间:2014-12-20 15:23:53    阅读次数:149
【oracle】oracledba5 A mapping table must have been created.
While designing your database, you have created the EMPLOYEES tab le as an index-organized (IOT). You want to create a bitmap index on  the JOD_ID column to make queries faster. Which task must have...
分类:移动开发   时间:2014-12-19 23:34:14    阅读次数:365
Android基础类之Bundle
Bundle类是一个key-value对,“A mapping from String values to various Parcelable types.”1. 声明Bundle对象实例,压入键值对,并传递对象实例: /** * Indicate that the connection...
分类:移动开发   时间:2014-12-19 17:05:14    阅读次数:234
关于java WEB下载
web.xml配置mapping 页面直接配置路径就可下载docapplication/msword;chartset=UTF-8docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.document;chartset=...
分类:编程语言   时间:2014-12-19 09:57:44    阅读次数:172
struts 1.x 方法探析
public ActionForward index(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Excepti...
分类:其他好文   时间:2014-12-19 09:12:41    阅读次数:172
●LinQ to SQL
ORM(O—Object对象,R—Relation关系,M—Mapping映射)表名——类名列名——属性名表的关系——类的成员对象LinQ——集成化查询语言 SQL——结构化查询语言LinQ包括:LinQ to SQL、LinQ to Object、LinQ to DataSet、LinQ to E...
分类:数据库   时间:2014-12-19 01:54:01    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!