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

📄 tst016.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst016` in directory 'src/mal` itself:# 07:58:38 >  # 07:58:38 >  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  tst016.mal </dev/null# 07:58:38 >  # 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.## handling basic strings#mdb();#a:= "Dit is een test\n";#b:= blob.toblob(a);#c:= blob.tostring(b);##print(a);#print(b);#print(c);####function user.main():void;	# 0  (main:void)# handling basic strings 	# 1  (_1:str)    a := "Dit is een test\n";	# 2  (a:str)<-(_3:str)    b := blob.toblob(a);	# 3 BLOBtoblob (b:blob)<-(a:str)    c := blob.tostring(b);	# 4 BLOBfromblob (c:str)<-(b:blob)    io.print(a);	# 5 IOprint_val (_6:void)<-(a:str)    io.print(b);	# 6 IOprint_val (_7:void)<-(b:blob)    io.print(c);	# 7 IOprint_val (_8:void)<-(c:str)end main;	# 8  [ "Dit is een test\n" ][ (17: 44 69 74 20 69 73 20 65 65 6E 20 74 65 73 74 0A 00) ][ "Dit is een test\n" ]# 20:08:53 >  # 20:08:53 >  Done.# 20:08:53 >  

⌨️ 快捷键说明

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