码迷,mamicode.com
首页 >  
搜索关键字:hibernate sequence    ( 17951个结果
Rhythmk 学习 Hibernate 04 - Hibernate 辅助工具 之 JBoos Tool
1、安装JBoos Tool Help -> Install new Software 然后添加:http://download.jboss.org/jbosstools/updates/developmenthttp://download.jboss.org/jbosstools/updates....
分类:系统相关   时间:2014-05-12 16:57:54    阅读次数:418
【LeetCode】Longest Consecutive Sequence
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The longest ...
分类:其他好文   时间:2014-05-10 20:06:26    阅读次数:404
Rhythmk 学习 Hibernate 05 - Hibernate 表间关系 [ManyToOne,OneToMany]
1、项目结构: 1.1、场景说明: 一个订单,包含多个产品1.2、类文件: Order.javapackage com.rhythmk.model;import java.util.Date;public class Order { public int getOrderID() { re...
分类:Web程序   时间:2014-05-10 19:37:59    阅读次数:489
java 注解
在J2EE中,注解使得开发更加便利,省去了生成XML文件的过程,在Hibernate实体声明中,可以简简单单的用几个注解就可以免去生成 一个XML的文件操作。这里就主要论述一下annotation的用法和自定义注解处理器。当在创建描述符性质的类或接口时,有大量重复性的工作时候,就 可以利用注解来.....
分类:编程语言   时间:2014-05-06 08:52:35    阅读次数:341
hibernate 学习知识总结
1.最近用hibernate 学会很多知识,总结如下:(1)数据库表格已经设置默认值,在进行数据插入的时候,bean里面不赋值的话,插入之后该字段依旧是null是因为hibernate默认插入和更新所有字段,如果某些字段不需要操作,需要配置下(i)xml文件配置方式: 加入insert="f...
分类:系统相关   时间:2014-05-05 23:52:08    阅读次数:563
HDU 4718 The LCIS on the Tree(树链剖分)
Problem DescriptionFor a sequence S1, S2, ... , SN, and a pair of integers (i, j), if 1 2 #include 3 #include 4 #include 5 using namespace std...
分类:其他好文   时间:2014-05-05 23:50:08    阅读次数:445
hibernate 关系映射文件配置
User.hbm.xml ...
分类:系统相关   时间:2014-05-02 22:06:25    阅读次数:444
[转]Installing python 2.7 on centos 6.3. Follow this sequence exactly for centos machine only
Okay for centos 6.4 also On apu.0xdata.loc, after this install was done$ which python /usr/local/bin/python$ python -VPython 2.7.3$ ls -ltr /usr/local...
分类:编程语言   时间:2014-05-02 12:53:59    阅读次数:609
下载hibenate tools插件(百度搜hibenate tools 下载)
Eclipse插件的安装和使用1. 在线更新(http://blog.csdn.net/charlies_fu/article/details/5638068)打开eclipse工具,选择HELP---Install new software----输入网址,如我们这里要安装hibernate to...
分类:其他好文   时间:2014-05-02 01:14:07    阅读次数:321
HDU 3415 Max Sum of Max-K-sub-sequence 最长K子段和
链接:http://acm.hdu.edu.cn/showproblem.php?pid=3415 题意:给出一个数环,要找出其中9长度小于等于K的和最大的子段。 思路:不能采用最暴力的枚举,题目的数据量是10^5,O(N^2)的枚举回去超时,本题采用的很巧妙的DP做法,是用单调队列优化的DP。 运用的是STL的deque,从i:1~a找到以其中以i为尾的符合条件的子段,并将i本身放入双向队...
分类:其他好文   时间:2014-05-01 08:32:53    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!