码迷,mamicode.com
首页 >  
搜索关键字:第二版    ( 1225个结果
自制反汇编逆向分析工具 迭代第五版本 (一)
这个版本添加了几个功能,分开几篇来写。 本篇是关于这样一个功能,显示选定的条件指令与其它条件分支的关系。 它们的关系分别在初版分支形态分布图,和第二版的汇编代码对应图同样展示。 红色表示被选中的目标 蓝色表示被选定的指令的执行位置之前,可能因为条件跳转而直接跳入到被选中的条件分支内(,忽略该条件判断 ...
分类:其他好文   时间:2016-04-14 19:21:32    阅读次数:154
《零基础学python》(第二版)
第壹季 基础 第零章 预备 第壹章 基本数据类型 第贰章 语句和文件 第叁章 函数 第贰季 进阶 第肆章 类 第伍章 错误和异常 第陆章 模块 第柒章 保存数据 第叁季 实战 第捌章 用Tornado做网站 第五部分:科学计算 附:网络文摘 ...
分类:编程语言   时间:2016-04-14 16:06:28    阅读次数:273
javascript:with的用法以及延长作用域链
转自:http://lllt.iteye.com/blog/1246424 《Javascript高级程序设计(第二版)》第66页中提到:“由于with语句的变量对象是只读的,结果url就成了函数执行环境的一部分,因而可以作为函数的值被返回。”,不知道谁看完觉得一头雾水? 首先来看看他举的例子: J ...
分类:编程语言   时间:2016-04-12 00:14:47    阅读次数:220
JVM 运行时数据区域
java运行时数据区 Java虚拟机在执行java程序的过程中会把它所管理的内存划分为若干个不同的数据区域,这些区域都有各自的用途,已经创建和销毁的时间,有的区域随着虚拟机进程的启动而存在,有些区域则是依赖用户线程的启动和结束而建立和销毁。根据《java虚拟机规范(第二版)》的规定,java虚拟机锁管理的内存将会包括以下几个运行时数据区。 1、程序计数器        程序计数器(P...
分类:其他好文   时间:2016-04-10 14:42:25    阅读次数:130
JavaPersistenceWithHibernate第二版笔记-第七章-003Mapping an identifier bag(@OrderColumn、@ElementCollection、@CollectionTable、、)
一、结构 二、代码 1. 2. 3. 不足之处,无论插入还是删除元素,Hibernate都需要update其他元素的位置 ...
分类:移动开发   时间:2016-04-08 19:55:00    阅读次数:229
JavaPersistenceWithHibernate第二版笔记-第七章-004Mapping a map(@MapKeyEnumerated 、 @MapKeyTemporal、@MapKeyColumn)
一、结构 二、代码 1. 2. 3. ...
分类:移动开发   时间:2016-04-08 19:54:31    阅读次数:252
JavaPersistenceWithHibernate第二版笔记-第七章-001Mapping a set(@ElementCollection、@CollectionTable、@JoinColumn、)
一、结构 二、代码 1. 2. It doesn’t seem likely that you’d allow the user to attach the same image more than once to the same item, ...
分类:移动开发   时间:2016-04-08 18:20:31    阅读次数:213
JavaPersistenceWithHibernate第二版笔记-第六章-Mapping inheritance-004Table per class hierarchy(@Inheritance..SINGLE_TABLE)、@DiscriminatorColumn、@DiscriminatorValue、@DiscriminatorFormula)
一、结构 You can map an entire class hierarchy to a single table. This table includes columns for all properties of all classes in the hierarchy. The valu ...
分类:移动开发   时间:2016-04-07 22:13:04    阅读次数:423
JavaPersistenceWithHibernate第二版笔记-第五章-Mapping value types-004嵌套组件的注解AttributeOverrides
一、数据库 二、代码 1. 2. 3. You can declare @AttributeOverride s at any level, as you do for the name property of the City class, mapping it to the CITY colum ...
分类:移动开发   时间:2016-04-07 13:19:39    阅读次数:185
JavaPersistenceWithHibernate第二版笔记-第四章-Mapping persistent classes-003映射实体时的可选操作(<delimited-identifiers/>、PhysicalNamingStrategy、PhysicalNamingStrategyStandardImpl、、、)
一、自定义映射的表名 1. 2.用定界符 若全部SQL都加定界符, create an orm.xml file and add the setting <delimited-identifiers/> to its <persistence-unit-defaults> section,Hiber ...
分类:移动开发   时间:2016-04-04 14:38:44    阅读次数:417
1225条   上一页 1 ... 71 72 73 74 75 ... 123 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!