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

📄 tst061.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst061` in directory 'src/mal` itself:# 07:58:48 >  # 07:58:48 >  Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal  tst061.mal </dev/null# 07:58:48 >  # Monet Database Server V4.99.19# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.## type coercion and creation##o := oid("999@0");#os := str(o);#i := sht(1);#l := lng(2);#f := flt(3.4);#j := sht("1");##d0 := dbl(1.0);#d1 := dbl(2.0);#z:= <(d0,2.0:dbl);#print(z);#z:= <(d1,2.0:dbl);#print(z);#function user.main():void;	# 0  (main:void)# type coercion and creation 	# 1  (_1:str)    o := calc.oid("999@0");	# 2 CALCstr2oid (o:oid)<-(_3:str)    os := calc.str(o);	# 3 CALCoid2str (os:str)<-(o:oid)    i := calc.sht(1);	# 4 CALCint2sht (i:sht)<-(_6:int)    l := calc.lng(2);	# 5 CALCint2lng (l:lng)<-(_8:int)    f := calc.flt(3.4000001);	# 6 CALCflt2flt (f:flt)<-(_10:flt)    j := calc.sht("1");	# 7 CALCstr2sht (j:sht)<-(_12:str)    d0 := calc.dbl(1);	# 8 CALCflt2dbl (d0:dbl)<-(_14:flt)    d1 := calc.dbl(2);	# 9 CALCflt2dbl (d1:dbl)<-(_16:flt)    z := calc.<(d0,2:dbl);	# 10 CALCcompLTdbldbl (z:bit)<-(d0:dbl)(_18:dbl)    io.print(z);	# 11 IOprint_val (_19:void)<-(z:bit)    z := calc.<(d1,2:dbl);	# 12 CALCcompLTdbldbl (z:bit)<-(d1:dbl)(_18:dbl)    io.print(z);	# 13 IOprint_val (_20:void)<-(z:bit)end main;	# 14  [ true ][ false ]# 07:58:48 >  # 07:58:48 >  Done.# 07:58:48 >  

⌨️ 快捷键说明

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