码迷,mamicode.com
首页 >  
搜索关键字:alter insert drop add    ( 57930个结果
CareerCup之1.3字符串去重
【题目】原文:1.3 Design an algorithm and write code to remove the duplicate characters in a string without using any additional buffer. NOTE: One or two add...
分类:其他好文   时间:2014-06-02 21:32:04    阅读次数:284
JSP中获取TextArea中的值
1.写这个大部分人都会,获取其中的值,但获取的时候就会出现我们不愿意看见其中的乱码问题今天写这个就是来解决乱码问题。下面以一个小例子来讲解2.(1)首先编写一个JSP页面,用来接收来自前端页面的输入 1 3 4 5 6 7 Insert title here 8 9 10 11 ...
分类:Web程序   时间:2014-06-02 14:07:22    阅读次数:272
汇编-实现基本链表
mAlloc proc nSize:dword add nSize,4 invoke GlobalAlloc,GMEM_ZEROINIT or GMEM_FIXED,nSize .if eax==0 invoke MessageBox,NUL...
分类:其他好文   时间:2014-06-02 08:38:50    阅读次数:267
轻松解决oracle11g 空表不能exp导出的问题
轻松解决oracle11g 空表不能exp导出的问题[引用 2012-9-22 18:06:36]字号:大中小oracle11g的新特性,数据条数是0时不分配segment,所以就不能被导出。共两种解决方法,推荐使用第二种(最简单)。一、修改数据库参数alter system set deferre...
分类:数据库   时间:2014-06-02 06:31:17    阅读次数:271
学习IOS开发UI篇--UI知识点总结(三) UIScrollView/UIPageControl/NSTimer
UIScrollView:常用属性@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content@prop...
分类:移动开发   时间:2014-06-01 23:53:28    阅读次数:505
Can't add self as subview
iOS7刚发布的时候,总是出现这个 Can't add self as subview  的崩溃,团队内部没出现过,但是外部用户的crash频频上报这个崩溃。 异常描述和崩溃堆栈是这样的: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Can't add se...
分类:其他好文   时间:2014-06-01 17:32:08    阅读次数:489
hibernate设置mysql的timestamp默认值技巧
首先,要想使用数据库中配置的默认值就必须不让hibernate覆盖了默认值,需要配置propertyinsert="false" update="false",告诉hibernate不对该属性执行insert、update操作,这要就不会覆盖我们在数据库中配置的默认值了。除此之外,我们还需要配置hi...
分类:数据库   时间:2014-06-01 17:12:09    阅读次数:313
LeetCode: Add Two Numbers 题解
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2014-06-01 17:05:44    阅读次数:296
DDL 和DML 区别
DML(Data Manipulation Language)数据操纵语言:适用范围:对数据库中的数据进行一些简单操作,如insert,delete,update,select等.DDL(Data Definition Language)数据定义语言:适用范围:对数据库中的某些对象(例如,datab...
分类:其他好文   时间:2014-06-01 11:45:59    阅读次数:250
设置 phoneGap/Cordova 3.4 应用程序启动动画闪屏 SplashScreen
当Cordova 程序打包并安装到手机中后,我们会发现启动程序时,会有数秒的黑屏现象,常见的解决方法则是设置闪屏后面。这里以 Android 程序为例,介绍Cordova设置启动画面的方法。1. 添加动画闪屏支持打开cmd,进入项目目录下,执行命令:cordova plugin add org.ap...
分类:其他好文   时间:2014-06-01 11:27:00    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!