原mysql的版本是:3.4.10.1deb1,目标mysql的版本是:5.0.51b-community-nt-log,导入数据时出现了一下问题:
1、DELIMITER
You have an error in your SQL syntax; check the manual that corresponds to your MySQL...
分类:
数据库 时间:
2015-01-06 23:11:47
阅读次数:
222
一、下载并安装apache 下载地址:www.apachelounge.com 解压后:执行以下命令: #httpd.exe –k install #httpd.exe -k start 在执行过程中,遇到以下错误: a、httpd.exe: Syntax error on line 37 of C...
分类:
Web程序 时间:
2015-01-06 19:52:28
阅读次数:
237
登录数据库,提示:
ora11g>sqlplus dcsopen/dcsopen1
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jan 5 18:49:31 2015
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-01034: ORACLE not...
分类:
其他好文 时间:
2015-01-05 22:02:41
阅读次数:
184
Required knowledgeUnderstanding C codeUnderstanding assembly code (AT&T syntax)Referencehttps://github.com/0xAX/linux-insides
分类:
系统相关 时间:
2015-01-05 09:19:59
阅读次数:
185
本文虽然题目是这样写的,但是并不仅仅有这两种.至少我还知道另外一种,mac格式.不过本文只讨论这两种,另外一种可参考这两种做出处理.
今天看了一个脚本,完全都没有问题,但是就是运行不过去.总是提示 syntax error near unexpected token `$'\r'' 令人百思不得其解.其实看了字面的意思也能大致明白错误的原因.但是不知道解决的办法.幸好有度娘.
其实问...
分类:
其他好文 时间:
2015-01-05 00:39:48
阅读次数:
205
1. syntax errors (arrow marks)
2. zero division error, name error, type error.
3. try except
while True:
try:
x = int(raw_input("Input:"))...
分类:
编程语言 时间:
2015-01-04 23:10:56
阅读次数:
470
1:每一个Activity类,都必须在AndroidManifest.xml文件中映射。否则空指针异常。
2:android的res目录是固定的,只能是下面的几种:drawable,layout,values,xml,raw ,color
如果加了其他的目录,它会报‘invalid resource directory name'的错误,
3:启动android工程,...
分类:
移动开发 时间:
2015-01-04 17:14:17
阅读次数:
204
出现这个情况说明javaEE的版本过低了,可以将其换为1.5以上的具体步骤如下:
1.点击项目后右键选择properties,然后选择java build path
2.remove版本过低的包,选择Add library...
3.选择MyEclipse Libraries
4.选择相应的包
5.点击Finish后...
分类:
其他好文 时间:
2015-01-04 10:13:51
阅读次数:
392
invalid LOC header (bad signature)错误与 java.lang.ClassFormatError: com/mysql/jdbc错误...
分类:
数据库 时间:
2015-01-02 11:03:31
阅读次数:
368
问题处理步骤:1、LDAP实例停止2、DSCC控制台启动,提示cacao已停止……3、启动caocaoroot@rusky bin]# ./cacaoadm startInvalid file permission: [/home/ldap/dsee6/cacao_2/etc/opt/sun/cac...
分类:
其他好文 时间:
2014-12-31 19:45:38
阅读次数:
229