查看“仓颉 Error”的源代码
←
仓颉 Error
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
以下错误出现在仓颉 0.45.2 cjnative for Linux 版本。 __TOC__ ==== finalizer is forbidden in class 'XXX' that is open ==== <small>open 类不允许有析构函数</small> ==== OverflowException: typecast ==== random 中出现,下列代码有很大机率出现错误。 <from std import random.* let r: Random = Random() r.seed = dt() var i : UInt64 = UInt64(r.nextInt64())</small> 目前的解决办法是多试几次 nextInt64()。 <// rand, random public func rand(l : UInt64) : UInt64 { let r: Random = Random() r.seed = dt() var i : UInt64 = 0 var flag : Bool = true while (flag) { try { i = UInt64(r.nextInt64()) flag = false } catch (e: Exception) { println(e) i = 0 } } UInt64(i % UInt64(10 ** l)) }</small> ==== cjpm: error while loading shared libraries: libcrypto.so.3 ==== error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory 需要 openssl 3,安装参见 [[openssl]] [[分类:Develop]] [[分类:国产开发语言]]
返回
仓颉 Error
。
导航菜单
个人工具
登录
命名空间
页面
讨论
大陆简体
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
目录
文章分类
侧边栏
帮助
工具
链入页面
相关更改
特殊页面
页面信息