alex
alex

性别: 注册于 2022-01-12

向TA求助
20金币数
460 经验值
0个粉丝
主页被访问 1760 次

最近动态

2022-12-16 13:47 发起提问

2022-10-27 13:33 回答问题

def findR(path, pattern=NULL){t = files(path)if (isValid(pattern)){t = files(path, pattern)}res = select * from t where !isDirupdate res set res.filename = path +"/" + res.filenamefor (f in select * from files(path) where !!isDir){try {subRes =  findR(path

2022-10-26 10:41 回答问题

是的 Python 和 DolphinDB 的函数名称查找过程不同, 闭包的实现也不同 不过可以通过两种办法绕过 1 .部分应用

2022-10-10 13:39 回答问题

试一下 stty 重置 cols  和 rows stty rows 50 && stty cols 150

2022-05-20 21:55 回答问题

对 MS SQL Server 还要另外装驱动 比如对 centos 7  2017 版本的 SQL Server  wget https://packages.microsoft.com/rhel/7/prod/msodbcsql17-17.3.1.1-1.x86_64.rpm rpm -ivh msodbcsql17-17.3.1.1-1.x86_64.rpm ll /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.3.so.1.1

2022-05-07 09:58 回答问题

您说的 parser 是指这个吗 https://www.dolphindb.cn/cn/help/FunctionsandCommands/FunctionReferences/s/streamEngineParser.html?highlight=streamengineparser

2022-05-07 09:57 回答问题

参考 https://www.dolphindb.cn/cn/help/FunctionsandCommands/FunctionReferences/s/streamEngineParser.html?highlight=streamengineparser

2022-03-29 15:41 回答问题

ok, i'll file an issue, thanks very much

2022-03-28 18:20 回答问题

new version is to be released tomorrow, stay tuned

2022-03-14 10:30 回答问题

可以使用 moving 函数 v =  10 -1 0 0 1 2 3 1 0 0 -1 -1 n=4 moving(maxPositiveStreak,iif(v>0, 1, 0), n)