⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test_02.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'test_02` in directory 'tests/suite_06` itself:#> Mtest:	milS test_02 milS#> Mtest:	Mtimeout -timeout 210 Mserver -modulesilent -yaccsilent -d8 -db tests_suite_06 -single test_02.milS# Monet Database Server V4.1# Copyright (c) 1993-1999, CWI & SION. All rights reserved.# compiled for IRIX646.5/32bit on Fri Jan 14 19:36:03 MET 2000.#script:test_02.milS# Monet Database Server V4.3.5# Copyright (c) 1993-2002, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.setoid(oid(20000000));#check out arithmatic against using Multi-cast operatorvar t:= new(int, int);t.insert(1,2);t.insert(3,6);t.insert(13,14);t.insert(17,16);t.insert(19,18);t.insert(5,8);t.insert(7,10);t.insert(2,4);t.insert(11,12);#A quick mechanism to create an initialized BATvar z:= new(int,str);z.[insert](t,"hello");!ERROR: interpret: no matching MIL operator to '[insert](BAT[int,str], BAT[int,int], str)'.!MAYBE YOU MEAN:!	insert(BAT[any::1,any::2], BAT[any::1,any::2]) : BAT[any::1,any::2]!	insert(BAT[any::1,any::2], any::1, any::2) : BAT[any::1,any::2]z.print();#-----------------## BAT:	  tmp_26  ## (int)	  (str)	  ##-----------------#quit();# 17:09:14 >  # 17:09:14 >  Done.# 17:09:14 >  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -