ChinaUnix.net
相关文章推荐:

orgapacheaxis2AxisFault orgapacheaxis2databindingADBException Unexpected subelement is down

mkdir /var/log/$(date +"%Y")/$(date +"%m")/$(date +"%m-%d") 直接运行没问题 但写进sh中,执行xx.sh时出错,错误信息如下 `(' unexpected

by marsjiang - Shell - 2004-12-24 21:29:23 阅读(986) 回复(6)

相关讨论

我的informix 总是报 20:58:07 Checkpoint loguniq 19899, logpos 0x1563018 21:03:07 Checkpoint Completed: duration was 0 seconds. 21:03:07 Checkpoint loguniq 19899, logpos 0x16de018 21:07:45 Assert Failed: unexpected virtual processor termination, pid = 113922, exit = 0x18 21:07:45 Informix Dynamic Server Version 7.31.UD1 21:07:45 Who: Session(6287, server@czxh1, 88294, -2134976084) ...

by ruby_liu - Informix - 2003-07-17 18:39:37 阅读(1195) 回复(2)

linux下,用vi编辑c文件,make的时候报这个错,最后是一个函数,把函数注释和删除还是报这个错,很奇怪!

by hhdzhu - Linux环境编程 - 2014-03-28 18:34:39 阅读(759) 回复(4)

请帮忙看下下面的错误,如何修正 #!/usr/bin/ksh ls -l 2300000D.n30.gz.201306191|awk '{split($9,tmparr,"."); print "mv "$9" "tmparr[1]"."tmparr[2]"."tmparr[4]"."tmparr[3] print "gunzip "tmparr[1]"."tmparr[2]"."tmparr[4]"."tmparr[3] }'|sh 错误为: gunzip: 2300000D.n30.201306191.gz: unexpected end of file

by yangeoo - Shell - 2013-07-17 15:35:47 阅读(1173) 回复(2)

本帖最后由 b02213131 于 2010-06-03 11:11 编辑 set SRCPath_FDS=/src/SOURCE_FDS1 # set DESTPath_FDS=~/src/FDS if [ ! -f $DESTPath_FDS ] then mkdir -p $DESTPath_FDS endif `end of file' unexpected 如果改成fi,就是 `fi' unexpected

by b02213131 - Shell - 2010-06-04 09:14:08 阅读(2078) 回复(10)

在类中这样使用: 怎么也是提示出错: unexpected ::MessageBox() return code dlg = wx.MessageDialog(None, "Is this explanation OK?", 'A Message Box', wx.YES_NO | wx.ICON_QUESTION) retCode = dlg.ShowModal() if (retCode == wx.ID_YES): print "yes" else: print "no" 在网上查询的结果,说是第一个参数不是...

by ssqhan - Python文档中心 - 2009-08-17 14:48:12 阅读(1672) 回复(0)

请教各位高手一下 编译的时候产生一下错误: make[1]: Entering directory `/root/work/base/trunk_wifi/src/preview-kit/wlan/app/wpa_supplicant-0.5.7-arm' echo CONFIG_DRIVER_MARVELL=y >> .config echo CONFIG_DRIVER_WEXT=y >> .config echo CONFIG_WIRELESS_EXTENSION=y >> .config echo CONFIG_EAP_TLS=y >> .config echo CONFIG_EAP_TTLS=y >> .config echo CONFIG_EAP_LEAP=y >> .config echo CONFIG_EAP_PEAP...

by rocky1972 - Shell - 2008-09-04 11:54:10 阅读(5188) 回复(3)

#include #include #define SIZE 10 struct score_type { int computer; int progrome; int PE; int english; int maths; }scores; struct student_type { int num; char name[10]; int age; char sex; struct score_type scores; }std1[SIZE],std2[SIZE]; void mian()//实现将10个学生的数据信息读入到数组std1[10]中; { FILE *fp; int i; char infile[10]; printf("Enter the infil...

by DoctorHouse - C/C++ - 2008-05-11 12:01:22 阅读(1759) 回复(3)

Jul 16 14:04:19 erp001 ufs: [ID 879645 kern.notice] NOTICE: /d01: unexpected free inode 10329682, run fsck(1M) Jul 16 14:04:19 erp001 last message repeated 1 time 刚发现系统日志有这么一段,去sun的网站查了,有两种说法,一种说要fsck,一种说是误报.现在的实际情况是我们在使用那个文件系统上的目录(即日志里提到的/d01).但奇怪的是拷贝或备份该目录,但并未报其他错误,只是有这个inode的提示.也正因为如此,我们现在不敢...

by shediaofan - Solaris - 2006-07-19 13:38:43 阅读(3597) 回复(0)

Jul 16 14:04:19 erp001 ufs: [ID 879645 kern.notice] NOTICE: /d01: unexpected free inode 10329682, run fsck(1M) Jul 16 14:04:19 erp001 last message repeated 1 time 刚发现系统日志有这么一段,去sun的网站查了,有两种说法,一种说要fsck,一种说是误报 请问这个错误什么意思,一般是如何产生的,应该如何解决 [ 本帖最后由 shediaofan 于 2006-7-19 13:39 编辑 ]

by shediaofan - Solaris - 2006-07-19 13:22:53 阅读(2857) 回复(2)