上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 97 下一页
摘要: import serialization.serialization.* import std.math.* import encoding.json.* /* 通过实现 Serializable 接口,来实现对自定义类型的序列化和反序列化功能 */ class Abc <: Serializabl 阅读全文
posted @ 2024-08-04 19:50 txwtech 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 仓颉开发一个webapi接口 from net import http.ServerBuilder,http.FuncHandler main(){ let server = ServerBuilder().addr("127.8.8.1").port(8888).build()server.dis 阅读全文
posted @ 2024-08-04 19:23 txwtech 阅读(55) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1AE421A7uH?p=30 阅读全文
posted @ 2024-08-04 19:14 txwtech 阅读(9) 评论(0) 推荐(0) 编辑
摘要: T<:P仓颉泛型约束,仓颉的小于符合与冒号 阅读全文
posted @ 2024-08-04 19:08 txwtech 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/smallsun0801/article/details/138276123 翻译 搜索 复制 阅读全文
posted @ 2024-08-02 21:55 txwtech 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 错误模拟器启动失败,当前Windows操作系统版本过低,请升级到Windows10(OS build 18363及以上)。 阅读全文
posted @ 2024-08-02 20:23 txwtech 阅读(100) 评论(0) 推荐(0) 编辑
摘要: SerialPort的智能指针头文件是否引用或者前置声明 严重性 代码 说明 项目 文件 行 禁止显示状态错误 C2923 “std::shared_ptr”: 对于参数“_Ty”,“SerialPort”不是有效的 模板 类型变量 (编译源文件 main.cpp) auto_pack_line_d 阅读全文
posted @ 2024-07-30 08:46 txwtech 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 对不可变变量赋值,就会报错 error: cannot assign to immutable value ==> a.cj:8:20: | 8 |  case 77 => a = 'a77' [36 阅读全文
posted @ 2024-07-28 22:30 txwtech 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 参考:https://txwtech.blog.csdn.net/article/details/140757790 error: non-exhaustive patterns ==> a.cj:7:14: | 7  阅读全文
posted @ 2024-07-28 22:22 txwtech 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://developer.huawei.com/consumer/cn/doc/cangjie-guides-V5/identifier-V5 https://developer.huawei.com/consumer/cn/training/course/slightMooc/C1017 阅读全文
posted @ 2024-07-27 22:38 txwtech 阅读(34) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 97 下一页