mysql delimiterdelimiter:分隔符escape character:转义符mysql delimiter刚才试图搞mysql的存储过程,被郁闷了一回,最简单的存储过程,只要加上begin 和end就有莫名其妙的错误。比如 CREATE PROCEDURE p() BEGIN ....
分类:
数据库 时间:
2014-06-29 06:35:31
阅读次数:
187
Could not create the view: An unexpected exception was thrown.解决办法:关闭myeclipse 原来工作空间的.metadata文件夹下出现com.genuitec.eclipse.ast.deploy.core.prefs错误提示---...
分类:
系统相关 时间:
2014-06-28 23:10:29
阅读次数:
349
11.2.0.2,expdp报错:ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []ORA-31642: the following SQL statement fails:BEGIN "...
分类:
其他好文 时间:
2014-06-23 08:22:37
阅读次数:
497
A lot of computations involve processing a string one character at a time. Often they start at the beginning, select each character in turn, do someth...
分类:
其他好文 时间:
2014-06-23 07:19:02
阅读次数:
257
String slicesA segment of a string is called a slice. Selecting a slice is similar selecting a character: The operator [n:m] returns the par...
分类:
其他好文 时间:
2014-06-23 00:53:23
阅读次数:
253
OCR,光学字符识别 光学字符识别(OCR,Optical Character Recognition)是指对文本资料进行扫描,然后对图像文件进行分析处理,获取文字及版面信息的过程。OCR技术非常专业,一般多是印刷、打印行业的从业人员使用,可以快速的将纸质资料转换为电子资料。关于中文OCR,目前国....
分类:
其他好文 时间:
2014-06-23 00:13:31
阅读次数:
604
今天遇到一个错误提示:ORA-06502:PL/SQL :numberic or value error: character string buffer too small,一般对应的中文信息为:ORA-06502: PL/SQL: 数字或值错误 :字符串缓冲区太小。仔细检查调试过程中才发现是开发...
分类:
数据库 时间:
2014-06-20 18:32:59
阅读次数:
376
字符串是一段字符的有序集合,如"hellow,world"或"信天翁"。Swift 中的字符串由 String 类型表示,对应着 Character 类型值的集合。Swift 中的 String 类型为你的编程提供了一个高速的,兼容 Unicode规范 的文本处理方式。Swift 创建和处理字符串的...
分类:
其他好文 时间:
2014-06-18 16:41:25
阅读次数:
346
java.lang的类分为以下几类:1 Object、Class Object类是类层次结构的根,所有的java类均直接或间接继承于Object。 Class类的实例表示正在运行的应用程序中的类。2 包装器 包装器类有8种:Boolean、Character、Byte、Short、Intege...
分类:
编程语言 时间:
2014-06-18 16:05:17
阅读次数:
239
由于每次不正常关闭 MongoDB 的行为
导致今天打开 MongoDB 发现出现如下错误
unclean shutdown detected
解决方案(很详细):
http://docs.mongodb.org/manual/tutorial/recover-data-following-unexpected-shutdown/...
分类:
数据库 时间:
2014-06-18 12:09:18
阅读次数:
283