码迷,mamicode.com
首页 >  
搜索关键字:number    ( 26994个结果
Hibernate Foreign Key exception
Exception:A Foreign key refering Province from City has the wrong number of column. should be 2发生错误的类 City:@Entity@Table(name = "CITY")@SuppressWarnin...
分类:系统相关   时间:2014-09-23 10:56:14    阅读次数:368
Memory Ordering in Modern Microprocessors
Linux has supported a large number of SMP systems based on a variety of CPUs since the 2.0 kernel. Linux has done an excellent job of abstracting away...
分类:其他好文   时间:2014-09-23 02:06:03    阅读次数:389
Leetcode Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2014-09-22 23:28:53    阅读次数:160
一个使用指针的简单程序
/*一个使用指针的简单程序*/#include void main(){ int number = 0; //一个出初始化为0的整形变量 int *pointer = NULL; //一个可以指向int类型的指针 number = 10; printf("\nnu...
分类:其他好文   时间:2014-09-22 23:11:13    阅读次数:221
从linux usb设备节点来认识usb linux usb认识
首先从dmesg来认识usb: [   19.610046] msm_hsic_host msm_hsic_host: Qualcomm EHCI Host Controller using HSIC [   19.620391] msm_hsic_host msm_hsic_host: new USB bus registered, assigned bus number 1 [   19...
分类:系统相关   时间:2014-09-22 22:52:33    阅读次数:1557
hadoop 根据SecondaryNameNode恢复Namenode
1.修改conf/core-site.xml增加 fs.checkpoint.period 3600 The number of seconds between two periodic checkpoints. fs.checkpoint.size 67108864 The size of ...
分类:其他好文   时间:2014-09-22 20:25:53    阅读次数:247
【LeetCode】Sum Root to Leaf Numbers 解题报告
【题目】 Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. Fin...
分类:其他好文   时间:2014-09-22 19:30:53    阅读次数:175
常用Oracle操作语句
--常用的字段类型有:varchar2,char,nchar,date,long,number,float,BLOB,CLOB--添加表字段alter table tablename add AREAID Number(18);--修改表字段alter table tablename modify ...
分类:数据库   时间:2014-09-22 19:24:23    阅读次数:303
hdu 4006 The kth great number,set,priority_queue
The kth great number Xiao Ming and Xiao Bao are playing a simple Numbers game. In a round Xiao Ming can choose to write down a number, or ask Xiao Bao what the kth great number is. Because the numb...
分类:其他好文   时间:2014-09-22 19:12:13    阅读次数:197
UIPanGestureRecognizer
Configuring the Gesture Recognizer@property(nonatomic) NSUInteger maximumNumberOfTouches//The maximum number of fingers that can be touching the view ...
分类:其他好文   时间:2014-09-22 19:04:23    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!